Skip to content

Basic Azure App Service and Azure SQL Database deployment example

License

Notifications You must be signed in to change notification settings

kizantech/az-webapp-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

az-webapp-deploy

Basic Azure App Service and Azure SQL Database deployment example using Powershell and git

Tools Required

Permissions Required

The user you use to run this script will need the following permissions on the subscription you wish to deploy the resources to (minimum):

  • Managed Application Contributor Role
  • Sql Server Contributor
  • Network Contributor

Create your first environment

  • Open the app-service-config.psd1 file in your favorite text editor (VS Code recommended!). You'll want to set all the values in this file. All fields are required. Once you have finished save this file, and launch your Powershell prompt.
  • Login to your Azure tenant in powershell using Connect-AzAccount -Tenant '00000000-0000-0000-0000-000000000000' with your tenant id
  • Run the Powershell script from your powershell prompt. 1

Footnotes

  1. Recommended that you DO NOT use Powershell ISE, we have seen issues with session problems, and issues with Azure Powershell commands not completing using Powershell ISE. Use either a raw terminal session, or VS Code command window.

About

Basic Azure App Service and Azure SQL Database deployment example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published