From cc6e09dabebd9ce34262206353294db48989c006 Mon Sep 17 00:00:00 2001 From: ralfk Date: Wed, 24 Jul 2024 10:35:16 +0200 Subject: [PATCH] Bauer: 2024-07-24 10:35:16 --- Technik/BICEP.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Technik/BICEP.md diff --git a/Technik/BICEP.md b/Technik/BICEP.md new file mode 100644 index 0000000..7bb4406 --- /dev/null +++ b/Technik/BICEP.md @@ -0,0 +1,14 @@ + + +#### Deplay a storage account : +az deployment group create \ +--resource-group \ +--template-file .bicep \ +--parameters @.parameters.json + + +#### Validate the deployment: +az storage account show \ +--name \ +--resource-group +