Automation Account Configuration (DSC) Provisioned via BICEP

This page summarizes the projects mentioned and recommended in the original post on /r/AZURE

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

  • param location string resource automation 'Microsoft.Automation/automationAccounts@2022-08-08' = { name: 'OctopusAutomation' location: location identity: { type: 'SystemAssigned'   } properties: { sku: { name: 'Basic'     } publicNetworkAccess: true   } } resource DomainControllerConfig 'Microsoft.Automation/automationAccounts/configurations@2022-08-08' = { name: 'DomainControllerConfig' location: location parent: automation properties: { source: { type: 'uri' value: 'https://github.com/Trilobyte-17/AzurePlayground/blob/main/TestLabDCSetup/DomainControllerConfig.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.

    WorkOS logo
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