Sample Event Driven application – that uses Storage Account as a input than trigger Azure Function, uses Computer Vision and store information in CosmosDB. All with help of Event Grid. Fu…Read more
Month: June 2024
Azure Form Recognizer / Document Intelligence Studio – Step By Step #MSBUILD
Complete solution for using Azure Form Recognizer / Document Intelligence Studio. Source code used in this Lab: https://github.com/MariuszFerdyn/AzureAI-Document-Intelligence-Studio—Form-…Read more
Azure Devops Custom (Errors) Messages in emails and Job reports
One of the common feature request for Azure Devops is to have a custom messages in emails. It could be great feature, but currently we have some options – so let’s see them one by one. The…Read more
Build your own Copilots with Microsoft Copilot Studio – Step By Step LAB from #MSBUILD 2024
Learn how you can build your own copilots with Microsoft Copilot Studio. In this workshop you’ll learn how Copilots can be created for use across the business. You’ll also see how you can create custo…Read more
Intune Script that can create new local admin user – helpful if LAPS fails
Remediation script: # Create the new local userNew-LocalUser -Name $newUsername -Password $newPassword -FullName “New User” -Description “This is a new user account.” # Optiona…Read more
Via Intune fix – The trust relationship between this workstation and the primary domain failed
On machine where you see trust relationship is broken, log in using last credentials, but without network. In this way it should be possible. We are saving them to avoid storing AD credentials in Intu…Read more
Azure DevOps Export Variables Group – GUI
As you probably notice there is no GUI to export the Variables Groups, but there is a very nice API that can be called directly from your browser. So simply call https://dev.azure.com/{organization}/{…Read more