Skip to content

[WIP] App Service with Authentication

License

Notifications You must be signed in to change notification settings

ljtill/bicep-app-service-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Service Auth

This repository provides the infra-as-code components to deploy Azure App Service with Entra ID Authentication.

Please note this repository is under development and subject to change.


Getting Started

Update the main.bicepparam file

Create Resource Group

az group create \
    --name '' \
    --location ''

Deploy the Bicep template

az deployment group create \
    --resource-group '' \
    --name 'Microsoft.Resources' \
    --template-file ./src/main.bicep \
    --parameters ./src/main.bicepparam

About

[WIP] App Service with Authentication

Topics

Resources

License

Stars

Watchers

Forks

Languages