Blogartikel von unseren Mitarbeitenden
-
Query Data from the Application Insights Workspace with the REST-Api
Beitrag lesen: Query Data from the Application Insights Workspace with the REST-ApiWe recently encountered a situation where we needed an Azure Function to run regularly, ensuring it performed its tasks successfully. While we aimed to make the function as reliable as possible, we also wanted to incorporate it into our monitoring system. I figured it couldn’t be too difficult since we’re already using some scripts to…
-
Microsoft Graph Managed Identities
Beitrag lesen: Microsoft Graph Managed IdentitiesHave you ever struggled with using PowerShell modules in function apps to access resources through MS Graph? In this article, we will break down how to add a managed identity to an existing Azure Function App and grant it permissions to Graph. Granting permissions Granting permissions is only possible by using the MS Graph PowerShell…
-
Azure Function App with large PowerShell Modules
Beitrag lesen: Azure Function App with large PowerShell ModulesAzure Function Apps can occasionally encounter challenges in downloading the required PowerShell modules within the 10-minute timeout period imposed by Microsoft during startup. To mitigate this issue, you can preload large PowerShell modules directly into the Function App’s storage, ensuring they are readily available without relying on external downloads during the initialization process. In this…
-
Cisco Meraki WAN Breakout Design
Beitrag lesen: Cisco Meraki WAN Breakout DesignIf you’re managing a network and struggling with limited connectivity options from your ISP, like a single fiber uplink, an ISP router that lacks robust features or only one port with the required bandwidt, this discussion is for you. We’re going to explore how Cisco Meraki switches and firewalls can help overcome these challenges. Our…