├── Amazon.png ├── LICENSE.md ├── README.md ├── Samples ├── Basic-Storage-Account-with-extension.bicep ├── Basic-Storage-Account-with-extension.json ├── Basic-Storage-Account-with-param.bicep ├── Basic-Storage-Account-with-param.json ├── README.md ├── Real World Example │ ├── 6. main.bicep │ ├── 6. main.json │ ├── 6.1 avd-backplane-module.bicep │ ├── 6.2 avd-network-module.bicep │ ├── 6.2.1 avd-template-vm.bicep │ ├── 6.2.2 avd-peering-from-adds.bicep │ ├── 6.3 avd-LogAnalytics.bicep │ ├── 6.3 avd-LogAnalytics.json │ ├── 6.3 avd-monitor-diag.bicep │ ├── 6.3.1 avd-monitor-diag-hostpool.bicep │ ├── 6.3.2 avd-monitor-diag-workspace.bicep │ ├── 6.4 avd-shared-image-gallery.bicep │ ├── 6.4.1 avd-Image-definitions.bicep │ ├── 6.4.1.1 avd-Image-Template.bicep │ ├── 6.5 avd-fileservices-module.bicep │ ├── 6.6 avd-KeyVault.bicep │ └── 7. avd-template-spec.bicep ├── azure-Container-Registry.bicep ├── basic-Storage-Account-with-container-2-loop-types.bicep ├── basic-Storage-Account-with-container-2-loop-types.json ├── basic-Storage-Account-with-container-conditional-2.bicep ├── basic-Storage-Account-with-container-conditional.bicep ├── basic-Storage-Account-with-container-existing-keyword.bicep ├── basic-Storage-Account-with-container-existing-keyword.json ├── basic-Storage-Account-with-container-loop-range.bicep ├── basic-Storage-Account-with-container-loop.bicep ├── basic-Storage-Account-with-container-loop.json ├── basic-Storage-Account-with-container.bicep ├── basic-Storage-Account-with-container.json ├── basic-Storage-Account-with-expressions.bicep ├── basic-Storage-Account-with-expressions.json ├── basic-Storage-Account-with-ouputs.bicep ├── basic-Storage-Account-with-ouputs.json ├── basic-Storage-Account-with-param-and-tags.bicep ├── basic-Storage-Account-with-param-and-variables.bicep ├── basic-Storage-Account-with-param-and-variables.json ├── basic-Storage-Account-with-unique-name.bicep ├── basic-storage-account.bicep ├── basic-storage-account.json ├── basic-storage-account.parameters.json ├── bicepconfig.json ├── container-with-secret.bicep ├── container.bicep ├── install-Bicep-CLI.ps1 ├── install-Bicep-VSCode-Extension.ps1 ├── main-acr.bicep ├── main-mcr.bicep ├── main-mcr.json ├── main-ts.bicep ├── main-with-getsecret-function.bicep ├── main-with-secret.bicep ├── main-with-secret.json ├── main.bicep ├── main.json ├── referenceExistingResource.bicep ├── resource-Group-With-Targetscope.bicep ├── resource-Group-With-Targetscope.json ├── shared-prefixes.json ├── storageAccount.bicep ├── template-spec.bicep ├── vNet-with-Subnet-as-property.bicep ├── vNet-with-Subnet-as-property.json ├── vNet-with-Subnet-as-separate-nested-resource.bicep ├── vNet-with-Subnet-as-separate-nested-resource.json ├── vNet-with-Subnet-as-separate-resource.bicep ├── vNet-with-Subnet-as-separate-resource.json └── vm-with-shared-variable-file.bicep └── cover.jpg /Amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Amazon.png -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/README.md -------------------------------------------------------------------------------- /Samples/Basic-Storage-Account-with-extension.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Basic-Storage-Account-with-extension.bicep -------------------------------------------------------------------------------- /Samples/Basic-Storage-Account-with-extension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Basic-Storage-Account-with-extension.json -------------------------------------------------------------------------------- /Samples/Basic-Storage-Account-with-param.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Basic-Storage-Account-with-param.bicep -------------------------------------------------------------------------------- /Samples/Basic-Storage-Account-with-param.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Basic-Storage-Account-with-param.json -------------------------------------------------------------------------------- /Samples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/README.md -------------------------------------------------------------------------------- /Samples/Real World Example/6. main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6. main.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6. main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6. main.json -------------------------------------------------------------------------------- /Samples/Real World Example/6.1 avd-backplane-module.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.1 avd-backplane-module.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.2 avd-network-module.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.2 avd-network-module.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.2.1 avd-template-vm.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.2.1 avd-template-vm.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.2.2 avd-peering-from-adds.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.2.2 avd-peering-from-adds.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.3 avd-LogAnalytics.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.3 avd-LogAnalytics.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.3 avd-LogAnalytics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.3 avd-LogAnalytics.json -------------------------------------------------------------------------------- /Samples/Real World Example/6.3 avd-monitor-diag.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.3 avd-monitor-diag.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.3.1 avd-monitor-diag-hostpool.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.3.1 avd-monitor-diag-hostpool.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.3.2 avd-monitor-diag-workspace.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.3.2 avd-monitor-diag-workspace.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.4 avd-shared-image-gallery.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.4 avd-shared-image-gallery.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.4.1 avd-Image-definitions.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.4.1 avd-Image-definitions.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.4.1.1 avd-Image-Template.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.4.1.1 avd-Image-Template.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.5 avd-fileservices-module.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.5 avd-fileservices-module.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/6.6 avd-KeyVault.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/6.6 avd-KeyVault.bicep -------------------------------------------------------------------------------- /Samples/Real World Example/7. avd-template-spec.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/Real World Example/7. avd-template-spec.bicep -------------------------------------------------------------------------------- /Samples/azure-Container-Registry.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/azure-Container-Registry.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-2-loop-types.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-2-loop-types.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-2-loop-types.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-2-loop-types.json -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-conditional-2.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-conditional-2.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-conditional.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-conditional.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-existing-keyword.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-existing-keyword.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-existing-keyword.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-existing-keyword.json -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-loop-range.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-loop-range.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-loop.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-loop.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container-loop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container-loop.json -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-container.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-container.json -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-expressions.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-expressions.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-expressions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-expressions.json -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-ouputs.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-ouputs.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-ouputs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-ouputs.json -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-param-and-tags.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-param-and-tags.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-param-and-variables.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-param-and-variables.bicep -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-param-and-variables.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-param-and-variables.json -------------------------------------------------------------------------------- /Samples/basic-Storage-Account-with-unique-name.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-Storage-Account-with-unique-name.bicep -------------------------------------------------------------------------------- /Samples/basic-storage-account.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-storage-account.bicep -------------------------------------------------------------------------------- /Samples/basic-storage-account.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-storage-account.json -------------------------------------------------------------------------------- /Samples/basic-storage-account.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/basic-storage-account.parameters.json -------------------------------------------------------------------------------- /Samples/bicepconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/bicepconfig.json -------------------------------------------------------------------------------- /Samples/container-with-secret.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/container-with-secret.bicep -------------------------------------------------------------------------------- /Samples/container.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/container.bicep -------------------------------------------------------------------------------- /Samples/install-Bicep-CLI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/install-Bicep-CLI.ps1 -------------------------------------------------------------------------------- /Samples/install-Bicep-VSCode-Extension.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/install-Bicep-VSCode-Extension.ps1 -------------------------------------------------------------------------------- /Samples/main-acr.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main-acr.bicep -------------------------------------------------------------------------------- /Samples/main-mcr.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main-mcr.bicep -------------------------------------------------------------------------------- /Samples/main-mcr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main-mcr.json -------------------------------------------------------------------------------- /Samples/main-ts.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main-ts.bicep -------------------------------------------------------------------------------- /Samples/main-with-getsecret-function.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main-with-getsecret-function.bicep -------------------------------------------------------------------------------- /Samples/main-with-secret.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main-with-secret.bicep -------------------------------------------------------------------------------- /Samples/main-with-secret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main-with-secret.json -------------------------------------------------------------------------------- /Samples/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main.bicep -------------------------------------------------------------------------------- /Samples/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/main.json -------------------------------------------------------------------------------- /Samples/referenceExistingResource.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/referenceExistingResource.bicep -------------------------------------------------------------------------------- /Samples/resource-Group-With-Targetscope.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/resource-Group-With-Targetscope.bicep -------------------------------------------------------------------------------- /Samples/resource-Group-With-Targetscope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/resource-Group-With-Targetscope.json -------------------------------------------------------------------------------- /Samples/shared-prefixes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/shared-prefixes.json -------------------------------------------------------------------------------- /Samples/storageAccount.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/storageAccount.bicep -------------------------------------------------------------------------------- /Samples/template-spec.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/template-spec.bicep -------------------------------------------------------------------------------- /Samples/vNet-with-Subnet-as-property.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/vNet-with-Subnet-as-property.bicep -------------------------------------------------------------------------------- /Samples/vNet-with-Subnet-as-property.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/vNet-with-Subnet-as-property.json -------------------------------------------------------------------------------- /Samples/vNet-with-Subnet-as-separate-nested-resource.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/vNet-with-Subnet-as-separate-nested-resource.bicep -------------------------------------------------------------------------------- /Samples/vNet-with-Subnet-as-separate-nested-resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/vNet-with-Subnet-as-separate-nested-resource.json -------------------------------------------------------------------------------- /Samples/vNet-with-Subnet-as-separate-resource.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/vNet-with-Subnet-as-separate-resource.bicep -------------------------------------------------------------------------------- /Samples/vNet-with-Subnet-as-separate-resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/vNet-with-Subnet-as-separate-resource.json -------------------------------------------------------------------------------- /Samples/vm-with-shared-variable-file.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/Samples/vm-with-shared-variable-file.bicep -------------------------------------------------------------------------------- /cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fberson/Getting-started-with-Bicep-Infrastructure-as-code-on-Azure/HEAD/cover.jpg --------------------------------------------------------------------------------