You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SearchServiceName": "Put your search service name here",
3
-
"SearchServiceAdminApiKey": "Put your primary or secondary API key here",
4
-
"SearchServiceQueryApiKey": "Put your query API key here",
5
-
"AzureKeyVaultKeyIdentifier": "Put your Azure Key vault key URL to be used for encryption here. Expected format: 'https://<key-vault-name>.vault.azure.net/keys/<key-name>/<key-version>'",
6
-
"AzureActiveDirectoryApplicationId": "(optional): AAD Application ID that was granted the required access permissions to the Azure Key Vault that is to be used when encrypting your data at rest. The Application ID should not be confused with the Object ID for your AAD Application.",
7
-
"AzureActiveDirectoryApplicationSecret": "(optional): The authentication key of the specified AAD application."
2
+
"SearchServiceEndpoint": "Search service URL goes here",
3
+
"SearchServiceAdminApiKey": "Search service Admin API key goes here",
4
+
"SearchServiceQueryApiKey": "Search service query API key goes here",
"AzureActiveDirectoryApplicationId": "Azure AD Application ID (not to be confused with Object ID or Tenant ID). Make sure this application has an Access Policy set up in Azure Key Vault.",
7
+
"AzureActiveDirectoryApplicationSecret": "Azure AD authentication key found in Certificates and Secrets."
0 commit comments