Skip to content

Commit f6584cb

Browse files
committed
staged review
1 parent c2663b7 commit f6584cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
59 Bytes
Loading

articles/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,15 @@ When the new webpage shows your to-do list, your app is connecting to the databa
220220
221221
You should now be able to edit the to-do list as before.
222222
223-
[!INCLUDE [cli-samples-clean-up](../../includes/cli-samples-clean-up.md)]
223+
## 7. Clean up resources
224+
225+
In the preceding steps, you created Azure resources in a resource group. If you don't expect to need these resources in the future, delete the resource group by running the following command in the Cloud Shell:
226+
227+
```azurecli-interactive
228+
az group delete --name <group-name>
229+
```
230+
231+
This command may take a minute to run.
224232

225233
## Frequently asked questions
226234

0 commit comments

Comments
 (0)