In the current technical preview, Azure lets you create 10 ASP.NET websites. They are given domains such as http://yourappname.azurewebsites.net. Is there currently any way to point a domain name to this website? Or are there any plans to support this in the future?
Solution Update 18-sep-2012: Windows Azure Web Sites tiers:
Free: Allows you to
it1352
2
2019-05-08
Reading this article, and specially this paragraph:
The SKU and Scale of the App Service plan determines the cost and not the number of apps hosted in it.
Can I create as many Web Apps as I need into the same resource group with the same App Service Plan?
For instance, I have a RG named S1-Resources and a S1 App Service Plan. If I create for
it1352
0
2020-09-16
is there a way to set the timeout of an app pool of a web-site running under azure sites.
I have a site running there and it seems like it needs to spin up again when it has been idle for a while.
Solution Windows Azure Web Sites supports two modes, shared and Reserved.
In Shared mode, your web site process (w3wp) runs alongside other, sharing
it1352
4
2019-05-08
Has you may know, Web sites hosted under Microsoft Azure Web Sites service are by default configure to timeout after idling 20 minutes (idleTimeout) and the application pool to restart every 29 hours (periodicRestart). This cause the web site to be slow for the first user accessing it.
I would like to know if the new "Always On" setting available
it1352
4
2019-05-08
I notice that Azure Websites seems to offer .NET 3.5 and .NET 4.5. So I assume that one cannot deploy .NET 4.5.1 web applications yet?
I mention this as .NET 4.5.1 seems to have a useful new feature called "ASP.NET app suspension" which seems to pull back app images much more quickly into RAM. Perhaps Although this feature is targeted at hosters,
it1352
2
2019-05-08
I am having several node js script files.I have to run these js files in azure web jobs.can any one tell me the detail step for how to add the node.js files in azure web jobs and also how to run these web jobs.
Solution If you have a file with a .js extension it'll be run as a node program
Full documentation on Azure Web Jobs here: https://azure.
it1352
1
2020-09-18
We want to host a website on Windows Azure and it can technically be a Website or a Web role, we don't particularly care. Is there currently a way to set an A-record for either of them?
It seems that shared Websites don't support DNS entries at all and that the reserved instances support CNAME only. Do web roles support A-type DNS records?
If not
it1352
0
2019-05-08
I'm using Azure DevOps with the "Azure App Service Deploy" task (AzureRmWebAppDeployment@3) to deploy to an Azure Web Site and am having trouble deploying to the web root.
The application is PHP and has a "public" folder which is designed to be the only folder to be exposed publicly. The folder structure is like this:
/
application/
vendor/
it1352
0
2020-09-17
I am using Web.Config transformations to deploy my application to Azure. I also have 2 sites in my service, a public website, and private WCF site endpoint. I am deploying multiple sites to a single role.
When I deploy, the website project (for which the Azure Deploy project is set) transforms the web.config correctly. However, the WCF project
it1352
7
2019-05-08
Is it possible to host multiple websites with different domain names on a single Azure Web Sites instance in shared or standard mode? If so, how does one go about doing this?
E.g., in my test instance, all requests are served up from the "site\wwwroot" directory. I would like to be able to have example.com served up from "site\example.com" and exa
it1352
2
2019-05-08