devdeer.Templates.Bicep 18.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package devdeer.Templates.Bicep --version 18.1.3
                    
NuGet\Install-Package devdeer.Templates.Bicep -Version 18.1.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="18.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="devdeer.Templates.Bicep" Version="18.1.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 18.1.3
                    
#r "nuget: devdeer.Templates.Bicep, 18.1.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@18.1.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=18.1.3
                    
Install as a Cake Addin
#tool nuget:?package=devdeer.Templates.Bicep&version=18.1.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.0 41 3/30/2026
18.1.4 31 3/30/2026
18.1.3 57 3/27/2026
18.1.1 100 3/25/2026
18.1.0 144 3/22/2026
18.0.1 143 3/18/2026
18.0.0 181 3/16/2026
17.4.1 106 3/11/2026
17.4.0 107 3/9/2026
17.3.2 170 2/26/2026
17.3.1 316 1/21/2026
17.3.0 301 1/5/2026
17.2.0 300 12/23/2025
17.1.13 286 12/23/2025
17.1.12 293 12/23/2025
17.1.9 294 12/22/2025
17.1.8 294 12/22/2025
17.1.7 275 12/22/2025
17.1.6 279 12/22/2025
17.1.5 278 12/22/2025
Loading failed

- BREAKING: The following RBAC roles are no longer supported by Azure: AzureContainerRegistrysecuresupplychainoperatorservicerole, DefenderCSPMStorageDataScanner, KubernetesAgentOperator, TrustedSigningCertificateProfileSigner, TrustedSigningIdentityVerifier, VMScannerOperator.
- WebApp module no longer adds OS to the app kind property because this would fail on slot-deployments.
- Service Principal is deployed with App Registration.
- Added custom padRight function.
- Added new RBAC roles.
- Custom domain name on container app can be configured.
- APIM subscription key can be added to the header of a Standard Availability Test