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 - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -