Bauer: 2024-07-24 10:46:10

This commit is contained in:
ralfk 2024-07-24 10:46:10 +02:00
parent 403f5a8ea9
commit 72057fc3e8

View File

@ -1,15 +1,22 @@
#### Deplay a storage account : #### Deplay a storage account :
```text
az deployment group create \ az deployment group create \
--resource-group <resource-group-name> \ --resource-group <resource-group-name> \
--template-file <filename>.bicep \ --template-file <filename>.bicep \
--parameters @<filename>.parameters.json --parameters @<filename>.parameters.json
```
### Validate the deployment:
#### Validate the deployment: ```text
az storage account show \ az storage account show \
--name <storage-account-name> \ --name <storage-account-name> \
--resource-group <resource-group-name> --resource-group <resource-group-name>
```
#### Kommentare :
// This is your primary NIC.
**Mehrspaltige Kommentare**
/* This Bicep file assumes the key vault already exists and
is in same subscription and resource group as the deployment. \*/