Bauer: 2024-07-24 10:35:16
This commit is contained in:
parent
81afc104f8
commit
cc6e09dabe
14
Technik/BICEP.md
Normal file
14
Technik/BICEP.md
Normal 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>
|
||||
|
Loading…
Reference in New Issue
Block a user