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
Copy file name to clipboardExpand all lines: src/dotnet/APIView/APIViewWeb/CONTRIBUTING.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ Create following Azure resources in your Azure subscription.
99
99
100
100
101
101
### Connect local debugging instance to Azure resource
102
+
102
103
Following configuration is required to connect local debug instance to Azure resources as well as to setup debugging environment. Below are the steps to follow and required configuration to be added.
103
104
104
105
- Right click on `APIViewWeb` project in `APIView solution` using solution explorer in Visual Studio and select `Manage User Secrets`.
@@ -110,12 +111,8 @@ Following configuration is required to connect local debug instance to Azure res
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
+
126
+
-`Storage Blob Contributor` to access storage account
127
+
-`Cosmos DB Built-in Data Contributor` to access Cosmos DB
128
+
129
+
### Role based access requierd for deployed instances
130
+
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
+
133
+
-`Storage Blob Contributor` to access storage account
134
+
-`Cosmos DB Built-in Data Contributor` to access Cosmos DB
135
+
127
136
### Compile TypeScript code
128
137
129
138
APIView web app has some type script code and this needs to be compiled for client side processing. Following are the steps to compile typescript code before starting to debug APIView.
0 commit comments