Using Azure Bicep with GitHub Actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • bicep

    Bicep is a declarative language for describing and deploying Azure resources

    FROM mcr.microsoft.com/azure-powershell:5.9.0-ubuntu-18.04 ENV PSModulePath /usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/root/.local/share/powershell/Modules RUN pwsh -c install-module -name pester -force RUN curl -Lo arm-ttk.zip https://azurequickstartsservice.blob.core.windows.net/ttk/latest/arm-template-toolkit.zip RUN pwsh -c Expand-Archive ./arm-ttk.zip RUN pwsh -c copy-item -Path ./arm-ttk/arm-ttk/ -Destination /usr/local/share/powershell/Modules/ -recurse -force RUN curl -Lo bicep https://github.com/Azure/bicep/releases/latest/download/bicep-linux-x64 RUN chmod +x ./bicep RUN mv ./bicep /usr/local/bin/bicep ADD entrypoint.ps1 /entrypoint.ps1 ENTRYPOINT ["pwsh", "/entrypoint.ps1"]

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts