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
"AppConfig": "https://<app-config-name>.azconfig.io" // Replace with the "AppConfig": "https://<app-config-name>.azconfig.io" // Replace with the Azure App Configuration endpoint URL
Depending on the features you use, you may also need:
114
+
-**Storage Blob Data Contributor** - For Azure Storage operations
115
+
-**Storage Queue Data Contributor** - For queue-based processing
116
+
-**Storage Blob Data Reader** - For read-only access to blob data
117
+
118
+
**Note**: RBAC permission changes can take 5-10 minutes to propagate. If you encounter "Forbidden" errors after assigning roles, wait a few minutes and try again.
119
+
120
+
## Step 3: Backend Setup
72
121
73
122
### 1. Clone the Repository
74
123
@@ -92,15 +141,50 @@ Navigate to the cloned repository and open the following solution files from Vis
After deploying the accelerator, the `appsettings.Development.json` file will be created automatically.
146
+
**After deploying the accelerator**, the `appsettings.Development.json` file should be created automatically. If you are using a deployed resource group that was **not deployed from your machine**, you will need to create these files manually.
98
147
99
-
-**KernelMemory Solution:**
100
-
Expand the `appsettings.json` file under the **Service** project (inside the `service` folder) and confirm that `appsettings.Development.json` exists.
148
+
#### KernelMemory Solution
101
149
102
-
-**Microsoft.GS.DPS Solution:**
103
-
Expand the `appsettings.json` file under the **Microsoft.GS.DPS.Host** project and confirm that `appsettings.Development.json` exists.
150
+
1. In the **Service** project (inside the `service` folder), expand the `appsettings.json` file.
151
+
2. Confirm that `appsettings.Development.json` exists.
152
+
3. If it does not exist, create it manually by copying the sample file:
0 commit comments