azure

IIS document root in subfolder

南笙酒味 提交于 2021-02-07 09:14:18
问题 Hey, I have a PHP Windows Azure project but I am new to IIS. I have my PHP libs in root folder and client files like index.php, style sheets or javascripts in a subfolder called document_root. How can I set up IIS 7 (probably using Web.config) to use the document_root as the default folder for the site (making the root invisible) so i can call mydomain.tld/ instead of mydomain.tld/document_root/ I have used: <defaultDocument> <files> <clear /> <add value="document_root/index.php" /> </files>

Azure AD as an “external provider”?

为君一笑 提交于 2021-02-07 08:39:46
问题 I'm trying to build a simple ASP.Net Core 2.2 web app that allows AzureAD as an "external provider". I'm doing this in Visual Studio 2019. As a super-simple demo project, I started by creating a new project that uses Azure AD as the login provider: Select ASP.NET Core Web Application Select Web Application (Model-View-Controller) Change Authentication to "Work or School Accounts". It automatically filled in my domain name (because I'm logged in to VS) This creates a web application set up to

Azure AD as an “external provider”?

我只是一个虾纸丫 提交于 2021-02-07 08:39:27
问题 I'm trying to build a simple ASP.Net Core 2.2 web app that allows AzureAD as an "external provider". I'm doing this in Visual Studio 2019. As a super-simple demo project, I started by creating a new project that uses Azure AD as the login provider: Select ASP.NET Core Web Application Select Web Application (Model-View-Controller) Change Authentication to "Work or School Accounts". It automatically filled in my domain name (because I'm logged in to VS) This creates a web application set up to

Azure Function using Selenium WebDriver.dll

99封情书 提交于 2021-02-07 08:35:59
问题 i am trying to use Selenium WebDriver.dll from Azure Function C# code and having following issue when instantiating WebDriver. Error: 2017-10-16T20:02:25.169 Exception while executing function: Functions.fnTestSelenium. Microsoft.Azure.WebJobs.Script: One or more errors occurred. mscorlib: The path is not of a legal form.2017-10-16T20:02:25.278 Function completed (Failure, Id=2fcb928f-ee39-4cfe-99f2-4be2d57e91b2, Duration=843ms) Code #r "D:\home\site\wwwroot\fnTestSelenium\bin\WebDriver.dll"

Azure Function using Selenium WebDriver.dll

雨燕双飞 提交于 2021-02-07 08:34:09
问题 i am trying to use Selenium WebDriver.dll from Azure Function C# code and having following issue when instantiating WebDriver. Error: 2017-10-16T20:02:25.169 Exception while executing function: Functions.fnTestSelenium. Microsoft.Azure.WebJobs.Script: One or more errors occurred. mscorlib: The path is not of a legal form.2017-10-16T20:02:25.278 Function completed (Failure, Id=2fcb928f-ee39-4cfe-99f2-4be2d57e91b2, Duration=843ms) Code #r "D:\home\site\wwwroot\fnTestSelenium\bin\WebDriver.dll"

Azure REST API Create Container, .NET Client Profile, 403 Forbidden, The MAC signature found is not the same as any computed signature

与世无争的帅哥 提交于 2021-02-07 07:35:18
问题 after reading all posts that come close to this, I still find no solution and after "fiddling" around for hours, here goes a post, in hopes that someone has an idea: The closest response I have found is here but two things from these posts do not apply: 1. I'm using example code that certainly works in most cases. 2. I do not have access to any Azure StorageClient simplifiers, since I am required to use the .NET client profile. 3. It is probably a stupid error that I just don't see :-) Here

Azure REST API Create Container, .NET Client Profile, 403 Forbidden, The MAC signature found is not the same as any computed signature

随声附和 提交于 2021-02-07 07:35:00
问题 after reading all posts that come close to this, I still find no solution and after "fiddling" around for hours, here goes a post, in hopes that someone has an idea: The closest response I have found is here but two things from these posts do not apply: 1. I'm using example code that certainly works in most cases. 2. I do not have access to any Azure StorageClient simplifiers, since I am required to use the .NET client profile. 3. It is probably a stupid error that I just don't see :-) Here

How to debug Azure Function QueueTrigger locally

半城伤御伤魂 提交于 2021-02-07 07:15:09
问题 I am developing an azure functions which will be triggered by the azure storage queue. For HTTPTrigger we can debug locally , but am not able to find the way to debug QueueTrigger locally . Can anyone of you tell me how can i acheieve debugging on my local box running function with QUEUETRIGGER . I am having a storage explorer on my local box but it writes on azure cloud storage account . 回答1: Can anyone of you tell me how can i acheieve debugging on my local box running function with

How to debug Azure Function QueueTrigger locally

守給你的承諾、 提交于 2021-02-07 07:14:49
问题 I am developing an azure functions which will be triggered by the azure storage queue. For HTTPTrigger we can debug locally , but am not able to find the way to debug QueueTrigger locally . Can anyone of you tell me how can i acheieve debugging on my local box running function with QUEUETRIGGER . I am having a storage explorer on my local box but it writes on azure cloud storage account . 回答1: Can anyone of you tell me how can i acheieve debugging on my local box running function with

How to debug Azure Function QueueTrigger locally

谁说我不能喝 提交于 2021-02-07 07:08:35
问题 I am developing an azure functions which will be triggered by the azure storage queue. For HTTPTrigger we can debug locally , but am not able to find the way to debug QueueTrigger locally . Can anyone of you tell me how can i acheieve debugging on my local box running function with QUEUETRIGGER . I am having a storage explorer on my local box but it writes on azure cloud storage account . 回答1: Can anyone of you tell me how can i acheieve debugging on my local box running function with