ARMDeploy

1.0.12

A collection of fuctions to simplify and facilitate common tasks that are required for automated deployments to Azure using a combinatin of PowerShell scripts and ARM templates.
The following features are implemented as functions of this module. Please note that the "Az" module is a required dependency for this module.

1. Create a new script header for console and
A collection of fuctions to simplify and facilitate common tasks that are required for automated deployments to Azure using a combinatin of PowerShell scripts and ARM templates.
The following features are implemented as functions of this module. Please note that the "Az" module is a required dependency for this module.

1. Create a new script header for console and log output.
2. Install the required modules from https://powershellgallery.com/ and import them into the current session.
3. Remove the legacy AzureRM module from the current system.
4. Create a new DSC artificats archive for uploading and staging to an Azure storage account.
5. Authenticate to and set the context for a specified Azure Subscription
6. Specify a fully qualified domain name of the Acitive Directory Domain Services domain to be built in Azure when the IaaS  domain controllers are deployed.
7. Upload ARM Templates and DSC artificats to Azure Storge to stage for deployment
8. Create a random string to use for storage accounts, public IP address DNS lables or log analytics workspace name that require globally unique DNS A records.
9. Associate NSGs to their desired subnets.
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ARMDeploy -RequiredVersion 1.0.12

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ARMDeploy -Version 1.0.12

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 prestopa. All rights reserved.

Package Details

Author(s)

  • Preston K. Parsard

Tags

Azure ARM Deployment Header Random String Modules DSC Archive Subscription FQDN Subnet NSG Artifacts Parsard

Functions

New-ARMDeployHeader Get-ARMDeployPSModule Remove-ARMDeployPSModule New-ARMDeployDscArchive Enter-ARMDeployFQDN Push-ARMDeployArtifactsToAzureStorage New-ARMDeployRandomString New-ARMDeployAssociateSubnetToNsg

PSEditions

Desktop

Dependencies

This module has no dependencies.

Release Notes

Remove Enter-ARMDeploySubscription function due to variable scope issues with the $subscriptionId variable.

FileList

Version History

Version Downloads Last updated
1.0.22 3,059 10/12/2020
1.0.21 47 10/4/2020
1.0.16 451 2/18/2020
1.0.15 49 2/18/2020
1.0.14 55 2/5/2020
1.0.13 52 1/26/2020
1.0.12 (current version) 49 1/26/2020
1.0.11 49 1/26/2020
1.0.10 57 1/25/2020
1.0.8 50 1/23/2020
1.0.7 52 1/23/2020
1.0.6 48 1/23/2020
1.0.5 48 1/23/2020
1.0.4 48 1/23/2020
Show less