Code Monkey home page Code Monkey logo

Azure Automation's Projects

-deprecated--stop--start-all-azure-classic-vms-in-parallel icon -deprecated--stop--start-all-azure-classic-vms-in-parallel

This PowerShell Workflow Runbook connects to Azure using an Automation Classic Run As account, retrieves the power status of V1 VMs and turns off / on in parallel those that are turned on / off. You can attach a recurring schedule to this runbook to run it at a specific time.

-deprecated--stop--start-all-or-only-tagged-azure-vms-in-parallel icon -deprecated--stop--start-all-or-only-tagged-azure-vms-in-parallel

This PowerShell Workflow Runbook connects to Azure using an Automation Run As account, retrieves the power status of Azure V2 VMs and turns off / on  in parallel those that are turned on / off. You can attach a recurring schedule to this runbook to run it at a specific time.

add-a-new-key-to-a-key-vault icon add-a-new-key-to-a-key-vault

This runbook shows how to add a new key to an existing Key Vault. It requires an Azure Run As account and additional modules, see the PREREQUISITE sections in the runbook for details. The runbook will use the Run As account to authenticate against Key Vault. The Key Vault's acc

add-a-new-secret-to-a-key-vault icon add-a-new-secret-to-a-key-vault

This runbook shows how to add a secret to a Key Vault. It requires an Azure Run As account and additional modules, see the PREREQUISITE sections in the runbook for details. The runbook will use the Run As account to authenticate against the Key Vault. The Key Vault's access

add-bulk-vm-into-vmm-cloud icon add-bulk-vm-into-vmm-cloud

This Script Adds any vm that is not bind to a cloud in the selected cloud. You need to change the VM name that I used like "WAPLoad*" with your own VM name and also Change the VMM Cloud to the Cloud you are using.  The script is based on VM names that are created with a basic sa

add-linux-vm-to-existing-cloud-service icon add-linux-vm-to-existing-cloud-service

Use this Azure Automation Runbook to create a Linux guest in an existing Cloud Service. You need to use the "Connect to an Azure Subscription" Runbook too for this solution to work.

add-single-load-balancer-to-recovery-plan icon add-single-load-balancer-to-recovery-plan

This runbook will attach an existing load balancer to the vNics of the virtual machines, in the Recovery Plan during failover.                  This will create a Public IP address for the failed over VM(s).                  Pre-requisites         All resources involved are based

addazurermanalysisservicesfirewallrule icon addazurermanalysisservicesfirewallrule

Add-AzureRmAnalysisServicesFirewallRule is a small powershell script that uses the the Set-AzureRmResource cmdlet to dd firewall rules to an Azure Analysis Service instance.Once you run it, the script will ask you for:The resource group name where the Analysis Service is deployed

allows-only-one-instance-of-a-runbook-job-to-run-at-any-one-time icon allows-only-one-instance-of-a-runbook-job-to-run-at-any-one-time

This runbook ensures that only one instance of a runbook is running at any one time. It is meant to be called from another runbook as an inline runbook, not started asynchronously through the web service. Please look at the Set-RunbookLockSample runbook for example usage.

application-lob-add-multi-tenant icon application-lob-add-multi-tenant

This script is based on the available scripts at github, which uses Graph API in order to automate common tasks that would otherwise need to be carried out using the graphical interface of the Azure website, which can be time consuming, particulary if you need to carry out the s

apply-ssl-certificate-to-web-app-from-keyvault icon apply-ssl-certificate-to-web-app-from-keyvault

Extracts a SSL Certificate out of Azure Keyvault and applies it as a SSL Binding to an Azure Web App.Ideally this script should be used in combination with this script which obtains the SSL Certificate from Lets Encrypt.https://gallery.technet.microsoft.com/scriptcenter/Get-SSL-C

apply-vm-name-dynamically-to-a-vm-as-a-tag icon apply-vm-name-dynamically-to-a-vm-as-a-tag

This workflow is designed to apply the VM name as a tag to all Azure VMs under your subscription, it basically loops all resource groups in the subscription after you successfully login with your credentials, then loops across all VMs and applies it with the $TagName you mapped

applytagtovm icon applytagtovm

This workflow is designed to apply Tags to all Azure VMs under your subscription, it basically loops all resource groups in the subscription after you successfully login with your credentials ,then loops across all VMs and applies the tags you assigned earlier $TagName,$TagValu

archive-azure-automation-logs-to-azure-blob-storage icon archive-azure-automation-logs-to-azure-blob-storage

This runbook will archive logs for a given runbook and for whose jobs started in a given time period to a given Azure BLOB Storage account. The Azure storage account and location therein is specified via the $SubscrptionName, $StorageAccountName, $StorageContainerName, $LogRoo

asset-setup-for-conversion-from-storsimple-to-azure-blob-format icon asset-setup-for-conversion-from-storsimple-to-azure-blob-format

This script helps set up assets for the script that will convert from StorSimple to Azure Blob format. If you use this, only 2 assets will have to be added manually -- the AzureCredential and the VMCredential. All other assets will be added by running this script as a runbook in

asset-setup-for-storsimple-data-integrity-check icon asset-setup-for-storsimple-data-integrity-check

This script lets you create the assets needed for the StorSimple data integrity checker which is uploaded here: https://gallery.technet.microsoft.com/Automated-checking-for-d6cc970c/file/148409/1/Check-StorSimpleVolume-DiskIntegrity.ps1.Some assets still need to be added manually

assign-static-ip-address-to-existing-virtual-machine icon assign-static-ip-address-to-existing-virtual-machine

This runbook assigns a static IP Address to an existing virtual machine.  The runbook accepts virtual machine name, cloud service name and an IP address.It will retrieve the virtual machine based on its name and cloud service and update it after assigning the given IP address.T

attach-a-data-disk-to-an-existing-virtual-machine-scale-set icon attach-a-data-disk-to-an-existing-virtual-machine-scale-set

This script shows you how to attach a new data disks to a existing windows virtual machine scale set using PowerShell. This script adds an empty data disk to a virtual machine scale set.The script run on the resource group "myResourceGroup" and vm scale set name "myVMSS". You can

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.