azure-web-sites

How to connect Azure Web Sites to a Worker Role (TCP) through a (regional) vnet? Is it possible?

血红的双手。 提交于 2019-12-02 06:21:50
问题 How would one make a TCP connection from an Azure PaaS hosted Web Sites to a Worker Role? That's deployed in one virtual network. Can this be done without opening an Input Endpoints, Internet facing port on the worker role? It looks like WebSites cannot currently be part of virtual network deployments as per Azure Virtual Network FAQ: Can I use Windows Azure websites with Virtual Network? No. We do not support websites with virtual networks. I'm new to Azure and playing with various

Azure SSL Certificate

烂漫一生 提交于 2019-12-02 06:11:02
问题 I am running into an issue when uploading my SSL certificate to Azure. I have a premium certificate from GoDaddy that has been running in IIS for the past year. As we are migrating to Azure, I exported it to a PFX, went to Azure to add it to my Web App, and received the following error message: Failed to update web app settings Failed to update web app settings for [APP_NAME]: The password is incorrect, or the certificate is not valid I have tried the following: Ensure password is correct

How to Create an HKLM entry in Azure Website

此生再无相见时 提交于 2019-12-02 06:05:43
How do you create an entry in the registry (HKEY_LOCAL_MACHINE) of an Azure Website? The web application only needs to read the entry. You can't do this in Azure Web Sites. if your application absolutely needs an access to Registry, you must target Azure Web Role (classic Cloud Service). The following page states the common baseline OS functionality for all apps running on Azure App Service and includes a section on "Registry access": https://azure.microsoft.com/en-gb/documentation/articles/web-sites-available-operating-system-functionality/ Apps have read-only access to much of the registry

Version 4 of Azure App Service Deploy - ERROR_USER_NOT_AUTHORIZED_FOR_CREATEAPP

扶醉桌前 提交于 2019-12-02 05:22:00
问题 This is a follow-up question to this question. The answer in the original question helped me, but I am stuck somewhere else. As a reminder, I want to deploy my application using a publish profile. My web app in Azure has two subfolders inside wwwroot and one of them is called backend . I want to deploy my application to that folder. I am not sure why msdeploy wants to create anything, since the web app is already there - I just need to get the artifacts inside the backend folder. Here is the

Version 4 of Azure App Service Deploy - ERROR_USER_NOT_AUTHORIZED_FOR_CREATEAPP

元气小坏坏 提交于 2019-12-02 05:16:35
This is a follow-up question to this question . The answer in the original question helped me, but I am stuck somewhere else. As a reminder, I want to deploy my application using a publish profile. My web app in Azure has two subfolders inside wwwroot and one of them is called backend . I want to deploy my application to that folder. I am not sure why msdeploy wants to create anything, since the web app is already there - I just need to get the artifacts inside the backend folder. Here is the relevant part of the log (with some names changed to xyz ): 2018-06-14T09:19:25.0295238Z Start

ODBC or OleDB database drivers under Azure App Service

自古美人都是妖i 提交于 2019-12-02 04:54:02
问题 I'm investigating what's involved in deploying an ASP.NET MVC web application to Azure as an App Service, using Web Deploy from Visual Studio 2015. The MVC web application uses SQL Server for the identity database in the standard fashion, so I can see how to point that at an Azure-hosted database server. In addition, it has some 'legacy' data in DBF files in the App_Data folder, accessed on my development PC via OLEDB. This scenario is obviously going to fail on deployment because whatever

No certificates when trying to add SSL Bindings for Azure Web App

我的梦境 提交于 2019-12-02 04:38:26
问题 I am trying to create an SSL Binding for an Azure Web App that is a host for an API App. After navigating to "Custom domains and SSL" for the web app in question, I have added a custom domain name "admin.api.foo.com" and uploaded the PFX for my wildcard certificate (*.foo.com) and it displays in the list in the "Certificates" section. I think the next step is to create an SSL Binding. So I go to the "SSL bindings" section and I can select the hostname "admin.api.foo.com" from the drop down

Multiple Jobs Deployment in Visual Studio Team Services

我们两清 提交于 2019-12-02 04:34:49
I have a VS solution with multiple projects, each project is an independent WebJob which I am hosting in a Single AppServices. I am trying to automate this to Continuous deployment.What would be the best strategy to deploy only job in the solution which is changed? Is there a way to find out the project which is changed as part of the merge to CI? We are using git and this solution is in a single repository. We are using azure-webjobsdk for the projects. You can follow below steps to deploy the only changed webjob: Assume your file structure as below: Git root |___WebJob1 |___WebJob1.sln |__

How to configure multiple host headers for one Azure WebSite reserved instance

ε祈祈猫儿з 提交于 2019-12-02 04:27:28
问题 I know that you can support multiple host headers on an Azure WebSite reserved instance based on this question - Is it possible to have multiple azure web sites running off a single reserved instance My question is how do you configure a reserved server to respond to the different host headers in Azure Websites? With a regular WebRole I know you edit the ServiceDefinition file, but my understanding was that it doesn't exist for Azure Websites. 回答1: To add multiple host headers for Windows

Deploy a simple VS2017 Django app to Azure - server error

不羁的心 提交于 2019-12-02 04:03:17
I've been trying to create a Django web app using VS2017 Preview (which includes Python tools for Visual Studio), and deploy the resulting app to Azure (I'm currently on the 30-day trial period to evaluate Azure). I've done the following: Start VS2017, create a new project with the "Django Web Project" template. This creates a Django webpage with the bootstrap template - simple, and everything works well locally. In VS, go to Connected Services => Publish, select "Microsft Azure App Service", create a new App Service an an App Plan. The instances are created successfully. Click "Publish" to