Azure Functions
450 Ideas
Vote
Microsoft
8 years ago
Golang support for Azure Functions
C# and other environments are already supported; it would be nice if Go / Golang was one of them. I'd love to handle web requests using Golang + Azure Functions.It could provide the HTTP Requests via the stdin, while the HTTP Response can be given via the stdout. (or whatever those two are called on Windows ;-) )
Declined
FeatureDeclined
Microsoft
Company Response
Please take a look at the custom handlers feature that allows you to write functions in Go. https://docs.microsoft.com/azure/azure-functions/functions-custom-handlers- (Name).
Vote
Microsoft
6 years ago
Support for native Rust Azure Functions
As of February 2019, Azure Functions support native .NET, JavaScript and Python.Could we please have native support to run Azure Functions written in Rust? To host Rust functions currently we have to pay for a Linux App Service plan and embed our functions within a Docker container. This is expensive just to run a few microservices written in Rust.Peter Huene has an excellent project for anyone interest in writing Azure Functions in Rust....https://github.com/peterhuene/azure-functions-rs
Declined
All IdeasDeclined
Microsoft
Company Response
Please take a look at the custom handlers feature that allows you to write functions in Rust. https://docs.microsoft.com/azure/azure-functions/functions-custom-handlers- (Name).
Vote
Microsoft
9 years ago
Enable custom 3rd party authentication providers
Outside of out of the box providers like facebook and google, provide samples and guidance on how to authenticate with others like LinkedIn.
Planned
All IdeasPlanned
Microsoft
Company Response
We have created an early public preview of OpenID Connect support, allowing you to bring your own OIDC provider: https://docs.microsoft.com/azure/app-service/configure-authentication-provider-openid-connectIf you have an OIDC provider you wish to use, we encourage you to try out this path. There are still some rough edges to the preview, but we�re hoping to smooth those out soon.
Vote
Microsoft
5 years ago
Allow Key Vault references to access secrets behind Key Vault Firewall
Key Vault references cannot currently be used to access secrets in a vault that has been configured with Key Vault Firewall / service endpoints.It should be possible to resolve secrets from Vaults configured this way (provided the web app / function app is configured with the right VNET integration).
Planned
FeaturePlanned
Microsoft
Company Response
This is now available for Windows apps. Linux support is coming soon.https://azure.microsoft.com/en-us/updates/general-availability-networking-for-key-vault-references-on-windows-in-app-service-and-azure-functions/