Skip to content

This repo outlines the steps to move a resource into app service with all it's requirement

Notifications You must be signed in to change notification settings

raphgm/sample_appservice-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Deploy code to sample_appservice-app in Azure portal

Create a resource group

  • az group create --name techdirectg --location eastus

Create an App Service Plan

  • az appservice plan create --name techdAppServicePlan --resource-group techdirectg

Create a Web Application

  • az webapp create --name techdirectappserviceapplication --resource-group techdirectg --plan techdAppServicePlan

Move code into the web application

About

This repo outlines the steps to move a resource into app service with all it's requirement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages