devdeer.Templates.Bicep 19.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package devdeer.Templates.Bicep --version 19.0.3
                    
NuGet\Install-Package devdeer.Templates.Bicep -Version 19.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="devdeer.Templates.Bicep" Version="19.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="devdeer.Templates.Bicep" Version="19.0.3" />
                    
Directory.Packages.props
<PackageReference Include="devdeer.Templates.Bicep" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add devdeer.Templates.Bicep --version 19.0.3
                    
#r "nuget: devdeer.Templates.Bicep, 19.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package devdeer.Templates.Bicep@19.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=devdeer.Templates.Bicep&version=19.0.3
                    
Install as a Cake Addin
#tool nuget:?package=devdeer.Templates.Bicep&version=19.0.3
                    
Install as a Cake Tool

BICEP templates

Bicep Release Nuget

Introduction

This is a collection of BICEP templates which serve as patterns for DEVDEER default resources in Azure. The folder modules contains the actual specific templates. BICEP files in this folder are meant to represent single resources in Azure. The folder components is providing BICEP modules which are creating resources which need different Azure deployments at one.

Developer notes

If you want to add another template just create a BICEP file in the root and add the modules needed. Afterwards create a JSON file named like the BICEP but ending with parameters.test.json. The just run the .\samples\deploy-test.ps1 providing the name of the folder.

The following pre-prequisites are needed on your machine:

Branching

2 branches are important for deploying the packages to Nuget:

  • main: Create a PR to this branch to deploy a new stable version.
  • beta: Create a PR to this branch to deploy a new beta version. You don't need to add the "-beta". The pipelines will take care of that.

As soon as you created the PR a CI will run and then the CD will be triggered. The CD will ask for permission to deploy to Nuget. After approval the nuget push happens.

** Be aware that version handling is your responsibility! **

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
19.0.5 0 4/11/2026
19.0.3 123 4/7/2026
19.0.2 81 4/6/2026
19.0.1 87 4/6/2026
19.0.0 170 3/30/2026
18.1.4 101 3/30/2026
18.1.3 115 3/27/2026
18.1.1 123 3/25/2026
18.1.0 163 3/22/2026
18.0.1 161 3/18/2026
18.0.0 199 3/16/2026
17.4.1 124 3/11/2026
17.4.0 124 3/9/2026
17.3.2 187 2/26/2026
17.3.1 334 1/21/2026
17.3.0 321 1/5/2026
17.2.0 316 12/23/2025
17.1.13 304 12/23/2025
17.1.12 309 12/23/2025
17.1.9 312 12/22/2025
Loading failed

- BREAKING: The module for App Configuration now takes in a complex type for owner and reader RBACs.
- The VPN component was completely overhauled.
- New types: peeringDefinition, dnsZoneMapping and subnetDefinition.
- New function resolveSubnetsByFromOptionsWithGateway used by new VPN component.
- VNET module now allows definition of peerings in creation.
- Module for public IPs supports new options: zones, publicIPAddressVersion, linkedPublicIPAddressResource and idleTimeoutInMinutes.
- Fixed bug when a container app is deployed without custom domain.
- API management module now has nameOverride and additionalName params.
- App Insights module now has nameOverride param.
- Options now expose the companyShortKey.