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
Note: User requires following role based access to storage account and cosmos DB for local debugging and make sure that user is logged in to Azure from Visual studio to access Azure resources.
125
125
126
126
-`Storage Blob Contributor` to access storage account
127
127
-`Cosmos DB Built-in Data Contributor` to access Cosmos DB
128
128
129
-
### Role based access requierd for deployed instances
129
+
### Role based access required for deployed instances
130
130
131
131
APIView Azure web app instance requires role based access to storage and cosmos DB instances to access using managed identity. Following are the required RBAC roles.
132
132
133
133
-`Storage Blob Contributor` to access storage account
134
134
-`Cosmos DB Built-in Data Contributor` to access Cosmos DB
135
+
-`App Configuration Data Reader` to access App configuration.
thrownewInvalidOperationException("App Configuration URL is not set in APIView environment variable. This should be set using environment name APIVIEW_APPCONFIG_URL and value 'https://<your-app-config-name>.azconfig.io'");
28
+
}
23
29
// Load configuration from Azure App Configuration
0 commit comments