Skip to content

Latest commit

 

History

History

6identity

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

functionspy

6 Identity

This sample follows 2 Function storage and extends it with an input binding from a storage account queue.

region=northeurope resourcegroup=functionspy6 storageaccount=functionspy6sa pythonversion=3.11 functionapp=functionspy6fa az group create --name $resourcegroup --location $region

server=functionspy6sv database=functionspy6db

az sql server create --name $server --resource-group $resourcegroup --location $region --enable-ad-only-auth --external-admin-principal-type User --external-admin-name pidebrui --external-admin-sid 0a5c2d73-9bb3-47a8-8a81-f580b1a570d0

az sql db create -g $resourcegroup -s $server -n $database --compute-model Serverless -e GeneralPurpose -f Gen5 -c 2 --min-capacity 0.5
--auto-pause-delay 720