Sean Yu

IoT Specialty/Microsoft MVP/MCT

Video 包含视频讲解或动手实战的文章


Azure Database for MySQL Connection Security -(2) VNET rules and service endpoint

本文介绍: Azure Database for MySQL 添加到虚拟网络VNET中; 案例演示: “拒绝公共网络访问”(Deny public network access )设置为“否”的情况下: 将Azure Database for MySQL 添加到VNET的某个子网中; 该VNET的同子网下的VM可以连接数据库服务器; 该VNET的不同子网下的VM无法访问数据库服务器; 将Azure Database for MySQL添加到多个VNET中; “拒绝公共网络访问”(Deny public network access )设置为“是”的情况下: 即使配置了VNET或者 公网IP白名单,只要设置 拒绝公用网络访问设置为 是,vm都无 …

Azure Video Security MySQL

Azure Database for MySQL Connection Security -(1) Public network access and Firewall rules

本文介绍: Azure database for MySQL的链接安全性中关于 拒绝/允许公网访问和IP防火墙 实战内容: 1. Deny public network access 设置为 Yes,验证从Internet 和 Azure 均无法连接数据库服务器; 2. Deny public network access 设置为 No, 对于Internet 连接: 验证本地IP不在白名单时无法访问数据库服务器; 验证将本地IP添加白名单后可以访问数据库服务器; 对于Azure 连接: 验证将 …

Azure Video Security MySQL Firewall

Azure API Management(6)Validate JWT Token

本文是APIM系列的一部分,完整内容参见: (视频)Azure API Management(1)创建Azure APIM并添加后端API (视频)Azure API Management(2)创建 Product/User/Subscription/体验Developer Portal (视频)Azure API Management(3)体验APIM Policy-流控/隐藏后端api url/修改response header (视频)Azure API Management(4)体验APIM 版本管理 (视频)Azure API Management(5)缓存 (视频)Azure API Management(6)Validate JWT Token 本文介绍如何在APIM层对jwt token进行验证 视频介绍: …

Azure Video Cloud APIM

Azure API Management(5)缓存

本文是APIM系列的一部分,完整内容参见: (视频)Azure API Management(1)创建Azure APIM并添加后端API (视频)Azure API Management(2)创建 Product/User/Subscription/体验Developer Portal (视频)Azure API Management(3)体验APIM Policy-流控/隐藏后端api url/修改response header (视频)Azure API Management(4)体验APIM 版本管理 (视频)Azure API Management(5)缓存 (视频)Azure API Management(6)Validate JWT Token 本文介绍: APIM支持的两种缓存; 案例:配置APIM内置缓存并测试效 …

Azure Video Cloud APIM Cache

Azure API Management(4)体验APIM 版本管理

文是APIM系列的一部分,完整内容参见: (视频)Azure API Management(1)创建Azure APIM并添加后端API (视频)Azure API Management(2)创建 Product/User/Subscription/体验Developer Portal (视频)Azure API Management(3)体验APIM Policy-流控/隐藏后端api url/修改response header (视频)Azure API Management(4)体验APIM 版本管理 (视频)Azure API Management(5)缓存 (视频)Azure API Management(6)Validate JWT Token 本文介绍如下内容: APIM中的三种版本控制scheme; 案例:在APIM中配置API的版 …

Azure Video Cloud APIM

Azure API Management(3)体验APIM Policy-流控/隐藏后端api url/修改response header

本文是APIM系列的一部分,完整内容参见: (视频)Azure API Management(1)创建Azure APIM并添加后端API (视频)Azure API Management(2)创建 Product/User/Subscription/体验Developer Portal (视频)Azure API Management(3)体验APIM Policy-流控/隐藏后端api url/修改response header (视频)Azure API Management(4)体验APIM 版本管理 (视频)Azure API Management(5)缓存 (视频)Azure API Management(6)Validate JWT Token 本文介绍 Azure API Management 中policy使用案例: 1. …

Azure Video Cloud APIM

Azure API Management(2)创建 Product/User/Subscription/体验Developer Portal

本文是APIM系列的一部分,完整内容参见: (视频)Azure API Management(1)创建Azure APIM并添加后端API (视频)Azure API Management(2)创建 Product/User/Subscription/体验Developer Portal (视频)Azure API Management(3)体验APIM Policy-流控/隐藏后端api url/修改response header (视频)Azure API Management(4)体验APIM 版本管理 (视频)Azure API Management(5)缓存 (视频)Azure API Management(6)Validate JWT Token 本文介绍如下内容: 管理员(也就是API的提供者)从Azure Portal 导入后 …

Azure Video Cloud APIM

Azure API Management(1)Create APIM And Add First API,创建Azure APIM并添加后端API

本文是APIM系列的一部分,完整内容参见: (视频)Azure API Management(1)创建Azure APIM并添加后端API (视频)Azure API Management(2)创建 Product/User/Subscription/体验Developer Portal (视频)Azure API Management(3)体验APIM Policy-流控/隐藏后端api url/修改response header (视频)Azure API Management(4)体验APIM 版本管理 (视频)Azure API Management(5)缓存 (视频)Azure API Management(6)Validate JWT Token 本文介绍如下内容: 创建API Management 实例; 向API …

Azure Video Cloud APIM

Monitoring Azure virtual machine scale set memory with Azure monitor

This article describes how to use Azure monitor to collect memory usage from virtual machine instances in scale set. Memory related metrics are guest operating system level metrics, vm had to enable "log analytics agent" which collects monitoring data from the guest operating system and workloads of virtual machines in Azure, other cloud providers, and on-premises. It collects data into a Log …

Video VM VMSS Monitor

Monitor Azure vm memory through metrics

本文介绍: 通过Azure monitor监控虚拟机内存,并通过内存占用率触发某些操作。 主要原理:通过azure vm 扩展收集了 性能计数器的数据发送到log analytics workspace,在log analytics workspace中查询metrics的信息用来触发报警。 视频介绍: 图文介绍: Azure vm 监控页面默认没有虚拟机的内存占用情况 ,因为虚拟机的cpu/硬盘/网络属于主机级别的监控,而内存属于os级别监控,需要额外的配置才能采集到。 创建log analytics workspace: 设定区域等配置后,创建: 开启vm性能计数器: 针对windows 系统的采集: 针对linux 系统: 开启vm insights输出到log analytics …

Azure Video VM Monitor