Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 692 Bytes

azureappservice.md

File metadata and controls

23 lines (15 loc) · 692 Bytes

Azure App Service

Select + Create a resource and search for APP Services

Provide the following details in Basic Tab

  • Choose the Azure subscription
  • Select existing or create new resource group for the web app.
  • Enter a name for the new web app
  • Publish Docker Container
  • Select operating system as Linux
  • Choose the Azure region
  • Leave the App Service plan as it is. Image7

Provide following details in Docker Tab and click on create.

  • Select the Options as a single container and Image source as Azure Container Registry
  • Provide the registry, Image and Tag and click on create Image8