Error creating Bing Search v7 sku S1 resource via Azure Portal
Tung Nguyen Xuan
40
Reputation points
Error
{
"status": "Failed",
"error": {
"code": "InternalServerError",
"message": "Specified resource could not be retrieved"
}
}
The raw error
{
"code": "DeploymentFailed",
"target": "/subscriptions/[REDACTED]/providers/Microsoft.Resources/deployments/Microsoft.BingCustomSearch-20241105111635",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
"details": [
{
"code": "InternalServerError",
"message": "Specified resource could not be retrieved"
}
]
}
Not sure what to make of this error. The operation detail only shows one line
I am also interested in how to create this resource using azure cli
Sign in to answer