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
Do I need any subscription or permission for this
Yes, to deploy the Application to Azure
you need to have an active Subscription Azure Account
.
Azure App service
extension 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
=> select Create New WebApp
and continue with next steps.
For more information refer this MSDoc which explains the same.