Skip to content

Commit 9916b1b

Browse files
Merge pull request #262526 from maud-lv/patch-45
Update cleanup paragraph
2 parents 3ac8255 + 298ace4 commit 9916b1b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/service-connector/tutorial-connect-web-app-app-configuration.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: tutorial
8-
ms.date: 10/24/2022
8+
ms.date: 1/5/2024
99
ms.custom: engagement-fy23, devx-track-azurecli
1010
---
1111

@@ -33,7 +33,7 @@ In this tutorial, use the Azure CLI to complete the following tasks:
3333

3434
## Sign in to Azure
3535

36-
Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.com/) with your Azure account.
36+
Run `az login` in the Azure CLI to sign in to Azure.
3737

3838
## Set up Azure resources
3939

@@ -47,7 +47,7 @@ Start by creating your Azure resources.
4747

4848
1. Deploy the web app to Azure
4949

50-
Run `az login` to sign in to and follow these steps to create an App Service and deploy the sample app. Make sure you have the Subscription Contributor role.
50+
Follow these steps to create an App Service and deploy the sample app. Make sure you have the Subscription Contributor or Owner role.
5151

5252
### [SMI](#tab/smi)
5353

@@ -314,11 +314,13 @@ Optionally, do the following tests:
314314

315315
1. Navigate to your Azure web app by going to `https://<myWebAppName>.azurewebsites.net/` and refresh the page. You'll see that the message is updated to "hello".
316316
317-
## Cleanup
317+
## Clean up resources
318318
319-
Once you're done, delete the Azure resources you created.
319+
Once you're done, if you're not going to use these Azure resources any longer, delete them by running the `az group delete` command. This command deletes your resource group and all the resources within it.
320320
321-
`az group delete -n <myResourceGroupName> --yes`
321+
```azurecli
322+
az group delete -n <myResourceGroupName> --yes
323+
```
322324
323325
## Next steps
324326

0 commit comments

Comments
 (0)