Schlagwort Azure Automation

Automatic Software Inventory & Change Tracking with Microsoft-Monitoring-Agent (MMA) and OmsAgentForLinux

In order to use the software inventory and change tracking, regardless of the region, the deprecated Microsoft Monitoring Agent must currently be used. The solution uses an Azure Automation account that is connected to the MMA/OMS Extension and reports the… Weiterlesen →

8 Hints with Azure “Compute Choice Decision Guide”

If workloads are to be set up in the Azure, there are various options. To make the choice easier, Microsoft provides the Compute Decision Guide (see picture above). It differentiates between Lift&Shift and Cloud Native and gives recommendations for individual… Weiterlesen →

Azure Blob triggers Runbook with Event Subscription

My challenge was to start a runbook as soon as a new file was stored in Azure Blob Storage. Unfortunately there is no direct configuration option in the storage account for such notifications. One way would be to poll the… Weiterlesen →

Send Mails with SendGrid via Azure Automation

Azure Automation can automatically send emails through alerts when a runbook fails. Unfortunately, these alert mails cannot be adjusted and it is often necessary to send further information. In this case SendGrid is a good alternative because the mail service… Weiterlesen →

Start & Stop VMs in Sequence and with Delay via Azure Automation

In some cases VMs have to be started / stopped in a certain order. Often, certain services have to run before the next VM can start. It may be necessary to set waiting times between the start of two VMs…. Weiterlesen →

Reset VPN-Gateway with Runbook

If you need to reset a VPN-Gateway, an Azure Runbook is a good way of implementation. And the command to reset is very simple: Reset-AzVirtualNetworkGateway But if the runbook was called several times, for example from several alerts, the reset… Weiterlesen →

Adding weekday checks to Azure Automation

Update October 2019:Since March 2019, Azure Schedulers support the selection of weekdays. The article will still be available because weekday selections are only an example of custom control flows and parameters. Often the first workload in the cloud is a… Weiterlesen →

Start & Stop VMs with Azure Automation by using Credentials

In some scenarios it is not possible to generate a ServicePrincipal for automation in Azure, although this is the recommended way. In this case, credentials can also be stored and used in Azure Automation. In the following I used the… Weiterlesen →

Start & Stop of Azure VMs with Automation

For the automated start and stop of several VMs in Azure there are many possibilities. The most flexible is certainly the Automation Service. Any scripts can be created or obtained from galleries and executed on-demand or time-controlled. Especially for the… Weiterlesen →

© 2024 Azure Talk — Diese Website läuft mit WordPress

Theme erstellt von Anders NorénNach oben ↑