Skip to content

Commit

Permalink
Update setup.cmd (MicrosoftLearning#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchoff authored Nov 2, 2023
1 parent 4354e1e commit 28422b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 21-custom-form/setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set unique_id=!random!!random!

rem Create a storage account in your Azure resource group
echo Creating storage...
call az storage account create --name ai102form!unique_id! --subscription !subscription_id! --resource-group !resource_group! --location !location! --sku Standard_LRS --encryption-services blob --default-action Allow --output none
call az storage account create --name ai102form!unique_id! --subscription !subscription_id! --resource-group !resource_group! --location !location! --sku Standard_LRS --encryption-services blob --default-action Allow --output none --allow-blob-public-access true

echo Uploading files...
rem Get storage key to create a container in the storage account
Expand Down

0 comments on commit 28422b8

Please sign in to comment.