Skip to content

Commit fbb03e9

Browse files
author
Bryce Chen
committed
typo fix and image fix
1 parent 0d39a40 commit fbb03e9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading
Loading

articles/service-connector/tutorial-django-webapp-postgres-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial, you use the Azure CLI to complete the following tasks:
2929
## Set up your initial environment
3030

3131
### [CloudShell](#tab/cloudshell)
32-
Lauch from [Azure Cloud Shell](../cloud-shell/overview.md) in the Azure Portal and install the service connector passwordless extension for the Azure CLI.
32+
Launch from [Azure Cloud Shell](../cloud-shell/overview.md) in the Azure Portal and install the service connector passwordless extension for the Azure CLI.
3333

3434
```terminal
3535
az extension add --name serviceconnector-passwordless --upgrade
@@ -225,7 +225,7 @@ Having issues? Refer first to the [Troubleshooting guide](../app-service/configu
225225

226226
### Create a storage account and connect to it
227227

228-
1. Use the [az webapp connection create storage-blob](/cli/azure/webapp/connection/create#az-webapp-connection-create-storage-blob) command to create an storage account and creates a service connector that does the following configuraitons:
228+
1. Use the [az webapp connection create storage-blob](/cli/azure/webapp/connection/create#az-webapp-connection-create-storage-blob) command to create a storage account and creates a service connector that does the following configurations:
229229
* Enables system-assigned managed identity on the web app
230230
* Adds the web app with role *Storage Blob Data Contributor* to the newly created storage account.
231231
* Configure the storage account network to accept access from the web app.

0 commit comments

Comments
 (0)