How to deploy a react app on azure using publish profile with Visual Studio Code
deploy a react app on azure using publish profile with Visual Studio Code. I have a publish profile and want to deploy the React/Nextjs app on azure using visual studio code editor.
Do I need any subscription or permission for this
Yes, to deploy the Application to
Azureyou need to have an active SubscriptionAzure Account.Azure App serviceextension from the Extensions tab.You need to have one resource group created.
Need to deploy your react app to that resource.
Click on
ctrl+shift+P=> selectCreate New WebAppand continue with next steps.For more information refer this MSDoc which explains the same.