devdeer.Templates.Bicep 17.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package devdeer.Templates.Bicep --version 17.1.2
                    
NuGet\Install-Package devdeer.Templates.Bicep -Version 17.1.2
                    
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="17.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="devdeer.Templates.Bicep" Version="17.1.2" />
                    
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 17.1.2
                    
#r "nuget: devdeer.Templates.Bicep, 17.1.2"
                    
#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@17.1.2
                    
#: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=17.1.2
                    
Install as a Cake Addin
#tool nuget:?package=devdeer.Templates.Bicep&version=17.1.2
                    
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
17.4.1 90 3/11/2026
17.4.0 92 3/9/2026
17.3.2 158 2/26/2026
17.3.1 301 1/21/2026
17.3.0 291 1/5/2026
17.2.0 287 12/23/2025
17.1.13 273 12/23/2025
17.1.12 280 12/23/2025
17.1.9 282 12/22/2025
17.1.8 283 12/22/2025
17.1.7 264 12/22/2025
17.1.6 269 12/22/2025
17.1.5 267 12/22/2025
17.1.4 269 12/22/2025
17.1.3 393 12/19/2025
17.1.2 375 12/18/2025
17.1.1 301 12/14/2025
17.1.0 292 12/13/2025
17.0.8 577 12/10/2025
17.0.7 375 12/4/2025
Loading failed

- First integration of storage account with private endpoint.
- Added module for Application Security Group.
- Network interface now as customName property.
- Added typed support for storage lifecycle policies.
- Fixed public network access setting in site-deployments.
- Changed default Public IP address SKU to Standard.
- VM component allows overriding of Public IP options.
- Storage account deploys A-record for private link if resource-hints are given.