question

83045873 avatar image
0 Votes"
83045873 asked prmanhas-MSFT commented

azuer vm timeout openapi

gpu server api call test

curl -v -H "Host: autonomous-sidewalks.kfserving-test.example.com" http://gpu.aiworks.co.kr:30886/v1/models/autonomous-sidewalks:predict -d @./input.json

  • aws OK , local dev server OK , Notebook Ok

  • azuer vm timeout error ( when network config editing and some time OK ).

  • openapi : send image data ( constrait : azuer image data send -> opneapi request)


azure-virtual-machines
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@83045873 Any update on the issue?

If the suggested response helped you resolve your issue, do click on "Accept as Answer" and "Up-Vote" for the answer that helped you for benefit of the community.

Thanks.

0 Votes 0 ·

1 Answer

prmanhas-MSFT avatar image
0 Votes"
prmanhas-MSFT answered

@83045873 Apologies for the delay in response and all the inconvenience caused because of the issue.

Even though the ask is not very clear to me I am providing input as per best of my knowledge and if these are not helpful do let me know your use case more in detail so I can help you out better.

Now assuming that you are using OpenAPI in Azure. The Open API Initiative was created by an industry consortium to standardize REST API descriptions across vendors. As part of this initiative, the Swagger 2.0 specification was renamed the OpenAPI Specification (OAS) and brought under the Open API Initiative.

You may refer to this article to understand how to import same in Azure.

Similarly you can refer to this as well to understand more how it can be integrated in your environment.

Now there are few limitation as well associated with same and you might want to check that out here.

Comming to VM part of it we do use make use of API to perform various action on Azure VM . If you are looking for a way to Start/Stop VM using OpenAPI I would suggest you to go through this once.

I can figure out from your query that you are getting time out errors as well. Now these timeout may be either on VM side or the API part of it.

If you are getting timeout on VM side you can try to follow steps as mentioned here . For troubleshooting timeout errors on OpenAPI side you can refer to this.

Few more helpful articles are below as well which tells you about tools and methods you can use to debug the issue:

https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-api-inspector

https://docs.microsoft.com/en-us/aspnet/core/web-api/microsoft.dotnet-openapi?view=aspnetcore-5.0

Hope it helps!!!

Do let me know in case of any further queries.

Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.

Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as convenient to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.







5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.