From eed5f4ab88ef92f9893e23ef8a284efc0f57bc7f Mon Sep 17 00:00:00 2001 From: DXPetti Date: Tue, 19 Dec 2023 21:12:20 +1100 Subject: [PATCH] Updated Frequently-Asked-Questions.md (#838) * Update Frequently-Asked-Questions.md Added example of invalid characters creating operation failures based upon closed issue #822 * Update Frequently-Asked-Questions.md * Update Frequently-Asked-Questions.md --------- Co-authored-by: Johan Dahlbom --- docs/wiki/Frequently-Asked-Questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/wiki/Frequently-Asked-Questions.md b/docs/wiki/Frequently-Asked-Questions.md index ecc1f7b4..53900427 100644 --- a/docs/wiki/Frequently-Asked-Questions.md +++ b/docs/wiki/Frequently-Asked-Questions.md @@ -36,6 +36,8 @@ To confirm if this applies to you, check the pipeline logs for any of the follow Remove the invalid resource or character and retry the operation. +A common example of invalid characters preventing successful operations in AzOps is with [Visual Studio Enterprise](https://azure.microsoft.com/en-us/pricing/offers/ms-azr-0063p/) based subscriptions. The default resource name of said subscriptions contains the "`–`" [EN DASH](https://www.cogsci.ed.ac.uk/~richard/utf-8.cgi?input=2013&mode=hex) character. Example: `visual studio enterprise subscription – mpn`. + ## Push fail with deployment already exists in location error If you have changed `"Core.DefaultDeploymentRegion":` from the default `northeurope` post initial setup, subsequent Push/Deployments might fail with an error as below: