Resource Type: azure_server

Defined in:
lib/puppet/type/azure_server.rb
Providers:
arm

Overview

Represents a server.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Resource ID

  • location

    The location the resource resides in.

  • properties

    Properties of the server.

  • sku

    The SKU (pricing tier) of the server.

  • tags

    Application-specific metadata in the form of key-value pairs.

  • type

    Resource type.

Parameters

  • api_version

    The API version to use for the request.

  • name (namevar)

    Resource name.

  • parameters

    The required parameters for creating or updating a server.

  • provider

    The specific backend to use for this ‘azure_server` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • resource_group_name

    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

  • subscription_id

    The subscription ID that identifies an Azure subscription.