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
@@ -135,7 +135,7 @@ Start by creating your Azure resources.
135
135
136
136
```azurecli
137
137
# Change directory to the service principal sample
138
-
cd connection-string
138
+
cd serviceconnector-webapp-appconfig-dotnet\connection-string
139
139
140
140
# Create a web app
141
141
@@ -168,7 +168,7 @@ Start by creating your Azure resources.
168
168
169
169
Import the test configuration file to Azure App Configuration using a system-assigned managed identity.
170
170
171
-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\system-managed-identity\ServiceConnectorSample`
171
+
1. Cd into the folder `ServiceConnectorSample`
172
172
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.
173
173
174
174
```azurecli
@@ -179,7 +179,7 @@ Start by creating your Azure resources.
179
179
180
180
Import the test configuration file to Azure App Configuration using a user-assigned managed identity.
181
181
182
-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\user-assigned-managed-identity\ServiceConnectorSample`
182
+
1. Cd into the folder `ServiceConnectorSample`
183
183
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.
184
184
185
185
```azurecli
@@ -190,7 +190,7 @@ Start by creating your Azure resources.
190
190
191
191
Import the test configuration file to Azure App Configuration using service principal.
192
192
193
-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\service-principal\ServiceConnectorSample`
193
+
1. Cd into the folder `ServiceConnectorSample`
194
194
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.
195
195
196
196
```azurecli
@@ -201,7 +201,7 @@ Start by creating your Azure resources.
201
201
202
202
Import the test configuration file to Azure App Configuration using a connection string.
203
203
204
-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\connection-string\ServiceConnectorSample`
204
+
1. Cd into the folder `ServiceConnectorSample`
205
205
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