Bauer: 2024-07-24 10:35:16

This commit is contained in:
ralfk 2024-07-24 10:35:16 +02:00
parent 81afc104f8
commit cc6e09dabe

14
Technik/BICEP.md Normal file
View File

@ -0,0 +1,14 @@
#### Deplay a storage account :
az deployment group create \
--resource-group <resource-group-name> \
--template-file <filename>.bicep \
--parameters @<filename>.parameters.json
#### Validate the deployment:
az storage account show \
--name <storage-account-name> \
--resource-group <resource-group-name>