I'm trying to create a new API Management Service (AMS) on Azure. I'm facing an issue I have never had before. I have my OpenAPI file in a public URL. If I paste this URL to create a new APIs in AMS, I always receive an error
Unable to download specified file. Please ensure the URL is valid and the file is publicly accessible.
Then, I tried to download this OpenAPI definition from the Azure Console and it can reach the file and download it. This issue happens from yesterday before I could use the same OpenAPI file without problem.
Also, I checked the configuration of the Virtual Machine where the APIs are hosted. It seems correct and I can reach the file from a browser.


http://51.137.177.245:8000/openapi.json, I got the json response but not started to download so that it saidunable to download .... By the way, I copied the response and save it as a json file locally, but when I uploaded the file, I met the error ofunable to parse specified file, then I checked and found that you missed servers.url. After adding a value, it could be uploaded successfully.i.sstatic.net/IJ0v4.png i.sstatic.net/iPJrO.pngunable to download...error. What kind of configuration is required to avoid that?http://51.137.177.245:8000/openapi.jsoninto field OpenAPIspecification, then got the errorUnable to down specified file. Please ensure the url is valid ..., Didn't use any tools here.