Azure Websites and Downtime during deployments [closed] - azure

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a Web Site setup on Azure Web Sites, it's using Reserved mode and has 2 instances.
But when I do an update to my site the site has downtime.
Is there anyway I can get the deployment to update once instance at a time so that there is no downtime?

If you're looking for a hot-swappable deployment of new code, you should look to running a WebRole. WebRole has two environments that can be hot-swapped via CNAME switch. This allows you to not lose any traffic during downtime.
Azure Websites (being a simpler but less featured offer from Azure) will go down sometime during the upgrade process and come back when the code has been deployed and app recompiled.

Related

Is it possible to setup a web app in Azure that connects to multilple on-premise databases? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I would like to setup an Azure web app that connects to different on-premise databases (same schema). These databases are in no way related to each other. Is this possible?
Yes, you want to use Hybrid Connections. See this article for how to set them up: https://azure.microsoft.com/en-us/documentation/articles/integration-hybrid-connection-create-manage/
You'll still have to set up some kind of programmatic way of choosing which connection to use. You'd have to expand upon your scenario for me if you need more advice.

Windows Azure Web Site Status Limited [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am aware that this question is asked before but Azure Status Dashboard shows all of the services are running as expected. However, all of my websites are marked as Limited. I can reach 1 one of them but cannot other 3. To test the issue, I have created a new web site on azure and its status is set to Running. My websites are located in Europe West servers.
Is it a outage problem or something wrong with my apps ?
Yes, there is an outage [Partial Degradation] for Azure Website. Check out the Windows Azure Service Dashboard

How to use REST API to add a VM role? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How to use REST API to add a VM role?
I can't use this http://msdn.microsoft.com/en-us/library/windowsazure/jj157184.aspx to delete a VM. Do I need some other steps for that?
And also I want to get some code for adding a VM Role to existed VM Role service.
I think Autoscaling will solve all of your problems here. Check out this guide to get you started.
With autoscaling, you can set up rules to add/remove instances on a deployment based on certain events or constraints. This can run on-premise or on a separate worker role. If you use WASABi, then you won't have to mess with making the role management API calls yourself.
I hope this helps, if you have any specific questions just ask and I will do my best to answer them.
I have also posed a few errors I have encountered and the solutions for them on my blog.

Testing private SaaS on EC2? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I would like to start doing some testing of our SaaS application on our EC2 instance and had some questions on how to test this outside of our local dev environment.
What are some of my options on making this private within EC2 to fully test the wildcard subdomains without making the site live?
Does this make sense?
You can use VPN to make EC2 subnet as part of your private network,Refer amazon document. Then a local DNS maybe needed to map wildcard subdomains or simple edit your host file.
Another suggestion is to only open service to your office's ip , redirect request from other IP to 404 etc.

How to host haskell app on amazon web services? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How can I host, say a Snap webapp, on amazon?
In other words, what are the first steps I need to take - as I am completely clueless.
Any tips appreciated!
First you need to have an amazon aws account. Then depends on your requirements you can select the instances and host it. You can set up the instance using the AWS Management Console.
have a look on this. http://aws.amazon.com/console/
this will also help to you Need a step by step guide to host a website on AWS

Resources