Incremental deployments tries to delete privateDnsZoneConfigs in PrivateEndpoints #11845
Unanswered
swordfish291
asked this question in
Q&A
Replies: 2 comments
-
|
I'm also seeing the same behaviour. It doesn't actually delete it though, it's just annoying to constantly see this are deletion warning in the what-if output. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I get similar results when adding a subnet to vnet, if I add subnet in the middle of other subnet instead on the end of the code, whatif reports that everything will get modified / deleted etc, but in reality only subnet is added and nothing else is touched,... This whatif outputs are bit unreliable for some actions... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy Azure OpenAI using bicep modules. The first deployment goes successful however, the subsequest incremental deployments tries to delete properties.privateDnsZoneConfigs Here is my bicep code:
the subsequent incremental deployments without any change throw this what-if output:
Beta Was this translation helpful? Give feedback.
All reactions