Giter VIP home page Giter VIP logo

Azure Automation's Projects

stop-all-vms-in-specified-azure-resource-group icon stop-all-vms-in-specified-azure-resource-group

SYNOPSIS        This PowerShell Workflow script, intended to run in an Azure Automation runbook, stops all the Azure VMs in a specific Azure Resource Group.DESCRIPTIONThis sample runbooks stops all of the virtual machines in the specified Azure Resource Group. For more informatio

stop-aws-ec2-vms icon stop-aws-ec2-vms

Stops one or more AWS EC2 VMs. Can be hooked up to a schedule to stop VMs continually at certain times of day.

stop-azure-classic-vms icon stop-azure-classic-vms

This PowerShell Workflow runbook connects to Azure and stops all classic VMs in an Azure subscription or cloud service. You can attach a schedule to this runbook to run it at a specific time.

stop-azure-classic-vms-001 icon stop-azure-classic-vms-001

This Graphical PowerShell Workflow runbook gets all of your Azure VMs or just the VMs in a service and then stops the ones that are started. You can import and use this runbook in the Azure portal.

stop-azure-resource-group-deployment-function icon stop-azure-resource-group-deployment-function

This script stops an RG deployment . .  It is the stop script that goes along with this: https://gallery.technet.microsoft.com/scriptcenter/Azure-Resource-Group-6ee2c700 Stop-AzureRMDeploy -DP D1This will provide an out-gridview pop up to select the deployments that you wan

stop-azure-v2-vms icon stop-azure-v2-vms

This Graphical PowerShell runbook connects to Azure using an Automation Run As account and stops all V2 VMs in an Azure subscription or in a resource group or a single named V2 VM. You can attach a recurring schedule to this runbook to run it at a specific time.

stop-azure-v2-vms-001 icon stop-azure-v2-vms-001

This PowerShell runbook connects to Azure and stops all VMs in an Azure subscription or cloud service. You can attach a schedule to this runbook to run it at a specific time.

stop-azure-virtual-machine-using-azure-automation-runbook icon stop-azure-virtual-machine-using-azure-automation-runbook

Demonstrates stopping all Microsoft Azure Virtual Machine in a specific Azure subscription. The script could be associated with the new Azure Automation Scheduler to stop Virtual Machines at specific time. Great for developers for saving on Azure Compute, if they forget to shut

stop-azure-vm-with-orgid-auth icon stop-azure-vm-with-orgid-auth

This script allows you to stop an AzureVM. It uses OrgID auth instead of a self signed certificate from your VM (Which was apparently the old way of doing this)This script is not dependent on any other custom power shell scripts.

stop-azure-vms-in-the-order-you-want-using-tiers icon stop-azure-vms-in-the-order-you-want-using-tiers

This runbook stops all VM's in a subscription and allows you to specify the preferred order to stop Azure Virtual Machines.This script uses either certificate-based authentication to connect to Azure, which could be considered "depricated",using the $AzureConnectionName par

stop-or-start-all-webapps--websites--in-your-subscription icon stop-or-start-all-webapps--websites--in-your-subscription

Stop-Start-All-WebApps: is a simple PowerShell workflow runbook that will help you automate the process of stopping or starting every single WebApp (Website) in your subscription.The Stop-Start-All-WebApps receives two required (mandatory) parameters: Stop and CredentialAssetName

stop-v2-vms-and-vm-scales-sets-by-tag--graphical- icon stop-v2-vms-and-vm-scales-sets-by-tag--graphical-

DESCRIPTIONThis Graphical PowerShell runbook connects to Azure and stops all V2 VMs in an Azure subscription and resource group where a VM or VM Scale Set contains a User Defined Tag Name and Value. You can attach a recurring schedule to this runbook to run it at a specific time.

stop-windows-azure-virtual-machines-on-a-schedule icon stop-windows-azure-virtual-machines-on-a-schedule

Demonstrates stopping a single Virtual Machine or set of Virtual Machines (using a wildcard pattern) within a Cloud Service. It does this by creating scheduled tasks to stop the Virtual Machine(s) on a schedule at the time specified.

stopstartvmss-vm-scalesets- icon stopstartvmss-vm-scalesets-

This PowerShell Workflow runbook connects to Azure using an Automation Run As account and Starts/Stops all VMScalesets (VMSS) in a resource group in-parallel. You can attach a recurring schedule to this runbook to run it at a specific time.

stopvms--arm- icon stopvms--arm-

Stops all the Azure VMs in a specific Azure Resource Group. This simple runbook stops all of the virtual machines in the specified Azure Resource Group. It is particularly useful for CSP (Cloud Solution Provider) customers, or users who have multiple subscriptions/tenants.

stopvms-based-on-priority-tag icon stopvms-based-on-priority-tag

This runbook stops all of the virtual machines in the specified Azure Resource Group, in order, based on the value of the Priority tag.It is particularly useful for CSP (Cloud Solution Provider) customers, or users who have multiple subscriptions/tenants.

suspend-or-pause-azure-sql-data-warehouse icon suspend-or-pause-azure-sql-data-warehouse

Suspend / Pause Azure SQL Data WarehouseThis is a simple runbook that will allow you to see if there are queries currently running on your Azure SQL Data Warehouse before you Suspend/Pause the service.Why you want to see if Queries are RunningIt is common that a team will work on

suspend_resume_pbiembedded-by-single-resource icon suspend_resume_pbiembedded-by-single-resource

This script suspends/Resume the PowerBI  Embedded Capacity in Azure by a given PBE resource name.Pre-Requisites Install AzureRM.PowerBIEmbedded moduleYou have to create your automation account as Run As Account feature, sine this script uses AzureRunAsConnection for authentic

sync--component-build--files-to-azure-file-share--updated-july-2019- icon sync--component-build--files-to-azure-file-share--updated-july-2019-

This script does the following:1) Connects to an Azure Storage Account, using a Service Principal or User account that is currently logged in2) Using a local Directory it will look at that directory, then will check the Files and Directories in a specified component build directo

sync-azure-keyvault-secrets-and-certificates-between-vaults icon sync-azure-keyvault-secrets-and-certificates-between-vaults

If you have a keyvault in your primary region and a secondary region, you may have a reason to sync up Keyvaults.Possibly you need to sync a keyault from a primary Vault to a secondary Vault for Dev or Testing.This script synchronizes secrets/keys based on the last modified time.

sync-azure-remoteapp-collection-membership icon sync-azure-remoteapp-collection-membership

This Azure Automation runbook will add and remove members from an Azure Active Directory to a Hybrid Azure RemoteApp collection. With this runbook you get an automated sync solution between an AD Group and an Azure RemoteApp collection.

tag-based-vm-automatic-startup-and-shutdown-with-dependency-rules icon tag-based-vm-automatic-startup-and-shutdown-with-dependency-rules

This script can be used as Azure Runbook (scheduled / on demand) to stop/start VMs. It uses tags in an intelligent way to automate this.You'll give your VMs a startup and shutdown tag in hh:mm format, which defines the window in which the VM should be running.Optionally, you can

template-deployment-through-a-powershell-workflow-runbook icon template-deployment-through-a-powershell-workflow-runbook

Deploys a template and parameter file against a resource group. It can be used to automate deployments that may occur more than once. This Workflow assumes the ARM template and parameter file are stored in an online repo. If using a storage account for your templates, make sure t

test-web-app-ssl-validity icon test-web-app-ssl-validity

Since on Microsoft Azure Cloud platform testing of Web App SSL validity as a check is still not available out of the box, I came up with this simple function which is reporting the validity of the Web App certificate. Function will fetch all SSL certificates, make sure they're

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.