An asp.net core web API with swagger doesn’t work in Docker in Azure -
- i create asp.net core web api application vs2017, .net core version 1.1.
- and add docker support web api application
- run web api in docker in local, works fine.
- deploy docker in azure using vs2017, works fine in docker in azure.
- add swagger ui .net core web api using swashbuckle.
- re-run web api in docker in local, works fine.
- re-deploy docker in azure using vs2017, doesn’t work. shows following error
“network error (tcp_error) communication error occurred: "" web server may down, busy, or experiencing other problems preventing responding requests. may wish try again @ later time”
then think may caused swagger , swashbuckle, works fine in docker in local. , also, tried remove swashbuckle , coding of swagger. still not work.
does know issue maybe?
Comments
Post a Comment