azure-search-openai-demo
azure-search-openai-demo copied to clipboard
azd deployment fails over Cognitive Service domain creation
This issue is for a: (mark with an x
)
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
deploy via "azd up -t azure-search-openai-demo"
Any log messages given by the failure
{
"status": "Failed",
"error": {
"code": "CustomDomainInUse",
"message": "Sub domain name 'cog-xejrw6segqcvq' is already in use. This condition is caused by sub domain name being taken at the same time."
}
}
Expected/desired behavior
sub domain should be created successfully
OS and Version?
macOS Ventura
Versions
current
Mention any other details that might be useful
I tried re-deploying several times. every time the auto-generated domain name is claimed to be already existing although it is different each time.