英文: Azure Bicep change a Json Array value 问题 我正在尝试根据环境和位置调整一些基本的 Json 配置。这是我的尝试: var updatedEventHub...
Azure Bicep与Terratest的测试失败。
英文: Azure bicep testing with terratest fails 问题 我正在翻译以下内容: 我遇到了这样的问题:这是我用来测试是否创建了 Azure 资源的测试用例。 pac...
Azure BICEP 存储 Blob 子资源部署失败。
英文: Azure BICEP storage blob child resource failing deployment 问题 我有以下的BICEP代码 param location string...
Azure Web App 服务返回 403 主机名已禁用
英文: Azure Web App Service returns 403 HostNames Disabled 问题 我使用 Bicep 创建了一个 Azure Web 应用服务,并在部署代码后调用...
在Visual Studio Code中反向工程Azure资源为.bicep文件时出错。
英文: Error reverse engineering Azure resource to .bicep file in Visual Studio Code 问题 我有一个Azure ASP.N...
Azure 服务总线的私有终结点
英文: Azure Private endpoint for service bus 问题 已经创建了使用 Bicep 的服务总线命名空间,并且为服务总线创建了私有终结点,但私有终结点没有部署。我需要...
Bicep用于App Service中的连接字符串
英文: Bicep for connection string in App service 问题 我有一个应用程序,其中有一个 bicep 文件(用于部署 Azure 应用程序服务),该文件调用另一...
在使用 DevOps 触发基于 Bicep 的部署时缺少变量。
英文: Missing variable when triggering bicep based deployment with devops 问题 我正在尝试使用Azure DevOps管道来部署A...
Bicep / ARM库用于应用服务,可选择性地包含证书。
英文: Bicep / ARM library for App Services with optional certificates 问题 我正在开发一个 Bicep 模块,以使团队能够通过 Azu...
Azure工作负载身份 – 通过ARM模板启用工作负载身份?
英文: Azure Workload Identity - --enable-workload-identity via ARM template? 问题 I managed to enable OI...