Azure Depolama Gezgini kullanarak Azure Cosmos DB kaynaklarını yönetmeManage Azure Cosmos DB resources by using Azure Storage Explorer
Uygulama hedefı:
MongoDB için SQL API Cassandra API gremlin API
tablo API'si
Azure Cosmos DB API 'si
Azure Cosmos DB bağlanmak için Azure Depolama Gezgini 'ni kullanabilirsiniz.You can use Azure Storage explorer to connect to Azure Cosmos DB. Windows, macOS veya Linux 'tan Azure 'da ve bağımsız bulutlarda barındırılan Azure Cosmos DB hesaplara bağlanmanızı sağlar.It lets you connect to Azure Cosmos DB accounts hosted on Azure and sovereign clouds from Windows, macOS, or Linux.
Farklı Azure varlıklarınızı tek bir yerde yönetmek için aynı aracı kullanın.Use the same tool to manage your different Azure entities in one place. Depolama Blobları ve kuyrukları gibi diğer Azure varlıklarıyla birlikte Azure Cosmos DB varlıklarını yönetebilir, verileri işleyebilir, saklı yordamları ve Tetikleyicileri güncelleştirebilirsiniz.You can manage Azure Cosmos DB entities, manipulate data, update stored procedures and triggers along with other Azure entities like storage blobs and queues. Azure Depolama Gezgini, SQL, MongoDB, Graph ve tablo API 'Leri için yapılandırılmış Cosmos hesaplarını destekler.Azure Storage Explorer supports Cosmos accounts configured for SQL, MongoDB, Graph, and Table APIs.
Not
Depolama Gezgini ile Azure Cosmos DB tümleştirmesi kullanımdan kaldırıldı.The Azure Cosmos DB integration with Storage Explorer has been deprecated. Bu sürümden itibaren en az 1 yıl boyunca mevcut işlevler kaldırılmayacaktır.Any existing functionality will not be removed for a minimum of one year from this release. Bunun yerine Azure portalını, Azure Portal Desktop uygulamasını veya tek başına Azure Cosmos DB Gezginini kullanmanız gerekir.You should use the Azure Portal, Azure Portal desktop app or the standalone Azure Cosmos DB Explorer instead. Alternatif seçenekler arasında, şu anda Depolama Gezgini’nde desteklenmeyen çok sayıda yeni özellik yer alır.The alternative options contain many new features that aren’t currently supported in Storage Explorer.
ÖnkoşullarPrerequisites
MongoDB için bir SQL API 'si veya Azure Cosmos DB API 'SI olan Cosmos hesabı.A Cosmos account with a SQL API or an Azure Cosmos DB API for MongoDB. Hesabınız yoksa Azure portal bir hesap oluşturabilirsiniz.If you don't have an account, you can create one in the Azure portal. Daha fazla bilgi için bkz. Azure Cosmos DB: .net Ile SQL API web uygulaması derleme ve Azure Portal .See Azure Cosmos DB: Build a SQL API web app with .NET and the Azure portal for more information.
YüklemeInstallation
En yeni Azure Depolama Gezgini bitleri yüklemek için bkz. Azure Depolama Gezgini.To install the newest Azure Storage Explorer bits, see Azure Storage Explorer. Windows, Linux ve macOS sürümlerini destekliyoruz.We support Windows, Linux, and macOS versions.
Bir Azure aboneliğine BağlanmaConnect to an Azure subscription
Azure Depolama Gezgini yükledikten sonra sol bölmedeki eklenti simgesini seçin.After you install Azure Storage Explorer, select the plug-in icon on the left pane.
Azure Hesabı Ekle’yi seçip Oturum açın’a tıklayın.Select Add an Azure Account, and then select Sign-in.
Azure oturum açma Iletişim kutusunda oturum aç' ı seçin ve Azure kimlik bilgilerinizi girin.In the Azure Sign-in dialog box, select Sign in, and then enter your Azure credentials.
Listeden aboneliğinizi seçip Uygula’yı seçin.Select your subscription from the list, and then select Apply.
Gezgin bölmesi güncelleştirilir ve seçili abonelikteki hesapları gösterir.The Explorer pane updates and shows the accounts in the selected subscription.
Cosmos DB hesabınız Azure aboneliğinize bağlı.Your Cosmos DB account is connected to your Azure subscription.
Azure Cosmos DB bağlanmak için bir bağlantı dizesi kullanınUse a connection string to connect to Azure Cosmos DB
Bir Azure Cosmos DB bağlanmak için bir bağlantı dizesi kullanabilirsiniz.You can use a connection string to connect to an Azure Cosmos DB. Bu yöntem yalnızca SQL ve tablo API 'Lerini destekler.This method only supports SQL and Table APIs. Bağlantı dizesiyle bağlanmak için şu adımları izleyin:Follow these steps to connect with a connection string:
Sol ağaçta yerel ve bağlı ' yı bulun, Cosmos DB hesaplar' a sağ tıklayın ve ardından Cosmos DB Bağlan' ı seçin.Find Local and Attached in the left tree, right-click Cosmos DB Accounts, and then select Connect to Cosmos DB.
Cosmos DB Bağlan penceresinde:In the Connect to Cosmos DB window:
Açılan menüden API 'yi seçin.Select the API from the drop-down menu.
Bağlantı dizenizi bağlantı dizesi kutusuna yapıştırın.Paste your connection string in the Connection string box. Birincil bağlantı dizesinin nasıl alınacağı hakkında bilgi için bkz. bağlantı dizesi alma.For how to retrieve the primary connection string, see Get the connection string.
Bir Hesap etiketi girin ve ardından Özeti denetlemek için İleri ' yi seçin.Enter an Account label, and then select Next to check the summary.
Azure Cosmos DB hesabını bağlamak için Bağlan ' ı seçin.Select Connect to connect the Azure Cosmos DB account.
Not
Azure Depolama Gezgini, Azure Cosmos DB bağlantı dizesinin geçersiz biçimde olduğunu gösteriyorsa, bağlantı dizesinin sonunda noktalı virgül () olduğundan emin olun ;
.If the Azure Storage Explorer shows that the Azure Cosmos DB connection string is in an invalid format, make sure that the connection string has a semicolon (;
) at the end. Geçerli bir Azure Cosmos DB bağlantı dizesi örneği şöyle olabilir: AccountEndpoint=https://accountname.documents.azure.com:443;AccountKey=accountkey==;
An example of a valid Azure Cosmos DB connection string would be: AccountEndpoint=https://accountname.documents.azure.com:443;AccountKey=accountkey==;
Azure Cosmos DB bağlanmak için yerel bir öykünücü kullanınUse a local emulator to connect to Azure Cosmos DB
Öykünücüle bir Azure Cosmos DB bağlanmak için aşağıdaki adımları kullanın.Use the following steps to connect to an Azure Cosmos DB with an emulator. Bu yöntem yalnızca SQL hesaplarını destekler.This method only supports SQL accounts.
Cosmos DB öykünücü yükleyip açın.Install Cosmos DB Emulator, and then open it. Öykünücüyü yüklemek için, bkz. Cosmos DB öykünücü.For how to install the emulator, see Cosmos DB Emulator.
Sol ağaçta yerel ve bağlı ' yı bulun, Cosmos DB hesaplar' a sağ tıklayın ve ardından Cosmos DB öykünücüye Bağlan' ı seçin.Find Local and Attached in the left tree, right-click Cosmos DB Accounts, and then select Connect to Cosmos DB Emulator.
Cosmos DB Bağlan penceresinde:In the Connect to Cosmos DB window:
Bağlantı dizenizi bağlantı dizesi kutusuna yapıştırın.Paste your connection string in the Connection string box. Birincil bağlantı dizesini alma hakkında daha fazla bilgi için bkz. bağlantı dizesini alma.For information on retrieving the primary connection string, see Get the connection string.
Bir Hesap etiketi girin ve ardından Özeti denetlemek için İleri ' yi seçin.Enter an Account label, and then select Next to check the summary.
Azure Cosmos DB hesabını bağlamak için Bağlan ' ı seçin.Select Connect to connect the Azure Cosmos DB account.
Azure Cosmos DB kaynak yönetimiAzure Cosmos DB resource management
Bir Azure Cosmos DB hesabını yönetmek için aşağıdaki işlemleri kullanın:Use the following operations to manage an Azure Cosmos DB account:
- Azure portal hesabı açın.Open the account in the Azure portal.
- Kaynağı hızlı erişim listesine ekleyin.Add the resource to the Quick Access list.
- Kaynakları arayın ve yenileyin.Search and refresh resources.
- Veritabanları oluşturun ve silin.Create and delete databases.
- Koleksiyonlar oluşturun ve silin.Create and delete collections.
- Belge oluşturun, düzenleyin, silin ve filtreleyin.Create, edit, delete, and filter documents.
- Saklı yordamları, Tetikleyicileri ve Kullanıcı tanımlı işlevleri yönetin.Manage stored procedures, triggers, and user-defined functions.
Hızlı erişim görevleriQuick access tasks
Birçok hızlı eylem görevini gerçekleştirmek için Gezgin bölmesinde bir aboneliğe sağ tıklayabilirsiniz, örneğin:You can right-click a subscription on the Explorer pane to perform many quick action tasks, for example:
Azure Cosmos DB bir hesabı veya veritabanını sağ tıklatın ve ardından portalda aç ' ı seçerek Azure Portal tarayıcıdaki kaynağı yönetin.Right-click an Azure Cosmos DB account or database, and then select Open in Portal to manage the resource in the browser on the Azure portal.
Azure Cosmos DB bir hesabı, veritabanını veya toplamayı sağ tıklatın ve hızlı erişim menüsüne eklemek için hızlı erişim 'e Ekle ' yi seçin.Right-click an Azure Cosmos DB account, database, or collection, and then select Add to Quick Access to add it to the Quick Access menu.
Seçili yol altında anahtar sözcük aramasını etkinleştirmek için buradan ara ' yı seçin.Select Search from Here to enable keyword search under the selected path.
Veritabanı ve koleksiyon yönetimiDatabase and collection management
Veritabanı oluşturmaCreate a database
Azure Cosmos DB hesabına sağ tıklayın ve ardından veritabanı oluştur' u seçin.Right-click the Azure Cosmos DB account, and then select Create Database.
Veritabanı adını girip, ardından Tamam ' a basın.Enter the database name, and then press Enter to complete.
Veritabanı silmeDelete a database
Veritabanına sağ tıklayın ve ardından veritabanını sil' i seçin.Right-click the database, and then select Delete Database.
Açılır pencerede Evet ' i seçin.Select Yes in the pop-up window. Veritabanı düğümü silinir ve Azure Cosmos DB hesabı otomatik olarak yenilenir.The database node is deleted, and the Azure Cosmos DB account refreshes automatically.
Koleksiyon oluşturmaCreate a collection
Veritabanınıza sağ tıklayın ve ardından koleksiyon oluştur' u seçin.Right-click your database, and then select Create Collection.
Koleksiyon Oluştur penceresinde, koleksıyon kimliği ve depolama kapasitesi gibi istenen bilgileri girin ve bu şekilde devam edin.In the Create Collection window, enter the requested information, like Collection ID and Storage capacity, and so on. Son ' u seçerek Tamam ' ı seçin.Select OK to finish.
Bir bölüm anahtarı belirleyebilmeniz için sınırsız ' ı seçin ve ardından son ' u seçerek Tamam ' ı seçin.Select Unlimited so you can specify a partition key, then select OK to finish.
Not
Bir koleksiyon oluşturduğunuzda bir bölüm anahtarı kullanılırsa, oluşturma işlemi tamamlandıktan sonra, koleksiyonda bölüm anahtarı değerini değiştiremezsiniz.If a partition key is used when you create a collection, once creation is completed, you can't change the partition key value on the collection.
Koleksiyonu silmeDelete a collection
Koleksiyona sağ tıklayın, koleksiyonu Sil' i seçin ve ardından açılır pencerede Evet ' i seçin.Right-click the collection, select Delete Collection, and then select Yes in the pop-up window.
Koleksiyon düğümü silinir ve veritabanı otomatik olarak yenilenir.The collection node is deleted, and the database refreshes automatically.
Belge yönetimiDocument management
Belge oluşturma ve değiştirmeCreate and modify documents
Sol bölmedeki Belgeler ' i açın, Yeni belge' yi seçin, sağ bölmedeki Içeriği düzenleyin ve ardından Kaydet' i seçin.Open Documents on the left pane, select New Document, edit the contents on the right pane, and then select Save.
Ayrıca var olan bir belgeyi güncelleştirebilir ve ardından Kaydet' i seçebilirsiniz.You can also update an existing document, and then select Save. Değişiklikleri atmak için at' ı seçin.To discard changes, select Discard.
Bir belgeyi silmeDelete a document
- Seçili belgeyi silmek için Sil düğmesini seçin.Select the Delete button to delete the selected document.
Belgeler için sorguQuery for documents
Belge filtresini düzenlemek için bir SQL sorgusugirin ve ardından Uygula' yı seçin.To edit the document filter, enter a SQL query, and then select Apply.
Graf yönetimiGraph management
Köşe oluşturma ve değiştirmeCreate and modify a vertex
Yeni bir köşe oluşturmak için sol bölmeden grafik ' i açın, Yeni köşe' i seçin, Içeriği düzenleyin ve ardından Tamam' ı seçin.To create a new vertex, open Graph from the left pane, select New Vertex, edit the contents, and then select OK.
Varolan bir köşeyi değiştirmek için sağ bölmedeki kalem simgesini seçin.To modify an existing vertex, select the pen icon on the right pane.
Graf silmeDelete a graph
- Bir köşeyi silmek için köşe adının yanındaki geri dönüşüm kutusu simgesini seçin.To delete a vertex, select the recycle bin icon beside the vertex name.
Grafik filtresiFilter for graph
Grafik filtresini düzenlemek için bir Gremlin sorgusugirin ve sonra Filtre Uygula' yı seçin.To edit the graph filter, enter a gremlin query, and then select Apply Filter.
Tablo yönetimiTable management
Tablo oluşturma ve değiştirmeCreate and modify a table
Yeni bir tablo oluşturmak için:To create a new table:
Sol bölmede varlıklar' ı açın ve ardından Ekle' yi seçin.On the left pane, open Entities, and then select Add.
Varlık Ekle iletişim kutusunda içeriği düzenleyin.In the Add Entity dialog box, edit the content.
Özellik eklemek için Özellik Ekle düğmesini seçin.Select the Add Property button to add a property.
Ekle'yi seçin.Select Insert.
Bir tabloyu değiştirmek için Düzenle' yi seçin, içeriği değiştirin ve ardından Güncelleştir' i seçin.To modify a table, select Edit, modify the content, and then select Update.
Tabloyu içeri ve dışarı aktarmaImport and export table
İçeri aktarmak için Içeri aktar düğmesini seçin ve ardından mevcut bir tabloyu seçin.To import, select the Import button, and then choose an existing table.
Dışarı aktarmak için dışarı aktar düğmesini seçin ve ardından bir hedef seçin.To export, select the Export button, and then choose a destination.
Varlıkları silmeDelete entities
Varlıkları seçin ve ardından Sil düğmesini seçin.Select the entities, and then select the Delete button.
Tablo sorgulamaQuery a table
Sorgu düğmesini seçin, bir sorgu koşulu girin ve sonra sorguyu Yürüt düğmesini seçin.Select the Query button, input a query condition, and then select the Execute Query button. Sorgu bölmesini kapatmak için sorguyu kapat düğmesini seçin.To close the query pane, select the Close Query button.
Saklı yordamları, tetikleyicileri ve UDF'leri yönetmeManage stored procedures, triggers, and UDFs
Saklı yordam oluşturmak için:To create a stored procedure:
Sol ağaçta saklı yordamlar' a sağ tıkladıktan sonra saklı yordam oluştur' u seçin.In the left tree, right-click Stored Procedures, and then select Create Stored Procedure.
Sola bir ad girin, sağ bölmedeki saklı yordam betikleri ' ni girin ve ardından Oluştur' u seçin.Enter a name in the left, enter the stored procedure scripts on the right pane, and then select Create.
Varolan bir saklı yordamı düzenlemek için, yordama çift tıklayın, güncelleştirmeyi yapın ve ardından kaydetmek üzere Güncelleştir ' i seçin.To edit an existing stored procedure, double-click the procedure, make the update, and then select Update to save. Ayrıca, değişikliği iptal etmek için at ' ı da seçebilirsiniz.You can also select Discard to cancel the change.
Tetikleyiciler ve udf işlemleri, saklı yordamlara benzerdir.The operations for Triggers and UDF are similar to Stored Procedures.
Sorun gidermeTroubleshooting
Aşağıda, Depolama Gezgini Azure Cosmos DB kullandığınızda ortaya çıkan yaygın sorunlara yönelik çözümler verilmiştir.The following are solutions to common issues that arise when you use Azure Cosmos DB in Storage Explorer.
Oturum açma sorunlarıSign in issues
İlk olarak, sorunu düzeltiyor olup olmadığını görmek için uygulamanızı yeniden başlatın.First, restart your application to see if that fixes the problem. Sorun devam ederse sorun gidermeye devam edin.If the problem persists, continue troubleshooting.
Sertifika zincirindeki otomatik olarak imzalanan sertifikaSelf-signed certificate in certificate chain
Bu hatayı görmenizin birkaç nedeni vardır, en yaygın iki durum şunlardır:There are a few reasons you might be seeing this error, the two most common ones are:
Saydam bir proxy'nin arkasında olursunuz.You're behind a transparent proxy. BT departmanınız gibi birisi, HTTPS trafiğini keser, şifresini çözer ve kendinden imzalı bir sertifika kullanarak şifreler.Someone, like your IT department, intercepts HTTPS traffic, decrypts it, and then encrypts it by using a self-signed certificate.
Virüsten koruma yazılımı gibi yazılımlar çalıştırıyorsunuz.You're running software, such as antivirus software. Yazılım, otomatik olarak imzalanan bir TLS/SSL sertifikasını aldığınız HTTPS iletilerine çıkartır.The software injects a self-signed TLS/SSL certificate into the HTTPS messages you receive.
Depolama Gezgini kendinden imzalı bir sertifika bulduğunda, aldığı HTTPS iletisinin üzerinde oynanıp oynanmadığını bilmez.When Storage Explorer finds a self-signed certificate, it doesn't know if the HTTPS message it receives is tampered with. Otomatik olarak imzalanan sertifikanın bir kopyasına sahipseniz, Depolama Gezgini buna güvenmesini söyleyebilirsiniz.If you have a copy of the self-signed certificate, you can tell Storage Explorer to trust it. Sertifikayı hangi sunucudan eklediyseniz emin değilseniz, şunu bulmayı denemek için aşağıdaki adımları izleyebilirsiniz:If you're unsure of who injected the certificate, then you can follow these steps to try to find out:
OpenSSL 'yi yükler:Install OpenSSL:
OpenSSL Çalıştır:Run OpenSSL:
- Windows: Install dizinine gidin ve sonra da openssl.exe çift tıklayın.Windows: Go to the install directory, then /bin/, then double-click openssl.exe.
- Mac ve Linux: bir terminalden OpenSSL yürütün.Mac and Linux: Execute openssl from a terminal.
Yürütün
s_client -showcerts -connect microsoft.com:443
.Executes_client -showcerts -connect microsoft.com:443
.Otomatik olarak imzalanan sertifikaları bulun.Look for self-signed certificates. Otomatik olarak imzalanan bir emin değilseniz, konunun ("s:") ve verenin ("i:") aynı olduğunu arayın.If you're unsure, which are self-signed, then look for anywhere that the subject ("s:") and issuer ("i:") are the same.
Otomatik olarak imzalanan bir sertifika bulursanız, -----Başlangıç sertifikası----- ve dahil olmak üzere -----son sertifikaya----- yeni bir sertifika ekleyerek ve bu her şeyi kopyalayıp yapıştırın. Her biri için CER dosyası.If you find any self-signed certificates, copy and paste everything from and including -----BEGIN CERTIFICATE----- to -----END CERTIFICATE----- to a new .CER file for each one.
Depolama Gezgini açın ve ardından Edit > SSL sertifikalarını Düzenle > sertifikaları içeri aktar' a gidin.Open Storage Explorer, and then go to Edit > SSL Certificates > Import Certificates. Bulmak, seçmek ve sonra açmak için dosya seçiciyi kullanın. Oluşturduğunuz CER dosyaları.Use the file picker to find, select, and then open the .CER files you created.
Otomatik olarak imzalanan sertifika bulamazsanız, daha fazla yardım için geri bildirim gönderebilirsiniz.If you don't find any self-signed certificates, you can send feedback for more help.
Abonelikler alınamıyorUnable to retrieve subscriptions
Oturum açtıktan sonra aboneliklerinizi alamadıysanız, bu önerileri deneyin:If you're unable to retrieve your subscriptions after you sign in, try these suggestions:
Hesabınızın aboneliklere erişimi olduğunu doğrulayın.Verify that your account has access to the subscriptions. Bunu yapmak için Azure Portaloturum açın.To do this, sign in to the Azure portal.
Doğru ortamda oturum açtığınızdan emin olun:Make sure you signed in to the correct environment:
- AzureAzure
- Azure ÇinAzure China
- Azure AlmanyaAzure Germany
- Azure ABD KamuAzure US Government
- Özel ortam/Azure StackCustom Environment/Azure Stack
Bir proxy 'nin arkasındaysanız, Depolama Gezgini proxy 'nin düzgün yapılandırıldığından emin olun.If you're behind a proxy, make sure that the Storage Explorer proxy is properly configured.
Hesabı kaldırın ve sonra yeniden ekleyin.Remove the account, and then add it again.
Aşağıdaki dosyaları giriş dizininizden silin (örneğin: C:\Users\ContosoUser) ve sonra hesabı tekrar ekleyin:Delete the following files from your home directory (such as: C:\Users\ContosoUser), and then add the account again:
- .adalcache.adalcache
- .devaccounts.devaccounts
- .extaccounts.extaccounts
Geliştirici konsolunu açmak için F12 tuşuna basın.Press the F12 key to open the developer console. Oturum açtığınızda konsolu hata iletileri için izleyin.Watch the console for any error messages when you sign in.
Kimlik doğrulaması sayfası görülemiyorUnable to see the authentication page
Kimlik doğrulaması sayfasını göremiyorsanız:If you're unable to see the authentication page:
- Bağlantınızın hızına bağlı olarak, oturum açma sayfasının yüklenmesi biraz zaman alabilir.Depending on the speed of your connection, it might take a while for the sign-in page to load. Kimlik doğrulama iletişim kutusunu kapatmadan önce en az bir dakika bekleyin.Wait at least one minute before you close the authentication dialog box.
- Bir proxy 'nin arkasındaysanız, Depolama Gezgini proxy 'nin düzgün yapılandırıldığından emin olun.If you're behind a proxy, make sure that the Storage Explorer proxy is properly configured.
- Geliştirici araçları konsolunda (F12), kimlik doğrulamasının neden çalışmadığını öğrenmek için yanıtları izleyin.On the developer tools console (F12), watch the responses to see if you can find any clue for why authentication isn't working.
Hesap kaldırılamıyorCan't remove an account
Bir hesabı kaldıramazsanız veya yeniden kimlik doğrulaması bağlantısı hiçbir şey yapmazsa:If you're unable to remove an account, or if the reauthenticate link doesn't do anything:
Aşağıdaki dosyaları giriş dizininizden silin ve sonra hesabı tekrar ekleyin:Delete the following files from your home directory, and then add the account again:
- .adalcache.adalcache
- .devaccounts.devaccounts
- .extaccounts.extaccounts
SAS bağlı Depolama kaynaklarını kaldırmak istiyorsanız şunları silin:If you want to remove SAS attached Storage resources, delete:
- Windows için %AppData%/StorageExplorer klasörü%AppData%/StorageExplorer folder for Windows
- /Users/<your_name>/Library/Application Support destek/macOS için StorageExplorer/Users/<your_name>/Library/Application SUpport/StorageExplorer for macOS
- Linux için ~/.config/StorageExplorer~/.config/StorageExplorer for Linux
Not
Bu dosyaları silerseniz, tüm kimlik bilgilerinizi yeniden girmeniz gerekir.If you delete these files, you must reenter all your credentials.
HTTP/HTTPS ara sunucu sorunuHTTP/HTTPS proxy issue
ASE 'de bir HTTP/HTTPS proxy yapılandırdığınızda, sol ağaçta Azure Cosmos DB düğümleri listeleyemiyorum.You can't list Azure Cosmos DB nodes in the left tree when you configure an HTTP/HTTPS proxy in ASE. Azure portal Azure Cosmos DB veri Gezgini 'ni bir iş olarak bir arada kullanabilirsiniz.You can use Azure Cosmos DB data explorer in the Azure portal as a work-around.
"Yerel ve Bağlı" düğümünün altındaki "Geliştirme" düğümü sorunu"Development" node under "Local and Attached" node issue
Sol ağaçta yerel ve ekli düğüm altında geliştirme düğümünü seçtikten sonra yanıt alınmaz.There's no response after you select the Development node under the Local and Attached node in the left tree. Bu beklenen bir davranıştır.The behavior is expected.
Yerel ve bağlı düğümde bir Azure Cosmos DB hesabı iliştirme hatasıAttach an Azure Cosmos DB account in the Local and Attached node error
Yerel ve bağlı düğüme bir Azure Cosmos DB hesabı iliştirdikten sonra aşağıdaki hatayı görürseniz doğru bağlantı dizesini kullandığınızdan emin olun.If you see the following error after you attach an Azure Cosmos DB account in Local and Attached node, then make sure you're using the correct connection string.
Azure Cosmos DB düğümünü genişletme hatasıExpand Azure Cosmos DB node error
Sol ağaçta düğümleri genişletmeye çalıştığınızda aşağıdaki hatayla karşılaşabilirsiniz.You might see the following error when you try to expand nodes in the left tree.
Şu önerileri deneyin:Try these suggestions:
- Azure Cosmos DB hesabının hazırlama ilerleme durumunda olup olmadığını denetleyin.Check if the Azure Cosmos DB account is in provision progress. Hesap başarıyla oluşturulduğunda tekrar deneyin.Try again when the account is being created successfully.
- Hesap, hızlı erişim veya yerel ve bağlı düğümlerin altındaysa, hesabın silinip silinmediğini denetleyin.If the account is under the Quick Access or Local and Attached nodes, check if the account is deleted. Bu durumda, düğümü el ile kaldırmanız gerekir.If so, you need to manually remove the node.
Sonraki adımlarNext steps
- Azure Depolama Gezgini Azure Cosmos DB nasıl kullanacağınızı görmek için bu videoyu izleyin: Azure Depolama Gezgini 'de Azure Cosmos DB kullanma.Watch this video to see how to use Azure Cosmos DB in Azure Storage Explorer: Use Azure Cosmos DB in Azure Storage Explorer.
- Depolama Gezgini ile çalışmaya başlama konusunda Depolama Gezgini hakkında daha fazla bilgi edinin ve daha fazla hizmet bağlayın.Learn more about Storage Explorer and connect more services in Get started with Storage Explorer.