Azure Functions announcement
-
Link
A recent update to App Service removed implicit PHP support, causing users’ Azure Functions v1 PHP functions to stop working. A fix will be rolling out with the next App Service update; in the meantime, please manually load PHP into your app’s site/tools folder (accessible by Kudu) as a temporary workaround.
Note that this will reset the php.ini config to its default. Thanks to our users for discovering and reporting this error.
-
0 VotesSlow latency (greater than 1 second) for http Requests using Python in Function App
func.HttpResponse: httpEvent = req.params.get('evnt') if not httpEvent: ... -
0 VotesLoss of scoped lifetime service instances when resolving HttpClient services configured through IServiceCollection.AddHttpClient(...)
Hi, it seems there is an issue that causes scoped lifetime service instances to be lost (and potentially re-instantiated within the same request/scope). This is completely the opposite of what one ...Unanswered | 1 Replies | 56 Views | Created by BoricuaEnLaLuna - Friday, December 27, 2019 6:42 AM | Last reply by BoricuaEnLaLuna - Friday, December 27, 2019 7:48 AM -
0 VotesILogger.LogMetric extension method writes into traces table instead of customMetrics with Azure Functions V2
Hi, I have two different projects using the same LogMetric extension method referenced in documentation ...Answered | 3 Replies | 268 Views | Created by BoricuaEnLaLuna - Sunday, December 15, 2019 8:56 AM | Last reply by BoricuaEnLaLuna - Friday, December 27, 2019 7:36 AM -
0 VotesError when accessing App Configuration and Key Vault using User Assigned Managed Identities
I have a function app that has been assigned a User Assigned Managed Identity, and the identity has been granted the following access to an App Configuration and Key Vault ...Unanswered | 5 Replies | 431 Views | Created by Martin Fletcher - Wednesday, December 4, 2019 8:35 PM | Last reply by PramodValavala-MSFT - Friday, December 27, 2019 6:39 AM -
0 VotesAzure Function Fails to process a file with 2.4 MB size.
I have a excel file with 7 tabs each with 8657, 8441, 4213, 8437, 5948, 7471, 6886 rows. I am getting the following ...Unanswered | 1 Replies | 103 Views | Created by Kuharan Bhowmik - Tuesday, December 24, 2019 1:58 PM | Last reply by DixitArora-MSFT - Friday, December 27, 2019 5:27 AM -
0 Votesany impact from Google Chrome 80 when using Authorize access to Azure Active Directory web applications using the OAuth 2.0
hi, experts Google Chrome 80, which is scheduled by Google to be released in February 2020, changes the default behavior of cookies in cross-domain scenarios. Chrome 80 introduces a ...Proposed | 2 Replies | 197 Views | Created by delaynomore - Friday, December 20, 2019 1:29 AM | Last reply by Manoj Reddy - MSFT - Thursday, December 26, 2019 4:34 AM -
0 VotesManual Integration with externalGit stopped listing deployments and syncing
Hey there. We have been running a python function app with externalgit configured to be able to manually sync with our github repo. We are on elastic plan 1, and have been running fine for a while ...Unanswered | 2 Replies | 160 Views | Created by SuperSmoothie - Wednesday, December 18, 2019 1:51 AM | Last reply by DixitArora-MSFT - Tuesday, December 24, 2019 4:40 AM -
0 Votes.NET core azure function app restsharp restclient throw The SSL connection could not be established
I have .net core azure function app , below code was working fine till date. Now i'm getting this error - The SSL connection could not be ...Proposed | 4 Replies | 278 Views | Created by ashuthinks32 - Wednesday, December 11, 2019 10:14 AM | Last reply by ashuthinks32 - Monday, December 23, 2019 4:48 PM -
0 VotesCan't publish Azure Function using Visual Studio 2019 more than once.
System.Exception: Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details. --- End of inner ...Discussion | 1 Replies | 96 Views | Created by Paul May [PAUMAY] - Monday, December 23, 2019 1:10 PM | Last reply by Paul May [PAUMAY] - Monday, December 23, 2019 1:49 PM -
0 VotesUse App Service Certificate for naked domain on sub domain
Hi, I have a certificate for CN=domain.com and I want to use it on Azure Functions with a custom sub domain api.domain.com. Is this possible? If I try to import the certificate it ...Proposed | 3 Replies | 198 Views | Created by MvAa - Monday, December 16, 2019 9:08 AM | Last reply by PramodValavala-MSFT - Monday, December 23, 2019 1:11 PM -
0 Votesprocessing Azure analysis services using azure functions
am trying to write a azure function to connect to Azure analysis services using Azure function (Run Time version ~2) and below is snippet of code which am trying to ...Proposed | 1 Replies | 133 Views | Created by Nishink - Friday, December 20, 2019 9:20 AM | Last reply by DixitArora-MSFT - Monday, December 23, 2019 11:40 AM -
0 Votesazure javascript function returns nothing after callback
I'm trying to execute a MS SQL query in an azure javascript function and return the results using context.res.body. The query is executed fine and I can see the result in the log, but I can't return ...Proposed | 1 Replies | 128 Views | Created by johnykes - Sunday, December 22, 2019 8:13 PM | Last reply by MohitVerma-MSFT - Monday, December 23, 2019 9:57 AM -
0 VotesAzure blob trigger dynamic path not working
We are using Azure Capture event(in Java project) to retrieve event from Eventhub to storage container. but In capture event we have chosen blob file path format ...Proposed | 1 Replies | 117 Views | Created by Veena D A - Friday, December 20, 2019 7:33 AM | Last reply by PramodValavala-MSFT - Monday, December 23, 2019 9:02 AM -
0 VotesCRUD operation in Dynamics 365 Sales using Azure durable function
Hello All, I want to perform CRUD operations in Dynamics 365 Sales using Azure durable function, for this I am using the OrganizationServiceProxy to get the ...Proposed | 2 Replies | 145 Views | Created by Inkey Solutions - Wednesday, December 18, 2019 1:39 PM | Last reply by Inkey Solutions - Monday, December 23, 2019 7:33 AM -
0 VotesAzure Functions - Input Box using .Net
Hi All, I have created a Simple Function and below is the code where in when I access it using the URL, it should present a Input box prompt to get the Name. However seems I am doing something wrong. ...Unanswered | 1 Replies | 127 Views | Created by hhyderi - Thursday, December 19, 2019 6:45 AM | Last reply by PramodValavala-MSFT - Monday, December 23, 2019 6:34 AM -
0 VotesFunction Host Not Running
I've deployed a python azure function and the function url displays"Function Host Not Running" I see the following error in the log ...Proposed | 2 Replies | 192 Views | Created by Scott RobertsRVA - Tuesday, December 17, 2019 1:47 PM | Last reply by DixitArora-MSFT - Monday, December 23, 2019 4:31 AM -
0 VotesAzure Function error: "parameters are declared in function.json but not in Python"
I have a Python Azure function and I am getting the following error (I am using a timer based trigger). I have spend hours trying to find a solution but I must admit I am ...Proposed | 1 Replies | 123 Views | Created by markl11 - Sunday, December 22, 2019 11:28 AM | Last reply by DixitArora-MSFT - Monday, December 23, 2019 4:25 AM -
0 VotesSpecial characters in Azure functions input parameters request/body
State > City > Village > Post office" } } JSON input which does not work is as below { "MyData": ...Unanswered | 3 Replies | 251 Views | Created by Jiniv Thakkar - Friday, December 13, 2019 3:44 PM | Last reply by Jiniv Thakkar - Friday, December 20, 2019 8:14 PM -
0 VotesAzure function not working on https, only http
"Https only" setting to true, it still does not work; all this does is remove the http endpoint that does. Anyone experienced this before?Unanswered | 2 Replies | 149 Views | Created by Shane247 - Thursday, December 19, 2019 5:53 AM | Last reply by Mike Urnun (Azure) - Friday, December 20, 2019 7:57 PM -
0 VotesAzure functions slow when starting cold on app service plan with always on
We have an S1 app service plan with 60% memory usage, cpu mostly at 5% with spikes to 15%. We noticed azure functions delays so i created a new function from the portal with an http ...Unanswered | 7 Replies | 332 Views | Created by feugen - Wednesday, December 11, 2019 8:55 AM | Last reply by DixitArora-MSFT - Friday, December 20, 2019 9:50 AM - Items 1 to 20 of 2097 Next ›
Azure Functions announcement
-
Link
A recent update to App Service removed implicit PHP support, causing users’ Azure Functions v1 PHP functions to stop working. A fix will be rolling out with the next App Service update; in the meantime, please manually load PHP into your app’s site/tools folder (accessible by Kudu) as a temporary workaround.
Note that this will reset the php.ini config to its default. Thanks to our users for discovering and reporting this error.
