Is it possible to stop / start the Azure ARM virtual machine using the Azure feature?

Runbooks can be used to stop / start classic and virtual armored machines in Azure.

Is this also possible from the azure function?

+2
source share
3 answers

Some good news to update this topic. You can do it now in Azure Functions. These steps are described here based on the functions initiated by HTTP.

Azure function feature, such as permissions to stop Azure virtual machines

You can disable the trigger type to match your use case.

+5
source

See Ling's answer above. We turned to this now. :)

Azure PowerShell Azure. Azure # SDK CLI x-plat ( , ). .

- Functions, . , .

+2

You can use Azure REST APIfrom here → Documents or use the SDK to perform operations.

0
source

Source: https://habr.com/ru/post/1675860/


All Articles