This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
One reason the request is getting a 403 status code returned is?
Because by default Azure Cosmos DB blocks access to all incoming IPs.
Because by default Azure Cosmos DB allows access to all incoming IPs.
Because the firewall is enabled, and the application's IP must be added to the firewall's allowed access list.
What' needs to be done to use the Data Explorer with RBAC (Role-Based Access Control?
Access the Azure Cosmos DB Data Explorer with the specific ?feature.enableAadDataPlane=true query parameter and sign-in.
?feature.enableAadDataPlane=true
Use CLI or PowerShell to enable the feature enableAadDataPlane=true.
enableAadDataPlane=true
Data Explorer doesn't support RBAC.
What is the proper set of steps to set up Always Encrypted for Cosmos DB?
Create a CMK (Customer-Managed Keys) in Azure Key Vault. Use the SDK to create the DEK (Data Encryption Key) (with the CMK) on a database, add the DEK and the encryption policies to an existing container.
Create a CMK in Azure Key Vault. Use the SDK to create the DEK (with the CMK) on a database, create a container with the DEK and encryption policies.
Create a CMK in Azure Key Vault. Use the SDK to create the DEK (with the CMK) on a new or existing container with the encryption policies.
You must answer all questions before checking your work.
Was this page helpful?