Skip to content

Commit

Permalink
Updated Frequently-Asked-Questions.md (#838)
Browse files Browse the repository at this point in the history
* 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 <johan@dahlbom.eu>
  • Loading branch information
DXPetti and daltondhcp authored Dec 19, 2023
1 parent a260d0b commit eed5f4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/wiki/Frequently-Asked-Questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eed5f4a

Please sign in to comment.