微软Azure云 LAB 101:Azure PS发送RestAPI请求并将其作为自动化作业[中英双语]

Posted Posted in Azure, Playbook, 云计算, 自动化

您是否遇到过尝试使用Azure服务主体对象和PowerShell脚本进行自动化作业的问题?
Have you ever encountered an issue where is trying to use service principle and PowerShell script for automation job?

在这里,我将在下面提供关于如何实现这一点的详细指南,在这个例子中,我将向您展示如何禁用特定功能(defender pricing plan)。您也可以将其用于其他的RestAPI请求。
Here I am going to provide the detailed guide below about how to achieve this, and in the example, I am going to show you how to disable defender pricing plan for all your resources. But you can always use it for other Rest API request.

[本文为AndyX.Net原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明!]

….[阅读全文]