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 +