Azure Kubernetes 入门(2)-在门户创建AKS集群
Azure Kubernetes 入门(2)-在门户创建AKS集群
Azure Kubernetes 入门(2)-在门户创建AKS集群
Azure Kubernetes 入门(1)-AKS概念
Azure IaC (5)Azure IaC desired state configuration配置
Azure IaC (4.2)Azure Automation Account 集成devops
本文介绍使用Azure资源管理器模版创建资源-理论
本文介绍:使用Azure 命令行工具创建Azure资源案例 在本例子中,我们讲使用Azure CLI 和Azure PowerShell 通过资源管理器模版创建一台windows 虚拟机。
本文介绍在不同的Azure Container Registry同步Image。 原理: 用户push image 到source ACR; source ACR 通过 webhook向外发布通知(通知中包含用户上传的image名称,tag等); target 中构建functions接受通知(解析得到 image host,image name,image tag等); functions 中使用powershell脚本执行 Import-AzContainerRegistryImage 命令从source 导入到target ACR中; functions至少同时可以连接 source ACR和target ACR,对于source ACR,本例子使用用户名和密码连接,对于 target ACR使用service principal; Azure Functions( …
本文介绍使用vs code及其插件创建ARM模版
本文介绍 使用Azure 命令行工具创建Azure资源-理论 包含 Azure CLI介绍; Azure PowerShell介绍; 如何选择Auzre CLI和Azure PowerShell; Azure CLI和Auzre PowerShell在windows系统上的安装;