微软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 版权协议,转载请附上原文出处链接和本声明!]

….[阅读全文]

微软Azure云 IAAS故障排除与实战101:修改Azure虚拟机端口实战以及故障排除方法

Posted Posted in Azure, Windows, 云计算, 系统, 经验, 菜鸟

为了避免一些端口暴露在公网上被扫描和破解,一些用户选择修改默认端口的方法提升安全性。在Azure云的虚拟机中我们同样可以做这样的操作,但是由于某些原因,客户可能会忘记在操作系统防火墙中添加自定义端口开放,这直接造成了无法连接虚拟机的状况。本次实验以Azure云的Windows虚拟机为测试环境,修改默认的3389端口,并介绍一些简单的快速的故障排除方法。

….[阅读全文]