How to use Security & Compliance PowerShell with application permissions on Azure Functions
In this article, we’ll connect to Security & Compliance PowerShell on a script run by an Azure Function using certificate authentication.
Application development, architecture design, and security in Microsoft cloud
In this article, we’ll connect to Security & Compliance PowerShell on a script run by an Azure Function using certificate authentication.
In this article, we’ll connect to Exchange Online in a PowerShell script run by an Azure Function using the Function App’s managed identity.
In this article, I’ll give you step-by-step instructions on securely triggering an Azure Function from an Azure Logic App. First, we’ll create the Azure Function app and then integrate it with an existing Logic App while following security best practices.
How to automatically configure SharePoint sites by utilizing SharePoint Site Templates and PnP Templates, executed by Azure resources.
There’s no button in Azure Portal that allows us to stop and start the application gateway on-demand. Luckily, we can do it with PowerShell!
By default, Azure Functions process queue messages in parallel. Usually, parallelism is great but there are some occasions that might require you to process the messages one by one.
In some extranet scenarios, you want to limit external sharing only to the employees of specific organizations. In Office 365, you can do that by configuring a list of allowed domains for guest invites. But what if one or more of your stakeholder organizations have blocked access to other Office 365 tenants via tenant restrictions?