It is failing with following error for all regions: I tried westus, westus-2, eastus and swedencentral. All regions showing the same error:
Deploying services (azd deploy)
(x) Failed: Deploying service CalculatorAgentLG
ERROR: error executing step command 'deploy --all': failed deploying service 'CalculatorAgentLG': failed to create agent version: failed to create agent version. Status code: 400, Response: {
"error": {
"code": "bad_request",
"message": "Hosted Agents are not enabled in this region",
"param": null,
"type": "invalid_request_error",
"details": [],
"additionalInfo": {
"request_id": "9327b6353d323b2b66df3e675a89751e"
}
}
}
Should I be doing any other settings on my subscription to pass this error?