Skip to content

Commit 111fc82

Browse files
committed
fix step
1 parent 7ad4130 commit 111fc82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/migrate-azure-credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ You need to configure your application code to look for the specific managed ide
173173
}));
174174
```
175175

176-
---
177-
178176
3. Redeploy your code to Azure after making this change in order for the configuration updates to be applied.
179177

178+
---
179+
180180
### Test the app
181181

182182
After deploying the updated code, browse to your hosted application in the browser. Your app should be able to connect to the storage account successfully. Keep in mind that it may take several minutes for the role assignments to propagate through your Azure environment. Your application is now configured to run both locally and in a production environment without the developers having to manage secrets in the application itself.

0 commit comments

Comments
 (0)