pamelafox / pamelafox-site

My personal homepage.
http://www.pamelafox.org
19 stars 4 forks source link

domain is hardcoded, leading folks to a provision error #17

Closed vhvb1989 closed 1 year ago

vhvb1989 commented 1 year ago

Domain value in main.parameters.json is hardcoded to

    "domainName": {
      "value": "www.pamelafox.org"
    }

While provisioning, the next error is shown:

image

You might want to make this configuration optional, or provide notes in the Readme about it to be changed or disabled

vhvb1989 commented 1 year ago

Note that the environment name is also set to

"value": "pamelafox-swa"

This makes azd to create resources using this prefix

pamelafox commented 1 year ago

Oh yeah, thats because this is just my personal site. I have a fork of this that I'm trying to make more generically useful for the AZD templates gallery, but am working out issues on this one first. But perhaps I could just make this one really generic too, easier than maintaining the fork. Hmm.

vhvb1989 commented 1 year ago

makes sense. thank you