azure-web-app-service

With Azure App Service Easy Auth + Azure AD B2C is it possible to secure a single Web API and have multiple native apps consume it?

泄露秘密 提交于 2020-01-02 12:23:33
问题 We have a Web API intended to serve multiple business partners, each of which will be customizing a white label version of our native app client. We also have a Web API offering common functions to different apps. We would like to use AD B2C as the identity and auth system, but cannot see how or if it is possible to use AD B2C to secure a common API for multiple apps. Is this achievable? 回答1: It depends on how you want to your partners usig the account login-in. If you expected that the

Can I host an application in Windows Azure and have the database stored on different server

时间秒杀一切 提交于 2020-01-02 11:04:43
问题 Can I host an application in Windows Azure and have the database stored on different server? For example I want to keep my data on a server where I dont have to worry about privicy issues. And if this is possible does it remove the value of having an application hosted in the cloud? thanks 回答1: You mean hosting your application on Windows Azure and then hosting the database on your own servers? This is totally possible, but you'd have to publicly expose your database. You could host your

Can I host an application in Windows Azure and have the database stored on different server

最后都变了- 提交于 2020-01-02 11:02:51
问题 Can I host an application in Windows Azure and have the database stored on different server? For example I want to keep my data on a server where I dont have to worry about privicy issues. And if this is possible does it remove the value of having an application hosted in the cloud? thanks 回答1: You mean hosting your application on Windows Azure and then hosting the database on your own servers? This is totally possible, but you'd have to publicly expose your database. You could host your

Can I host an application in Windows Azure and have the database stored on different server

血红的双手。 提交于 2020-01-02 11:02:22
问题 Can I host an application in Windows Azure and have the database stored on different server? For example I want to keep my data on a server where I dont have to worry about privicy issues. And if this is possible does it remove the value of having an application hosted in the cloud? thanks 回答1: You mean hosting your application on Windows Azure and then hosting the database on your own servers? This is totally possible, but you'd have to publicly expose your database. You could host your

Can I host an application in Windows Azure and have the database stored on different server

孤人 提交于 2020-01-02 11:02:15
问题 Can I host an application in Windows Azure and have the database stored on different server? For example I want to keep my data on a server where I dont have to worry about privicy issues. And if this is possible does it remove the value of having an application hosted in the cloud? thanks 回答1: You mean hosting your application on Windows Azure and then hosting the database on your own servers? This is totally possible, but you'd have to publicly expose your database. You could host your

Azure AD Application not appearing in existing AD App list for an Azure web application

混江龙づ霸主 提交于 2020-01-02 03:39:08
问题 I was just going through some walkthrough where I created an Azure AD App to use it as an authorization/authentication in my Azure web application. Now when I go to select existing AD app for my Azure website (App Services) it doesn't appear in my Azure AD Applications list. The path to add existing AD app is "App Services > MyAzureApp > Authentication/Authorization > Auzre Active Directory > Express > Select existing AD App" I have used following settings for my Azure AD app: Sign-on URL:

Increase idle timeout

半世苍凉 提交于 2019-12-26 19:07:03
问题 I have an App service in Azure: a php script that makes a migration from a database (server1) to a another database (azure db in a virtual machine). This script makes a lot of queries and requests, so it takes a lot of time and the server (App service) returns: "500 - The request timed out. The web server failed to respond within the specified time." I found that it's something about "idle timeout." I would like to know how to increase this time. 回答1: In my test, I have tried the following so

Increase idle timeout

时光怂恿深爱的人放手 提交于 2019-12-26 19:06:35
问题 I have an App service in Azure: a php script that makes a migration from a database (server1) to a another database (azure db in a virtual machine). This script makes a lot of queries and requests, so it takes a lot of time and the server (App service) returns: "500 - The request timed out. The web server failed to respond within the specified time." I found that it's something about "idle timeout." I would like to know how to increase this time. 回答1: In my test, I have tried the following so

Increase idle timeout

房东的猫 提交于 2019-12-26 19:06:06
问题 I have an App service in Azure: a php script that makes a migration from a database (server1) to a another database (azure db in a virtual machine). This script makes a lot of queries and requests, so it takes a lot of time and the server (App service) returns: "500 - The request timed out. The web server failed to respond within the specified time." I found that it's something about "idle timeout." I would like to know how to increase this time. 回答1: In my test, I have tried the following so

Running Azure Node.js app locally - connecting to same database

余生长醉 提交于 2019-12-25 09:40:15
问题 Is it possible to run an Azure Node.js App Service locally, but connect to the same cloud SQL database? If so, when connecting to the locally running service, how do you connect a client to the local service? Assuming a client is connecting via an HTML/javascript app, the normal code would be client = new WindowsAzure.MobileServiceClient('https://myservice.azurewebsites.net'); <-- do you just change that url to the IP the local server is running on? 回答1: Yes, it is possible to get an Azure