From 72057fc3e86b9f2a439c97afd1c939bdc2f1ad61 Mon Sep 17 00:00:00 2001 From: ralfk Date: Wed, 24 Jul 2024 10:46:10 +0200 Subject: [PATCH] Bauer: 2024-07-24 10:46:10 --- Technik/BICEP.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Technik/BICEP.md b/Technik/BICEP.md index 586fe1e..b37fbe9 100644 --- a/Technik/BICEP.md +++ b/Technik/BICEP.md @@ -1,15 +1,22 @@ - - #### Deplay a storage account : +```text az deployment group create \ --resource-group \ --template-file .bicep \ --parameters @.parameters.json +``` - -#### Validate the deployment: +### Validate the deployment: +```text az storage account show \ --name \ --resource-group +``` +#### 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. \*/