8. Clean up all resources used in this article series

Clean up all resources created in this article series.

Remove the Azure Static Web Apps resource

In VS Code, find the Azure Explorer's Static Web Apps section, right-click on the Static Web Apps and select Delete. In the pop-up window, Are you sure..., select Delete again.

Delete your GitHub repo

Delete your GitHub repo, and all the files associated with it.

  1. In a web browser, open your repo's settings with a URL like: https://github.com/YOUR-ACCOUNT/staticwebapp-with-api/settings.
  2. At the bottom of the page, in the Danger Zone, select Delete this repository and complete that process.

Remove your authentication from the authentication provider

If you deploy your app to the remote Static Web Apps resource and have logged in, then want to remove your personal authentication approvals, you need to purge these approvals. This step isn't needed if you haven't deployed to Azure.

Purge your authentication from your providers, using the following links:

Next steps