5: Clean up Azure resources

Previous step: stream logs

The Azure resources that you created in this tutorial can incur ongoing costs. To avoid such costs, delete the resource group that contains all those resources.

You can delete the resource group by using either using the Azure portal or the Azure CLI:

  • In the Azure portal, select Resource groups from the left-side navigation pane, select the resource group that was created in the process of this tutorial, and then use the Delete resource group command.

  • Run the following Azure CLI command (locally or using the Cloud Shell), replacing <resource_group> with the name of the group used in this tutorial:

    az group delete --no-wait --name <resource_group>
    

Next steps

You can learn more about the Docker and App Service extensions by visiting their respective repositories on GitHub: vscode-docker and vscode-azureappservice. Issues and contributions are also welcome.

To learn more about Azure services that you can use from Python, including data storage along with AI and Machine Learning services, visit Azure Python Developer Center.

There are also other Azure extensions for VS Code that you may find helpful. Just search on "Azure" in the Extensions explorer:

Azure extensions for VS Code

Some popular extensions are: