Category: Azure
-
Security Update for HTTP(s) Function Apps
Howdy folks! I have good news! Great news actually, as I think this will let me start to remove the annoying red security warnings on all my HTTP function apps. Thanks to the work of the @NickolajA of the MSEndpointMGR team, there is a new authentication method for HTTP Functions which is more secure than…
-
Using Visual Studio Code to Write, Edit, and Locally Test PowerShell Azure Function Apps
Azure Function apps are great. They are currently (to my knowledge) the only decent gateway to upload or pull information out of Azure from client devices via PowerShell, that is without needing to store things like secret keys directly in your code which obviously you don’t want to do. There are currently two main methods…
-
Saving a Buck by Temporarily Disabling Application Insights
This post will discuss the topic of disabling Application Insights on a Function App when not needed in order to save money. I decided this would be best to have as its own post given the amount of post’s I will likely have around Function Apps. This way, I can easily reference back to this…
-
Using Azure Blob Storage to Host Media for Intune Wallpaper Policy and PowerShell
Gone are the days of storing local media files for use in things like scripts and wallpapers. With Intune, the only option you have to get a piece of media onto a device is packaging a custom Win32 app along side some scripting. While this can often be useful or in some cases the only…
-
Windows Toast Notification Based Password Expiration Reminders
Unfortunately, even as of February 2023, Microsoft still doesn’t have a good solution (or really any solution) to provide employees on Azure joined devices with notifications about the fact that their password will soon expire. This is an unpleasant surprise for anyone who is used to their old local domain joined devices and the simple…
