devdeer.Templates.Bicep
17.0.8
See the version list below for details.
dotnet add package devdeer.Templates.Bicep --version 17.0.8
NuGet\Install-Package devdeer.Templates.Bicep -Version 17.0.8
<PackageReference Include="devdeer.Templates.Bicep" Version="17.0.8" />
<PackageVersion Include="devdeer.Templates.Bicep" Version="17.0.8" />
<PackageReference Include="devdeer.Templates.Bicep" />
paket add devdeer.Templates.Bicep --version 17.0.8
#r "nuget: devdeer.Templates.Bicep, 17.0.8"
#:package devdeer.Templates.Bicep@17.0.8
#addin nuget:?package=devdeer.Templates.Bicep&version=17.0.8
#tool nuget:?package=devdeer.Templates.Bicep&version=17.0.8
BICEP templates
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! **
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 |
- BREAKING: Fixed namings on graph modules.
- dev and Development are now supported stages.
- Added converter function capitalizeString.
- Added converter function changeOptionsStage.
- Added component for security group for API app registrations.
- Graph application now deploys default scopes.
- Added constants module for Entra ID resources.
- Fixed wrong runtime version resolver for .NET 10.
- Private DNS module now has full support multiple VNET links.
- Private DNS resolver is fixed.
- VPN Connection no longer deploys default IPSec policy.
- ManagedService modules are added.
- Host names are in outputs of app service modules.