AMA
47 TopicsExecute Azure Function using ADF activity and AAD Login
We are trying to execute an Azure Function (HTTP type) using Azure Data Factory (ADF). The Function App has the App Service Authentication set as "On" and the action to take when request is not authenticated is set as "Log in with Azure Active Directory". If we have this configuration in the Function App, is it possible to execute the Azure Function from ADF? We configured the Azure Function and Active Directory App by following this documentation: Configure your App Service or Azure Functions app to use Azure AD login We aren’t using a web app and maybe that’s the confusing part when trying to follow the steps from the documentation. ADF is the one that needs to authenticate when trying to access/execute the function. Do you know anything about this type of configuration?11KViews1like12CommentsAnnouncing a Serverless and Azure Functions AMA!
We are very excited to announce a Serverless & Azure Functions AMA on October 29! This is the third in a series of AMAs around Azure, all held here in the Tech Community in this discussion space, coinciding with the Microsoft Azure Hack for Social Justice event. Upcoming dates/events are below: November 5 - App Services & Static Web Apps The AMA will take place on Thursday, October 29, 2020 from 9:00 a.m. to 10:00 a.m. PT in the Azure AMA space. Add the event to your calendar and view in your time zone here. An AMA is a live online event similar to a “YamJam” on Yammer or an “Ask Me Anything” on Reddit. This AMA gives you the opportunity to connect with cloud solution architects who will be on hand to answer your questions and listen to feedback.6KViews6likes8Comments6/10 - Azure Application Services AMA!
We are very excited to announce an Azure Application Services AMA! The AMA will take place on Thursday, June 10, 2021 from 9:00 a.m. to 10:00 a.m. PT in the Azure AMA space. Add the event to your calendar and view in your time zone here. An AMA is a live text-based online event similar to a “YamJam” on Yammer or an “Ask Me Anything” on Reddit. This AMA gives you the opportunity to connect with Microsoft product experts who will be on hand to answer your questions and listen to feedback. The space will be open 24 hours before the event, so feel free to post your questions anytime beforehand during that period if it fits your schedule or time zone better.5.4KViews2likes7Comments6/8 - Low Code Application Development AMA announcement!
We are very excited to announce a Low Code Application Development AMA! The AMA will take place on Tuesday, June 8, 2021 from 9:00 a.m. to 10:00 a.m. PT in the Azure AMA space. Add the event to your calendar and view in your time zone here. An AMA is a live text-based online event similar to a “YamJam” on Yammer or an “Ask Me Anything” on Reddit. This AMA gives you the opportunity to connect with Microsoft product experts who will be on hand to answer your questions and listen to feedback. The space will be open 24 hours before the event, so feel free to post your questions anytime beforehand during that period if it fits your schedule or time zone better.4.7KViews4likes1CommentSlow initial run of Azure functions
We see very slow initial run of Azure functions, is there any way to improve this? For example, an event hub triggered function where no events have been sent for a number of hours. When the next event comes through the startup time of the function can be minutes4.7KViews0likes2CommentsAzure Function Keys
Planning to design a simple azure function for multiple clients. each client will have a separate function key. In Serverless Function, I want to write a custom security check ( extra layer), to ensure that key is passed from desired tenant or client only. Hence I want to check, Key name of the value being passed while calling the function. Example: Function Name : SecureFunction Authentication : Function level Security Keys Client1 : Key1 Client2 : Key2 User Calls SecureFunction with Key2 ( using x-functions-key header) : I want to derive the keyname of passd key Expected output is Client24.2KViews0likes3CommentsMonte Carlo Simulations using Durable Azure Functions
Apologies, this question is rather general as I still need to get around prototyping this, but you experts may have a good feel for whether it's feasible or not, and where issues may crop up 🙂 Azure Batch is typically mentioned when searching around for running Monte Carlo simulations in Azure...but in terms of PaaS, would using the Fan Out pattern in Azure Durable Functions be a feasible approach?3.4KViews1like4Comments