Azure Functions
Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in other Azure services, SaaS products, and on-premises systems. With Azure Functions, your applications scale based on demand and you pay only for the resources you consume. Azure Functions provides an intuitive, browser-based user interface allowing you to create scheduled or triggered pieces of code implemented in a variety of programming languages.
-
OpenAPI from function app v2
Function App v1. could create an OpenAPI (swagger) file. After the change to v2. in the portal creating an OpenAPI file is "not supportet".
Please reinstate this feature
46 votesAdditional work will be done in APIM given our native integration between functions and Azure API management.
-
Display functions in an Function App in alphabetical order
In the portal, when looking at the list of functions in a function app, sort them by name.
3 votesThis is now available in the new portal experience by clicking on the column on the functions list.
-
Add a Function integration output option for Table Storage
In the portal, add a Function integration output option for Table Storage. My requirement is posting low volume IoT sensor readings (~100/day/device) that can be read by Power BI. A database is overkill and too expensive.
2 votesThis should be possible today:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table#output -
Don't show region warning during new app setup when not relevant
When creating a new Function App I select a storage account which I know is in the same region as the new app. The portal still shows me the attached warning which causes me to doubt myself and go off and check the storage account before proceeding. If I select an existing storage account which is in the same region I'd expect this message not to be shown.
2 votesThis should be resolved now. This is more of a bug than a feature request, in the future please track on our GitHub https://github.com/Azure/Azure-Functions
-
Ability to mark Application Settings as Slot Settings
The Slot Settings checkbox is not there. So when swapping occurs, all the Application Settings get swapped. It would be great if we can mark some settings as slot settings, similar to the normal Web Apps settings page.
2 votesSlot settings should be available, please let us know if any issues are encountered.
-
[preview UI bug] New Function app creation tool does not set node version at all
New function app deployment UI(https://portal.azure.com/#create/Microsoft.AppServiceFunctionAppCreate) does not set WEBSITENODEDEFAULT_VERSION setting for runtime even if Node.js is selected as runtime stack.
Because of the missing setting multiple errors are generated when using portal and when trying to create functions.
Not sure if it should set some minor version(10.14.1) like the old UI does, major version (~10) or ask user input.
1 voteThis is fixed.
As an aside, in general bug reports like this should go on GitHub – UserVoice is more for feature requests.
—Colby
-
I found a bug on Function App Configuration Page
I found a bug in Function Apps configuration page on Azure portal.
There is a spelling mistake of "Capture".
Please find attached screenshot for the same.Note - I found this on 10-April-19 and asked one of your customer support on chat where to report this, he suggested me to send this on AzurePortalChat@microsoft.com . Later when I didn't get response even after reporting this I sent a reminder for update, then one of the Customer support replied saying this is unmonitored inbox.
1 voteThank you for reporting this.
Fix is live in prod.
-Byron
-
Select existing Application Insights ressource on Azure Functions creation
It is a real pain to create a new function using an existing App Insights ressource:
1. Create function with Application Insights enabled
2. Wait for the function to be created
3. Go to Azure functions -> platform settings -> all settings -> application insights
4. Press "change" to bind the function to an existing App Insights resssource
5. Go to App Insights
6. Locate the newly created default App Insights ressource for the function and delete it1 voteYou can now select an existing Application Insights instance when creating your Function Apps!
Merry Christmas!!!
Alex -
Please add a 'Create' or 'Add' button on Function apps page
I wanted to create a new function app. As a new user who has not done it before, I clicked on 'All services' and then selected ''Function apps' under 'Compute'. Function app page opened but I could not find a Create or add button. All that I could see were already created function apps.
I tried the same path for other services like virtual machines and Container services but they all had an option to add a new one.
When I looked at the docs to create a function app, I found that it is achieved by going to 'Create…1 voteThis is now supported and changes should be live in production. We have a new Functions Browse that implements the standard patterns and support +add function app.
- Byron
-
Change "last ran" approximation in Monitoring page to absolute time
At present the Monitoring page in the Azure Functions portal shows an approximation of the last time the function was run.
5 minutes ago, 2 hours ago, 3 days ago...
It would actually be more useful to have an absolute date/timestamp there, so that it's easier to tie up with other things, and if you're looking for a particular entry manually, you often know approximately the time it was made.
I know that Application Insights has all this information, but sometimes, a quick look in the Monitoring page for a function is way simpler and faster, than going through all…1 voteThis has been completed!
Thanks for the feedback!
Alex
Azure Functions Team -
Please change either Microsoft Azure Functions Creation Link ( or ) Link Explaining Azure Functions.
Dear Microsoft Friends,
As mentioned in your website (
https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function ) thru link ( https://functions.azure.com/signin ) functions can't be created.So request you change the either Azure functions portal link or Link Explaining Azure Functions, which ever may be easier to you.
For more info refer attachment.
1 voteIf you log in to a valid Azure Subscription, you should be able to navigate to Function Apps and create new functions.
Note that the documentation article has been updated and references the regular Azure portal. See https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function.
-
First-class connection string picker for Event Hubs
Now to add the connection to event hub from my own subscription- I would open one more browser windows to copy-paste connection string... make this experience simpler... I would like select event hub from some dropdown
1 voteHi,
Per referenced GitHub issue, this has been completed and is live!
-Colby
- Don't see your idea?