An asp.net core web API with swagger doesn’t work in Docker in Azure -


  1. i create asp.net core web api application vs2017, .net core version 1.1.
  2. and add docker support web api application
  3. run web api in docker in local, works fine.
  4. deploy docker in azure using vs2017, works fine in docker in azure.
  5. add swagger ui .net core web api using swashbuckle.
  6. re-run web api in docker in local, works fine.
  7. 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

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -