- az group create --name techdirectg --location eastus
- az appservice plan create --name techdAppServicePlan --resource-group techdirectg
- az webapp create --name techdirectappserviceapplication --resource-group techdirectg --plan techdAppServicePlan
- az webapp deployment source config –name techdirectappserviceapplication –resource-group techdirectg –repo-url https://github.com/raphgm/sample_appservice-app.git –branch master –manual-integration