azure-bicep
如何在 azure bicep 中向现有子网添加委派?
我正在尝试创建应该可供私有 vnet 中的 postgres 访问的 azure 应用程序功能。 但是,网络似乎显示错误,因为已经委派,所以无法添加。 因此我尝试向 aks 网络和 azure 应用网关网络添加委派以创建一个私有端点。 我的天蓝色二头肌代码: @description('The name of the Azure Function app.') param functionAppName string = 'func-${uniqueString(resourceGroup().id)}' @description('Storage Acc...