Azure App Services can be used to build, deploy and scale web apps. Use Azure App Services to deploy your website:
- Sign in to Azure Portal : Go to portal.azure.com and sign in with a Microsoft account.
- Create A New App Service. Select “Create resource” on the left menu. Select “Web App”, under “Compute”.
- Configure : Enter details such the subscription, the resource group (or to create a new group) and the application name. Choose your operating system (Windows/Linux) and the runtime stack for your app.
- Select App Service Plan: Choose an App Service plan. This plan determines where your app will be located and the pricing tier. It also affects resources, scaling options and other factors.
- Deployment Setting : Select a deployment method (such GitHub Azure DevOps Local Git). Configure necessary settings.
- Check and Create is to review your settings and then click “Create”. Azure will deploy the App Service.
- , Deploy Your Application . Once your app is created you can deploy code using a selected method.
- Access Your Website App. After deployment, navigate directly to the URL you were provided to test and access your web app.