标签

 azure 

相关的文章:

本列表汇集了关于 Azure 的实用指南与最佳实践,涵盖虚拟机管理、监控、DevOps 流水线及多云策略等主题,助您高效利用 Azure 平台。

利用Azure Web App的部署槽实现蓝绿部署

原文约1000字/词,阅读约需4分钟。发表于:

Você já passou pela experiência de planejar os seus deployments fora de horário comercial por causa da indisponibilidade que o deployment pode causar? Ou então, depois de finalizar o deployment,...

本文介绍了如何利用Azure App Service的部署槽实现蓝绿部署策略,通过创建应用的复制环境,安全发布新版本。使用Azure CLI创建资源后,设置管道进行应用部署和环境切换,确保用户顺利访问最新版本。

利用Azure Web App的部署槽实现蓝绿部署
相关推荐 去reddit讨论
相关推荐 去reddit讨论

理解Azure安全默认设置

原文英文,约1200词,阅读约需5分钟。发表于:

Azure Security Defaults represents Microsoft's built-in security solution that provides essential protection for cloud environments. Introduced in 2019, this feature automatically enables...

Azure安全默认设置是微软提供的基础云安全解决方案,适合缺乏安全专业知识的组织,但更新有限,可能无法应对复杂网络威胁。建议组织实施条件访问策略,以实现更灵活的安全控制。

理解Azure安全默认设置
相关推荐 去reddit讨论

Azure Bicep 参数

原文英文,约1500词,阅读约需6分钟。发表于:

Parameters are essential when authoring Bicep configuration files. They make your template reusable and polyvalent. In this blog post, I will explore ways to manage parameters in Bicep. This is...

在Bicep配置文件中,参数是模板可重用的关键。本文介绍了参数的声明、数据类型和装饰器等管理方法。参数可以定义默认值和类型(如数组、布尔值、整数、对象等),并通过装饰器添加描述和约束。使用Azure PowerShell或CLI部署时,参数文件可以简化操作。

Azure Bicep 参数
相关推荐 去reddit讨论

如何通过Node应用程序使用Prisma ORM连接Azure托管身份的Postgres服务器

原文英文,约1200词,阅读约需5分钟。发表于:

Introduction If your organisation requires enhanced security, then they may require databases to be authenticated using Azure managed identities. If that is the case then connecting to databases...

本文介绍了如何通过Prisma ORM连接Azure托管身份的Postgres数据库。由于Azure令牌有效期有限,传统连接方式不再适用。文章提出为Prisma客户端创建“密码生成”函数,以在每次连接时请求新令牌,从而避免令牌过期问题,有效管理数据库连接。

如何通过Node应用程序使用Prisma ORM连接Azure托管身份的Postgres服务器
相关推荐 去reddit讨论

Azure Boards | DevOps

原文英文,约200词,阅读约需1分钟。发表于:

Azure Boards: Streamlining Agile Project Management Managing workflows and tracking progress are critical to delivering projects efficiently in today’s fast-paced DevOps environments. Azure...

Azure Boards 是 Azure DevOps 的一部分,支持敏捷方法,提供灵活的工作流定制和实时分析,提升团队协作与生产力,确保项目高效交付。

Azure Boards | DevOps
相关推荐 去reddit讨论

使用Terraform和Azure CLI自动化您的云资源:逐步教程

原文英文,约600词,阅读约需3分钟。发表于:

What is Terraform? Terraform is a tool that helps you create and manage cloud resources like virtual machines, networks, databases, and more using code. Instead of manually clicking through a...

Terraform是一个用于自动化创建和管理云资源的工具,支持多云环境并便于版本控制。安装后可通过命令行管理Azure资源,创建资源组和部署基础设施。

使用Terraform和Azure CLI自动化您的云资源:逐步教程
相关推荐 去reddit讨论

利用Azure弹性模式构建弹性和容错的应用程序

原文英文,约1100词,阅读约需4分钟。发表于:

In today’s cloud-driven world, building resilient and fault-tolerant applications has become a cornerstone of successful software engineering. System outages, latency spikes, and service failures...

在云计算时代,构建弹性和容错的应用程序至关重要。文章探讨了如何利用Azure弹性模式和.NET Core设计可靠应用,包括重试、断路器和舱壁隔离等,以确保高可用性和自动恢复。通过案例强调监控、自动扩展和故障测试在应对分布式系统故障中的重要性。

利用Azure弹性模式构建弹性和容错的应用程序
相关推荐 去reddit讨论

我激动人心的微软Azure之旅与云简历挑战

原文英文,约2300词,阅读约需9分钟。发表于:

Photo by Łukasz Łada on Unsplash What is the Cloud Resume Challenge? The Cloud Resume Challenge was originally a blog post/book authored by Forest Brazeal, which can be found here. The...

云简历挑战是一个实践项目,旨在通过构建简历网站学习云平台。作者分享了获得云认证、使用HTML/CSS、创建静态网站、数据库和API的过程,最终实现了一个可追踪访问者的简历网站。

我激动人心的微软Azure之旅与云简历挑战
相关推荐 去reddit讨论

Azurite | Azure 存储

原文英文,约100词,阅读约需1分钟。发表于:

𝗔𝘇𝘂𝗿𝗶𝘁𝗲 is an open-source emulator that replicates Azure Storage services—such as Blob, Queue, and Table storage—on your local machine. 𝗞𝗲𝘆 𝗳𝗲𝗮𝘁𝘂𝗿𝗲𝘀 𝗼𝗳 𝗮𝘇𝘂𝗿𝗶𝘁𝗲: Local Development Cross-Platform...

Azurite是一个开源模拟器,能够在本地复制Azure存储服务,包括Blob、Queue和Table存储。它支持跨平台开发,并与Visual Studio 2022集成,允许自定义存储位置。

Azurite | Azure 存储
相关推荐 去reddit讨论