简体   繁体   中英

Azure Rest Api recommendedElasticPools always returns Internal Server Error 500, Is there anyone facing this issue?

When I tried other rest apis for Azure Mangement, it works without any issue. But when I try this recommendedElasticPools , I am getting internal server error all times.

{
  "code": "InternalServerError",
  "message": "There was an internal server error that occurred during this request.",
  "target": null,
  "details": [],
  "innererror": []
}

We had a problem with this API that should be fixed now. Thanks for reporting this. The API you were calling is on the deprecation path and I recommend using new API instead:

/subscriptions/{SubscriptionId}/resourcegroups/{GroupName}/providers/Microsoft.sql/servers/{ServerName}/elasticPoolEstimates/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM