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 Votes
[Announcement] Microsoft Q&A to replace all English Azure MSDN forums
Azure Functions forum will be migrating to a new home on Microsoft Q&A ! We’ve listened to your feedback on how we can enhance the forum ...
Found 2365 threads
-
0 Votes
Function App stops working after awhile
Hi everybody, i have a problem with some function apps. I have a function app based docker and python, once created the function app and configure it to take the image from ...Proposed | 1 Replies | 1579 Views | Created by Jolver Ardila - Wednesday, May 13, 2020 7:39 PM | Last reply by Mike Urnun (Azure) - Wednesday, June 10, 2020 12:35 AM -
1 Votes
Azure Function App - deploy from pipeline is resulting in no functions shown
Hello, I am working on deploying a single function to a single function app using Azure DevOps CI/CD Pipeline. The function is a timer function running once a day. The ...Proposed | 6 Replies | 4110 Views | Created by Ryan_F_HI - Wednesday, August 14, 2019 8:05 PM | Last reply by Jan Raku - Tuesday, June 9, 2020 8:04 PM -
0 Votes
Getting the error whenever trying to store logs on azure storage using python
I want to store logs on azure blob storage using the Azure function for python. I am able to store it on the local directory but not able to understand how to store it on Azure ...Unanswered | 1 Replies | 1579 Views | Created by Akshay Godase - Sunday, May 31, 2020 7:12 AM | Last reply by sadomovalex - Tuesday, June 9, 2020 3:28 PM -
0 Votes
My function is running but I cannot find it in the portal
I'm new to Azure functions, and i recently created a timer trigger based function. It's running as it sends me periodic slack messages, but I'm in the portal and seeing weirdness. For starters, when I ...Proposed | 1 Replies | 1604 Views | Created by authhero - Saturday, May 30, 2020 1:33 AM | Last reply by Mike Urnun (Azure) - Friday, June 5, 2020 11:45 PM -
0 Votes
Function Filter Attributes & Dependency Injection
Hi, I'm looking at using the FunctionInvocationFilterAttribute to perform some preprocessing before the actual function runs. This all works fine and I ...Unanswered | 2 Replies | 2207 Views | Created by Simon Tooley - Wednesday, May 20, 2020 4:12 PM | Last reply by Simon Tooley - Friday, June 5, 2020 2:33 PM -
0 Votes
Function is not visible inside Function Apps in the Azure portal
Hi Team, I have created a FunctionApp in Azure Portal (Canada central region) and deployed my function from Visual Studio 2019. It published without any error. ...Unanswered | 2 Replies | 1540 Views | Created by Sandeep KV - Tuesday, May 26, 2020 3:10 AM | Last reply by Sandeep KV - Friday, June 5, 2020 2:08 AM -
0 Votes
Why does Azure Functions app lose VNET integration for short times
I was directed here from Twitter. We have a premium functions app plan with multiple function apps. They are all integrated to the same VNET. All resources the ...Unanswered | 2 Replies | 1912 Views | Created by Sami R_ - Wednesday, May 27, 2020 2:00 PM | Last reply by deyanp - Wednesday, June 3, 2020 10:16 PM -
0 Votes
Azure Function with Python
Is there any known issues or limitation in using Python in Function app? or is it at the same level of C#. Any pointer will help. Thanks in ...Discussion | 1 Replies | 1520 Views | Created by Madhu K Nair - Monday, June 1, 2020 5:17 AM | Last reply by SamaraSoucy-MSFT - Monday, June 1, 2020 7:32 PM -
0 Votes
Payment for pre-heated PREMIUM plan
hello, I need to clear a doubt, I will create a server of azure functions PREMIUM, and I was wondering if there is any charge for the preheated instances? If so, what would ...Proposed | 1 Replies | 1313 Views | Created by Alexandre Rodrigues da Silva - Tuesday, May 26, 2020 5:02 AM | Last reply by Mike Urnun (Azure) - Monday, June 1, 2020 6:56 AM -
1 Votes
Cloud Skills Challenge - 5-read-data-with-input-bindings-portal-lab - 500 internal server error
Hi all, I've followed the tutorial more than once ...Proposed | 1 Replies | 1736 Views | Created by Azure CLI commands not working in VSCode-bash - Monday, May 25, 2020 8:17 PM | Last reply by Mike Urnun (Azure) - Monday, June 1, 2020 6:22 AM -
0 Votes
How to delete a blob from a blob storage container in an azure function
I've seen an example of creating a blob in a storage account from an Azure Function, using nodejs. (Forum won't let me use link) I want to do something similar, I want to delete a ...Proposed | 1 Replies | 1899 Views | Created by Eric N. Wilson - Wednesday, May 20, 2020 9:20 PM | Last reply by Mike Urnun (Azure) - Monday, June 1, 2020 6:01 AM -
0 Votes
429 Error when trying to open App Service Extensions
Hello, I've never been able to open Extensions in my App Service; yet opening virtually any other resource in the portal is fine. Request URL: ... -
0 Votes
Upgrade Durable extension
I've used for my Durable Function in Javascript "Diagnose and solve problems". One of the recommended Action is: "This app is using ... -
0 Votes
[Announcement] Azure Functions Forum Migrated to Microsoft Q&A
All MSDN Azure Forums have moved to Microsoft Q&A platform to help our community members to find faster ... -
0 Votes
Azure function API just returning 256 records
Hi, I have created Azure Function Api and this API returning random passwords. I am executing loop 4000 times and calling this API but this API just returning 256 random password ...Answered | 1 Replies | 1445 Views | Created by Sudehely - Wednesday, May 27, 2020 10:29 PM | Last reply by sadomovalex - Thursday, May 28, 2020 2:28 PM -
0 Votes
Azure Function (QueueTrigger) working locally, but not online (Linux WestEurope Hosting)
Need help from the engineering team now... Thanks, and take care! Olivier.Unanswered | 0 Replies | 1036 Views | Created by OlivierDeschuyteneer - Thursday, May 28, 2020 8:51 AM -
0 Votes
Azure Function - error running OpenHtmlToPdf in a Linux App Service plan
I've created an Azure Function that uses OpenHtmlToPdf to convert HTML to PDF. It works fine locally and in a Windows App Service plan, but if I try to run it in a Linux App Service plan I ...Unanswered | 3 Replies | 1701 Views | Created by dfin98 - Sunday, May 24, 2020 12:29 AM | Last reply by dfin98 - Thursday, May 28, 2020 3:58 AM -
0 Votes
Execute azure CLI & kubectl commands from c#
Hi Team, I have requirement to automate some process related aks using azure function. My requirement is to dynamically identify the services in each aks cluster, ...Proposed | 2 Replies | 4939 Views | Created by mebi thomas - Tuesday, May 19, 2020 3:10 PM | Last reply by mebi thomas - Wednesday, May 27, 2020 6:29 AM -
0 Votes
Can I use custom compression in Azure Function?
Is it possible to use any other compression in a Azure Function, than the default GZip? Just like a .NET Core application in a App Service, I would like to use ...Unanswered | 2 Replies | 1818 Views | Created by Jocke Olsson - Tuesday, May 12, 2020 9:58 AM | Last reply by Jocke Olsson - Tuesday, May 26, 2020 8:19 AM -
0 Votes
How to write to Storage with Java Azure Functions? - Challenge with multiple writes to blob
I wrote simple Function, which successfully writes CSV file of storage, but error occur when several triggering occurs close to each others in timeline. I suppose this is about multiple write event ... - Items 1 to 20 of 2365 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.