#functionapp
Having fun with Microsoft Azure

Working on a fun little PoC project to securely share a password or secret and destroy it after it has been fetched.
Using a FunctionApp and KeyVault
January 8, 2025 at 7:48 PM
We use this task to deploy

- task: AzureFunctionApp@1
displayName: 'iThink Connect Api Deploy'
enabled: true
inputs:
azureSubscription: '${{ parameters.azureSubscriptionName }}'
appName: '$(functions.name)'
appType: functionApp
package: '$(Pipeline.Workspace)/api/drop/api'
March 20, 2025 at 6:20 AM
Originally I was just using the Azure mobile app, but I have a protected SWA that uses a FunctionApp API backend to start the VM. No containers, lives in the VM and I use MCSM to manage which instance is running. Got some ideas to improve it as always. MCSM supports container front end and API.
January 5, 2025 at 11:20 AM
Following my previous post - exploring secure and configurable methods of setting up an Azure Function App as a Backend to API Management. This is part two - utilising Easy Auth to secure access.

Have a read and hope it helps.

andrewilson.co.uk/post/2024/11...

#azure #apimanagement #functionapp
Easy Auth | Function App with Azure API Management
Husband - Father - Principal Consultant at Black Marble. Has a passion for creating software [especially solution integrations] that help others execute their jobs faster and more efficiently.
andrewilson.co.uk
November 14, 2024 at 1:48 PM
Good Monday everyone, looking for something to read? https://buff.ly/2A2UBmZ here my #ReadingNotes about aws #cloud functionapp botframework, &more
November 18, 2024 at 1:17 PM
In my 20+ years of noodling in #SharePoint, this has got to be some sort of unicorn, flying pig, or needle in a haystack. Has anyone seen this exception before, as there was only a single entry in 30 days of logs, from a very busy #Azure #FunctionApp. #SharePoint #SQLServer
January 15, 2025 at 1:31 AM
Good Monday everyone, here some reading suggestions http://bit.ly/2dBnFSE about cloud linq functionapp and more readingnotes
Reading Notes #251
bit.ly
November 17, 2024 at 6:14 PM
Jaliya's Blog: Azure Container Apps: az functionapp create VS az containerapp create --kind functionapp
jaliyaudagedara.blogspot.com/2025/06/azur...

#azurefunctions
Azure Container Apps: az functionapp create VS az containerapp create --kind functionapp
.NET, ASP.NET Core, Visual Studio, Azure, Jaliya Udagedara
jaliyaudagedara.blogspot.com
June 30, 2025 at 6:44 AM
So just did a test, 1 Upload 1 File to SFTP account, it triggers a Log to Event Hub (Standard), which then parses it to Function (Flex Consumption), took roughly 2 minutes, before it appeared in my log output on the FunctionApp, from file creation.
April 15, 2025 at 12:59 AM
🚨Did you notice that #Azure #FunctionApp #PowerShell 7.2 retiring 8 November 2024.
📣Read my #Blog Article how to upgrade with #AZ PowerShell
bit.ly/4doq40t
September 26, 2024 at 8:18 AM
🚨How to deploy #MTASTS with the PS.MTA-STS #PowerShell Module on a #Azure #FunctionApp.
I am proud of working with Jamy Klotzsche to improve the Module and bring MTA-STS for #ExchangeOnline to the next level
bit.ly/4aTo6oa
April 12, 2024 at 6:36 AM
Don't be caught out by the configuration differences in referencing KeyVault with your Logic Apps and Function Apps through Managed Identity. Have a read and hope it helps.

andrewilson.co.uk/post/2025/01...

#azure #keyvault #functionapp #logicapp #azureintegrationservices
andrewilson.co.uk
January 6, 2025 at 12:46 PM
Been exploring secure and configurable methods of setting up an Azure Function App as a Backend API to API Management. The method I have posted about uses the Function Specific SAS key. Have a read and hope it helps.

andrewilson.co.uk/post/2024/10...

#azure #apimanagement #functionapp
Azure API Management | Function App Backend
Husband - Father - Principal Consultant at Black Marble. Has a passion for creating software [especially solution integrations] that help others execute their jobs faster and more efficiently.
andrewilson.co.uk
October 1, 2024 at 12:09 PM