Wiedza
  • 0 Koszyk
  • Kontakt
  • Moje konto
  • Blog
  • MOC On-Demand – co to takiego?
  • MOC On-Demand – Co zyskujesz?
  • Kursy MS

Sample Event Driven application – Storage Account, Azure Functions, Computer Vision and CosmosDB

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.   Full source code: https://github.com/MariuszFerdyn/Build-and-deploy-serverless-apps-with-Azure-Functions-and-Azure-AI

Czytaj dalej

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-Recognizer

Czytaj dalej

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 code: – task: Bash@3   inputs:     targetType: ‘inline’     script: |       echo “##vso[task.logissue type=error]Hello world!”       echo “##vso[task.complete result=Failed]” produces the following report (we see the message), and email (we […]

Czytaj dalej

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 custom plug ins that can integrate with custom solutions. We’ll then show you how you can use Generative AI for even […]

Czytaj dalej

Intune Script that can create new local admin user – helpful if LAPS fails

Remediation script: # Define the new user’s username and password $newUsername = “mfmfmf” $newPassword = ConvertTo-SecureString “xxxx” -AsPlainText -Force # Create the new local user New-LocalUser -Name $newUsername -Password $newPassword -FullName “New User” -Description “This is a new user account.” # Optionally, add the user to a group (e.g., Administrators) Add-LocalGroupMember -Group “Administrators” -Member $newUsername […]

Czytaj dalej

«< 14 15 16 17 18 >»
Projekt i wykonanie: Mobiconnect i fast-sms.net   |    Regulamin
Ta strona korzysta z ciasteczek aby świadczyć usługi na najwyższym poziomie. Dalsze korzystanie ze strony oznacza, że zgadzasz się na ich użycie.Zgoda

Added to Cart

Keep Shopping