Skip to content

Commit 1cfd2b5

Browse files
learn-build-service-prod[bot]JarrettRenshawLearn Build Service GitHub AppCloud-Writerkenwith
authored
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/SupportArticles-docs (branch main) (#11798)
* Update custom metadata for Ubuntu UFW guide (#2070) * New article for CI 12114 (#11704) * Update dynamic membership troubleshoot sample links (#11702) Links SupportArticles guidance to the Microsoft Learn dynamic membership PowerShell sample pages and adds administrative unit coverage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * New article for CI 12114 (#11703) --------- Co-authored-by: Ken Withee <27743960+kenwith@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fixed formatting for Note and Tip in article abt auto-labeling (#11707) (#11708) * New article for CI 12114 * Updated formatting for Note and Tip * Fixed typo * AB#11975: SQL25 CU6 KB (#11698) (#11714) * Initial draft, waiting for final build * add table * Add build info * Update cumulativeupdate6.md 1Edit review per CI 11973 * Update cumulativeupdate6.md * fix description * format tables * add links to release notes --------- Co-authored-by: Sloan Haywood <haywood.sloan@yahoo.com> Co-authored-by: Jerry Sitser <36421998+przlplx@users.noreply.github.com> * Update troubleshoot-application-gateway-deployment-scaling-deletion-failures.md (#2074) In "Resolution H / step 7," changed "omits" to "issues." This was incorrectly changed from the original "emits." However, "emits" could be translated as "ejects," "expels," or "leaks. --------- Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com> Co-authored-by: Jarrett Renshaw <jarrettr@microsoft.com> Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com> Co-authored-by: Meera Krishna <meerak@microsoft.com> Co-authored-by: Ken Withee <27743960+kenwith@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Aarti Goyle <82040308+aartig13@users.noreply.github.com> Co-authored-by: Sloan Haywood <haywood.sloan@yahoo.com> Co-authored-by: Jerry Sitser <36421998+przlplx@users.noreply.github.com>
1 parent 86073e4 commit 1cfd2b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/azure/application-gateway/troubleshoot-application-gateway-deployment-scaling-deletion-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ az group export \
13051305
6. To remove the orphaned references, edit `appgw-template.json`.
13061306
7. Before you redeploy, apply the following mandatory edits (the raw `az group export` output isn't redeployable verbatim):
13071307

1308-
- Remove the Application Gateway's top-level `dependsOn` array. `az group export` omits a circular dependency for Application Gateway resources. Therefore, the redeployment fails and returns `InvalidTemplate: Circular dependency detected`. ARM infers the correct ordering from the `resourceId(...)` property references. Therefore, you can delete the top-level `dependsOn` on the `Microsoft.Network/applicationGateways` resource to resolve it.
1308+
- Remove the Application Gateway's top-level `dependsOn` array. `az group export` issues a circular dependency for Application Gateway resources. Therefore, the redeployment fails and returns `InvalidTemplate: Circular dependency detected`. ARM infers the correct ordering from the `resourceId(...)` property references. Therefore, you can delete the top-level `dependsOn` on the `Microsoft.Network/applicationGateways` resource to resolve it.
13091309
- Supply values for the exported resource-name parameters. `az group export` creates name parameters (for example, the gateway, virtual network, and public IP name parameters) without any `defaultValue`. Therefore, the redeployment stalls in a `stdin` state as it waits for input unless you pass them. Provide a value for each exported name parameter by using `--parameters <paramName>=<value>` on the redeploy command (see the following commands).
13101310

13111311
8. Redeploy the edited template. Supply a value for each exported name parameter.

0 commit comments

Comments
 (0)