devdeer.Templates.Bicep
17.2.0
See the version list below for details.
dotnet add package devdeer.Templates.Bicep --version 17.2.0
NuGet\Install-Package devdeer.Templates.Bicep -Version 17.2.0
<PackageReference Include="devdeer.Templates.Bicep" Version="17.2.0" />
<PackageVersion Include="devdeer.Templates.Bicep" Version="17.2.0" />
<PackageReference Include="devdeer.Templates.Bicep" />
paket add devdeer.Templates.Bicep --version 17.2.0
#r "nuget: devdeer.Templates.Bicep, 17.2.0"
#:package devdeer.Templates.Bicep@17.2.0
#addin nuget:?package=devdeer.Templates.Bicep&version=17.2.0
#tool nuget:?package=devdeer.Templates.Bicep&version=17.2.0
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 |
- 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.
- App Service has new property outgoingRoutingEnabled which switches on outgoing routes if needed.
- Added module for NAT Gateway deployment.
- Added module for App Service site network config.
- Added private endpoint component.
- Private endpoint now available for MySQL flexible server.
- Private endpoint for app service.
- Private endpoint for Azure SQL.