All Projects → PSBicep → PSBicep

PSBicep / PSBicep

Licence: MIT License
This is the repo for the Bicep PowerShell Module.

Programming Languages

powershell
5483 projects
Bicep
55 projects

Projects that are alternatives of or similar to PSBicep

Azure Quickstart Templates
Azure Quickstart Templates
Stars: ✭ 11,138 (+16523.88%)
Mutual labels:  arm, azure, arm-templates
CosmosDB
PowerShell Module for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.
Stars: ✭ 104 (+55.22%)
Mutual labels:  azure, powershell-module
Cloudguardiaas
Check Point CloudGuard Network Security repository containing solution templates, Terraform templates, tools and scripts for deploying and configuring CloudGuard Network Security products.
Stars: ✭ 27 (-59.7%)
Mutual labels:  arm, azure
Azure Openshift
RedHat Openshift Origin cluster on Azure
Stars: ✭ 17 (-74.63%)
Mutual labels:  arm, azure
Azure Powershell
Microsoft Azure PowerShell
Stars: ✭ 2,873 (+4188.06%)
Mutual labels:  arm, azure
Iotz
compile things easy 🚀
Stars: ✭ 39 (-41.79%)
Mutual labels:  arm, azure
Enterprise Scale
The Enterprise-Scale architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
Stars: ✭ 511 (+662.69%)
Mutual labels:  arm, azure
devops-governance
Example end-to-end Governance Model from CI/CD to Azure Resource Manager. Use this project to deploy example AAD, ARM and Azure DevOps resources to learn about e2e RBAC.
Stars: ✭ 79 (+17.91%)
Mutual labels:  arm, azure
Azops
This container image can be used to deploy ARM templates at Tenant, Management Group, Subscription and Resource Group scope and export current Azure configuration hierarchy in Git repository.
Stars: ✭ 109 (+62.69%)
Mutual labels:  arm, azure
azure
VM-Series ARM Templates for Microsoft Azure
Stars: ✭ 87 (+29.85%)
Mutual labels:  arm, azure
PSDocs
Generate documentation from Infrastructure as Code (IaC).
Stars: ✭ 75 (+11.94%)
Mutual labels:  powershell-module
vscode-azureappservice
Azure App Service extension for VS Code
Stars: ✭ 79 (+17.91%)
Mutual labels:  azure
libnss-aad
A glibc NSS plugin that implements an Azure Active Directory service
Stars: ✭ 17 (-74.63%)
Mutual labels:  azure
pipeline-as-code-with-jenkins
Pipeline as Code with Jenkins
Stars: ✭ 56 (-16.42%)
Mutual labels:  azure
cortana-intelligence-customer360
This repository contains instructions and code to deploy a customer 360 profile solution on Azure stack using the Cortana Intelligence Suite.
Stars: ✭ 22 (-67.16%)
Mutual labels:  azure
Azure-AKS-ApplicationGateway-WAF
No description or website provided.
Stars: ✭ 16 (-76.12%)
Mutual labels:  azure
ClipboardText
Universal clipboard text support for PowerShell, notably also in PowerShell Core (cross-platform) and Windows PowerShell v2-v4
Stars: ✭ 37 (-44.78%)
Mutual labels:  powershell-module
Wendy
소규모 개발팀을 위한 게임 서버
Stars: ✭ 39 (-41.79%)
Mutual labels:  azure
terraform-cloudinit-container-server
A batteries included cloud-init config to quickly and easily deploy a single Docker image or Docker Compose file to any Cloud™ VM.
Stars: ✭ 52 (-22.39%)
Mutual labels:  azure
0026-azure-automation-plus-dsc-lab
This template deploys a new automation lab environment that can be used for training, practice and demonstrations for Azure Automation, Windows Powershell, Windows Powershell DSC, PowerShell Core and Powershell DSC for Linux topics. For a more detailed explanation of the use cases for building an atuomation lab, please see: https://www.linkedin.…
Stars: ✭ 20 (-70.15%)
Mutual labels:  arm

BicepIcon PSBicep - Bicep PowerShell Module

Bicep BicepDownloads

This is the repository for the Bicep PowerShell Module. This is a community project created to enable the features provided by the Bicep CLI in PowerShell. The module provides the same functionality as Bicep CLI, plus some additional features to simplify the Bicep authoring experience.

Commands implemented:

Note: Starting with version 1.3.0 of the Bicep PowerShell module the cmdlets Build-Bicep and ConvertTo-Bicep uses the assemblies from the official Bicep repository instead of wrapping the Bicep CLI. When new Bicep versions are released there will be a slight delay before the PowerShell module gets tested updated with the latest assemblies. If new functionality is added to Bicep CLI before the PowerShell module supports it, use Install-BicepCLI to install the latest Bicep CLI version and use the CLI while waiting for an updated PowerShell module.

Installation

The Bicep PowerShell Module is published to PowerShell Gallery.

Install-Module -Name Bicep

Pre-release versions

To install the latest version in development use the -AllowPrerelease switch.

Install-Module -Name Bicep -AllowPrerelease

Note: If you want to test the latest features before we've release it to PowerShell Gallery, see the Contribution Guide for instructions on how to manually download the dependencies and install the module manually.

Bug report and feature requests

If you find a bug or have an idea for a new feature create an issue in the repo. Please have a look and see if a similar issue is already created before submitting.

Contribution

If you like the Bicep PowerShell module and want to contribute you are very much welcome to do so. Please read our Contribution Guide before you start!

Maintainers

This project is currently maintained by the following coders:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].