Skip to content

Instantly share code, notes, and snippets.

@takekazuomi
Created July 5, 2021 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takekazuomi/8de9f66a4aafcf5328213b4f5a47a41c to your computer and use it in GitHub Desktop.
Save takekazuomi/8de9f66a4aafcf5328213b4f5a47a41c to your computer and use it in GitHub Desktop.

vnet にagwをdeployすると、what-ifに引っかかる

az deployment group what-if -g kinmugi-bicep01 -n deploy-18084242 \
        -f vnet.test.json  2>&1
Note: The result may contain false positive predictions (noise).
You can help us improve the accuracy of the result by opening an issue here: https://aka.ms/WhatIfIssues.

Resource and property changes are indicated with these symbols:
  - Delete
  ~ Modify
  * Ignore

The deployment will update the following scope:

Scope: /subscriptions/eb366cce-61a4-447f-b5d0-cf4a7a262b37/resourceGroups/KINMUGI-BICEP01

  ~ Microsoft.Network/virtualNetworks/vnet-tcmatgqbxcb3a [2019-09-01]
    ~ properties.subnets: [
      ~ 0:

        - properties.applicationGatewayIPConfigurations: [
            0:

              id: "/subscriptions/eb366cce-61a4-447f-b5d0-cf4a7a262b37/resourceGroups/kinmugi-bicep01/providers/Microsoft.Network/applicationGateways/agwtcmatgqbxcb3a/gatewayIPConfigurations/appGatewayIpConfig"

          ]

      ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment