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

Scripts to Report All Backups in Recovery Services Vaults

All VM in Backup: # Import necessary modules # Import-Module Az # Connect-AzAccount # Get all Recovery Services Vaults $recoveryVaults = Get-AzRecoveryServicesVault # Initialize an array to hold backup items $backupItems = @() # Enumerate all Recovery Services Vaults foreach ($vault in $recoveryVaults) { # Set the context to the current vault Set-AzRecoveryServicesVaultContext -Vault $vault […]

Czytaj dalej

Combine AppID from Azure Logs with the Application Name – How to

If we query for AppID from Log Analytics,  like: MicrosoftGraphActivityLogs | summarize NumberOfRequests=count() by AppId | order by NumberOfRequests desc we usually need to combine it with the Application name. So we need to export all Enterprise Applications and App Registrations to csv from: https://portal.azure.com/#view/Microsoft_AAD_IAM/StartboardApplicationsMenuBlade/~/AppAppsPreview/menuId~/null https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps Do not forget about Managed Identities, you can do […]

Czytaj dalej

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

«< 21 22 23 24 25 >»
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