Sean Yu

IoT Specialty/Microsoft MVP/MCT

Cloud Iaas, Paas, Saas,云原生一网打尽


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

Monitor Azure vm memory through custom log search

本文介绍: 通过Azure monitor监控虚拟机内存,并通过内存占用率触发某些操作。 视频介绍: 图文介绍: Azure vm 监控页面默认没有虚拟机的内存占用情况 ,因为虚拟机的cpu/硬盘/网络属于主机级别的监控,而内存属于os级别监控,需要额外的配置才能采集到。 创建log analytics workspace: 设定区域等配置后,创建: 开启vm性能计数器: 针对windows 系统的采集: 针对linux 系统: 开启vm insights输出到log analytics workspace: 点击enable,等待验证通过 在下拉列表中选择刚才创建的log analytics workspace 在azure monitor创建报 …

Azure Video VM Monitor

using azure functions blob trigger and azcopy copy blob from source storage account to destination in different subscription

This blob sharing topic: using azure functions blob trigger and azcopy copy blob from source storage account to destination in different subscription; This is also work copy blob from global subscription and Azure China( mooncake azure ); 本文介绍: 在不同的订阅间,使用 azure functions blob trigger 和 azcopy 增量同步 blob,本方案同样适用于同步到 azure file share。 videos: steps: 1. create source …

Video Cloud Storage Functions Blob azcopy PowerShell