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
@@ -169,7 +169,7 @@ Start by creating your Azure resources.
169
169
170
170
Import the test configuration file to Azure App Configuration using a system-assigned managed identity.
171
171
172
-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\system-managed-identity\ServiceConnectorSample`
172
+
1. Cd into the folder `ServiceConnectorSample`
173
173
1. Import the [./sampleconfigs.json](https://github.com/Azure-Samples/serviceconnector-webapp-appconfig-dotnet/blob/main/system-managed-identity/ServiceConnectorSample/sampleconfigs.json) test configuration file into the App Configuration store. If you're using Cloud Shell, upload [sampleconfigs.json](../cloud-shell/persisting-shell-storage.md) before running the command.
174
174
175
175
```azurecli
@@ -180,7 +180,7 @@ Start by creating your Azure resources.
180
180
181
181
Import the test configuration file to Azure App Configuration using a user-assigned managed identity.
182
182
183
-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\user-assigned-managed-identity\ServiceConnectorSample`
183
+
1. Cd into the folder `ServiceConnectorSample`
184
184
1. Import the [./sampleconfigs.json](https://github.com/Azure-Samples/serviceconnector-webapp-appconfig-dotnet/blob/main/user-assigned-managed-identity/ServiceConnectorSample/sampleconfigs.json) test configuration file into the App Configuration store. If you're using Cloud Shell, upload [sampleconfigs.json](../cloud-shell/persisting-shell-storage.md) before running the command.
185
185
186
186
```azurecli
@@ -191,7 +191,7 @@ Start by creating your Azure resources.
191
191
192
192
Import the test configuration file to Azure App Configuration using service principal.
193
193
194
-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\service-principal\ServiceConnectorSample`
194
+
1. Cd into the folder `ServiceConnectorSample`
195
195
1. Import the [./sampleconfigs.json](https://github.com/Azure-Samples/serviceconnector-webapp-appconfig-dotnet/blob/main/service-principal/ServiceConnectorSample/sampleconfigs.json) test configuration file into the App Configuration store. If you're using Cloud Shell, upload [sampleconfigs.json](../cloud-shell/persisting-shell-storage.md) before running the command.
196
196
197
197
```azurecli
@@ -202,7 +202,7 @@ Start by creating your Azure resources.
202
202
203
203
Import the test configuration file to Azure App Configuration using a connection string.
204
204
205
-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\connection-string\ServiceConnectorSample`
205
+
1. Cd into the folder `ServiceConnectorSample`
206
206
1. Import the [./sampleconfigs.json](https://github.com/Azure-Samples/serviceconnector-webapp-appconfig-dotnet/blob/main/connection-string/ServiceConnectorSample/sampleconfigs.json) test configuration file into the App Configuration store. If you're using Cloud Shell, upload [sampleconfigs.json](../cloud-shell/persisting-shell-storage.md) before running the command.
0 commit comments