Git Product home page Git Product logo

multiclouddeployment / arm-microsoftautomation-automationaccounts Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 60 KB

Azure Automation delivers a cloud-based automation and configuration service that provides consistent management across your Azure and non-Azure environments. It consists of process automation, update management, and configuration features. Azure Automation provides complete control during deployment, operations, and decommissioning of workloads and resources.

Home Page: https://docs.microsoft.com/en-us/azure/templates/microsoft.automation/automationaccounts?tabs=json

License: GNU General Public License v3.0

arm azure resourcemanager automationaccount

arm-microsoftautomation-automationaccounts's Introduction

Deploy to Azure

Create Azure Automation account

This template creates an Automation Account in Azure

Azure Automation delivers a cloud-based automation and configuration service that provides consistent management across your Azure and non-Azure environments. It consists of process automation, update management, and configuration features. Azure Automation provides complete control during deployment, operations, and decommissioning of workloads and resources.

Parameters

Parameter name Required Description
name Yes The resource name
location No Gets or sets the location of the resource.
tags No Gets or sets the tags attached to the resource.
SkuName No The account SKU.
DisableLocalAuth No Indicates whether requests using non-AAD authentication are blocked
PublicNetworkAccess No Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet
ResourceGroupName No The name of the Reosurce Group

name

Parameter Setting

The resource name

location

Parameter Setting

Gets or sets the location of the resource.

  • Default value: [resourceGroup().location]

tags

Parameter Setting

Gets or sets the tags attached to the resource.

SkuName

Parameter Setting

The account SKU.

  • Default value: Free

  • Allowed values: Free, Basic

DisableLocalAuth

Parameter Setting

Indicates whether requests using non-AAD authentication are blocked

  • Default value: False

PublicNetworkAccess

Parameter Setting

Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet

  • Default value: True

ResourceGroupName

Parameter Setting

The name of the Reosurce Group

Outputs

Name Type Description
armTemplate object Fully populated template

Snippets

Parameter file

{
    "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
    "contentVersion": "1.0.0.0",
    "metadata": {
        "template": "azuredeploy.json"
    },
    "parameters": {
        "name": {
            "value": ""
        },
        "location": {
            "value": "[resourceGroup().location]"
        },
        "tags": {
            "value": {}
        },
        "SkuName": {
            "value": "Free"
        },
        "DisableLocalAuth": {
            "value": false
        },
        "PublicNetworkAccess": {
            "value": true
        },
        "ResourceGroupName": {
            "value": ""
        }
    }
}

Command line

PowerShell

New-AzResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateFile <path-to-template> -TemplateParameterFile <path-to-templateparameter>

Azure CLI

az group deployment create --name <deployment-name> --resource-group <resource-group-name> --template-file <path-to-template> --parameters @<path-to-templateparameterfile>

arm-microsoftautomation-automationaccounts's People

Contributors

jeffpatton1971 avatar

Watchers

 avatar

arm-microsoftautomation-automationaccounts's Issues

Add Documentation

It would be nice to include template documentation in the same way you have it for terraform

Add ResourceGroup

As is... the template will only deploy into a resourcegroup specified from the command line. In theory each resource in a document could be in a different resourcegroup. Will need to add a similar issue to Schema.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.