devdeer.Templates.Bicep 21.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package devdeer.Templates.Bicep --version 21.0.6
                    
NuGet\Install-Package devdeer.Templates.Bicep -Version 21.0.6
                    
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="21.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="devdeer.Templates.Bicep" Version="21.0.6" />
                    
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 21.0.6
                    
#r "nuget: devdeer.Templates.Bicep, 21.0.6"
                    
#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@21.0.6
                    
#: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=21.0.6
                    
Install as a Cake Addin
#tool nuget:?package=devdeer.Templates.Bicep&version=21.0.6
                    
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
21.0.7 0 6/8/2026
21.0.6 35 6/7/2026
21.0.4 55 6/4/2026
21.0.3 103 6/3/2026
21.0.2 87 6/3/2026
21.0.0 78 6/3/2026
20.1.0 82 6/3/2026
20.0.5 304 5/8/2026
20.0.4 137 5/8/2026
20.0.3 202 5/4/2026
20.0.1 233 4/22/2026
20.0.0 148 4/22/2026
19.0.6 187 4/20/2026
19.0.5 262 4/11/2026
19.0.3 238 4/7/2026
19.0.2 177 4/6/2026
19.0.1 181 4/6/2026
19.0.0 263 3/30/2026
18.1.4 195 3/30/2026
18.1.3 206 3/27/2026
Loading failed

- BREAKING: App Insights are now EntraID RBAC secured by default.
- BREAKING: Container App Environment no longer supports App Insights connection string.
- Web tests now support regular expressions which is the new default.
- New module Microsoft.Insights/rbacRoleAssignments allows to add monitoring push role assignments.
- Fix for CosmosDb deployments.
- Added module for PostgreSQL flexible server.
- Updated Microsoft Graph Bicep Extension to 1.0.0.
- SQL server module will not deploy firewall policy on disabled public network access.
- All SQL modules are updated to API version 2025-01-01.
- Private endpoint deployment name on SQL server changed and adds the correct service connection group id'sqlServer' automatically.
- Private endpoint now passes custom NIC name through.
- Added new function createPeeringDefinitionProperties.
- Storage accounts module no supports NFS shares.
- Removed warnings in diagnostic settings for storage account.
- All storage account modules updated to newest API.
- Fixed handling of FileStorage accounts.
- Storage account module
- Container App Environment module supports definition of NFS file shares.
- Added new custom type vnetReference and resourceReference.