A look at Azure RBAC Constrained Delegation
If you’ve added role assignments in the Azure Portal, you may have seen an extra page in the portal allowing you to specify Conditions for the assignment. It’s been there…
13/11/2023
I’ve been doing some work recently using Azure Storage Queues with Azure Functions to ingest data from a third party. The solution consists of: an HTTP triggered PowerShell Azure function the third party sends data in via HTTP a Storage Account containing a queue that inbound data is loaded onto…