AzurePlayground

By Trilobyte-17

AzurePlayground reviews and mentions

Posts with mentions or reviews of AzurePlayground. We have used some of these posts to build our list of alternatives and similar projects.
  • Automation Account Configuration (DSC) Provisioned via BICEP
    1 project | /r/AZURE | 2 Mar 2023
    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'

Stats

Basic AzurePlayground repo stats
1
0
3.4
about 1 year ago

The primary programming language of AzurePlayground is Bicep.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com