Articles → MICROSOFT AZURE → Create The App Service Plan And App Service Using The CLI Script
Create The App Service Plan And App Service Using The CLI Script
Script For Creating The App Service Plan
az appservice plan create --name myplan --resource-group rg1 --sku B1
Click to Enlarge
Script For Creating The App Service
az webapp create --name mywebapp212121 --plan myplan --resource-group rg1
Click to Enlarge