選取與 Azure 互動的方式 Azure CLI Bicep 本文內容 建立已啟用多個作用中修訂的容器應用程式 部署新的修訂並指派標籤 將生產流量傳送至綠色修訂 如果發生問題,請回復部署 顯示其他 2 個 藍綠部署 是一種軟體發行策略,旨在將停機時間降到最低,並降低與部署新版應用程式相關聯的風險。 在藍綠部署中,會...
建立Azure 資源群組 顯示其他 5 個 Dapr (分散式應用程式執行階段) 可協助開發人員組建易復原且可靠的微服務。 在本快速入門中,您會讓 Dapr Sidecars 與兩個容器應用程式一起執行,這些應用程式會產生和取用訊息,並儲存在 Azure Blob 儲存體 狀態存放區中。 使用 Azure Resou...
Field 'template.containers.km-dev-ca-eus-bicepapp.image' is invalid with details: 'Invalid value: "kmdevcreus.azurecr.io/numberprocessor:229": GET https:?scope=repository%3Anumberprocessor%3Apull&service=kmdevcreus.azurecr.io: UNAUTHORIZED: authentication required, visit https://aka.ms/acr...
此资源类型已迁移到 Microsoft.App 命名空间。 有关新资源类型,请参阅 Microsoft.App containerApps。有关迁移的信息,请参阅 操作必需:Namespace从 Microsoft.Web 迁移到 2022 年 3 月的 Microsoft.App。Bicep 资源定义 可以使用目标操作部署 containerApps 资源类型: 资源组 - 请参阅 资源组部署命令 有关每个...
AZD 建立在 Azure CLI 和 Bicep 的基础上。与 ACA 简化 Kubernetes 的方式相同,AZD 通过为 Aspire 解决方案提供智能默认设置来简化部署。如果需要,您可以进一步自定义 AZD 拉入的 Bicep 模板。 您可以使用此文档安装 AZD。 为ACA 初始化您的项目 现在,让我们为 .NET Aspire 应用程序创建一个 AZD 环境。在同一...
AZD 建立在 Azure CLI 和 Bicep 的基础上。与 ACA 简化 Kubernetes 的方式相同,AZD 通过为 Aspire 解决方案提供智能默认设置来简化部署。如果需要,您可以进一步自定义 AZD 拉入的 Bicep 模板。 您可以使用此文档安装 AZD。 文档 https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-...
delivers seamless support for cloud-native apps with serverless containers purpose-built for microservices, enabling app modernization in a Kubernetes-based environment. At Microsoft Build, we announced the general availability of Azure Container Apps, and we are looking forward to hosting your production...
Azure Container Registry (to privately host the container image) Managed Identity (to avoid managing credentials to access the ACR) Architecture: Automate the infrastructure Here is where things got really interesting. We decided to useBicep, as our Infrastructure as Code language (IaC). As we be...
For further documentation on each samples, consultthe Azure Container Apps tag on my blog. Sample Index Find a simple "Hello World" in001-hello-aca See how a single-container app is provisioned using Bicep in002-aca-single-container
To enable this in Bicep, you need to use the2022-06-01-previewversion of the resource. resource acaApp'Microsoft.App/containerApps@2022-06-01-preview'= { ..."properties":{"configuration":{"ingress":{"ipSecurityRestrictions":[ {"ipAddressRange":"21.19.4.0/24","action":"Allow"}, ...