I have a Static Web App deployed to Azure. I need to temporarily stop it or redirect it to something like offline.html using the Azure C# SDK. I have an instance of a GenericResource class representing the SWA. How can I do that?
Looks like I can delete the SWA, but I need to be able to more or less instantly bring it back.
New contributor
Cara Wilderman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.