I want to host a wcf web service created in vb.Net on Microsoft azure -


i have web service, created in vb.net , want host webservice on microsoft azure. can me ? new azure.

you have @ least few options here:

  1. the straightforward , old school - create vm , host on local server.
  2. create cloud service easier , scalability , disaster recovery out of box, requires bit of learning path on azure sdk.
  3. invest in service fabric , host reliable stateful service - again it's learning path, winning here in terms technology go forward, whereas option 2 deprecated soon.

Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -