Compliance DashBoard How To export
Dear Team , I want to assed the policy compliance and need to prepare the policies and initiatives and which resources are non compliant as per the assignments. as per the azure portal compliance Dashboard there is no option to export the data and how…
Applying sensitivity labels in Microsoft Outlook Version 1.2024.1023.300 doesnt seem to work
The sensitivity labels are not available to select when using Outlook on the web or 'New Outlook'. They are available in other office apps and in 'Outlook Classic'. This has stopped working for our users within the last week. In the affected app, the…
accessing Shared folders on an Azure VM from on-premise workstation
Hello Team, I have migrated an on-premise server 2016 to an Azure VM. The on-premise workstations are connected via point to site VPN to the Azure server. I have created some shared folders on the Azure VM not any other storage. But I am not able to…
Querying Azure activities with subscription names
Hello, I'm trying to list Azure activities in my Log Analytics workspace, and need the subscription name to be displayed. With my current KQL request: AzureActivity | extend subscriptionId = SubscriptionId | join kind=inner ( …
IIS Express is running, but I get "Connection Refused" Error
I'm developing an ASP.Net Web Form application and an ASP.Net Api. They are two different projects, have nothing to do with each other, but both have problems with IIS Express. VS Studio 2022 is updated, no firewall or virus scanner is…
Managing Multiple VMs on Azure Similar to Workspace One
Hello, I currently manage an infrastructure of approximately 100 VMs. I would like to perform activities on Azure such as: Installing/removing apps Viewing all installed apps on the VMs Adding shortcuts to the desktop Adjusting timezone/date and…
How to add more than 3 email addresses to Defender Dark Web Monitoring
Hello! The Defender App dark web monitoring service in the iOS and desktop apps will not let me add more than 3 email addresses for monitoring. I am able to add 3 email addresses without issue and at one point, I was able to add 5 email addresses and…
Why are my clients recieving a verification request when booking a meeting with me, and can it be turned off?
I have been informed by some clients of an issue when using the book with me link. They are booking a meeting slot, then being told to verify email. When doing this on a phone, they are having to leave the booking to verify, then return to the booking…
How do I add the Outlook plugin to trusted publishers?
Hello. I installed the plugin for Outlook using the GPO. https://github.com/timetheoretical/jitsi-meet-outlook/blob/master/README.md?ysclid=m378fi4g1t980835017 But the first time I start, I get a notification: Can I prevent this notification? It seems I…
Integrate Azure Powershell result into Azure workbook
I want to grab the PITR and longTermRetentionWeeks for all the sql databases in azure and display this along with some other basic values in azure workbook(for example subscription name, resource group name, db name, PITR, etc). Seems these 2 values are…
How to secure my function app using google identity provider
Hi, I have an OOTB function app created using maven azure function arche type Code is similar to https://github.com/azure-samples/azure-functions-samples-java/blob/master/triggers-bindings/src/main/java/com/functions/Function.java The code is not…
Getting Issue while upload files on azure data lake storage
I have two application first application for frontend :- which is responsible to take file from local storage and send that files azure functions via API 2nd application for backend:- which is responsible to take file from form-data (multipart) and…
Support TLS V1.1
Hi We utilize a hardware using TLS V1.1 in a marine search & rescue environment. The hardware used is not upgradable to TLS V1.2 or later. Does Azure have any platform for legacy V1.1 equipment that are unable to transition to V1.2? We would be…
Hybrid Worker PS 7.2 setup
I'm trying to setup our hybrid workers to use PS 7.2 runbooks. I've installed PS7.2 and added the powershell_7_2_path env variable. When trying to start a runbook using the 7.2 runtime, I get the following error: pwsh.exe is not recognized as a command…
Azure SWA when using a sign in flow that has custom connectors redirects back to a 403 page
When I navigate to /event-data I go to a login page from my user flow, which has the google connector attached to it. I see the google button but and clicking it lets me login. when this redirects back to my web app, i land on a 403 page, and…
Taking courses in Coursera; how do I get a free account without providing a credit card?
I'm taking courses in Coursera studying for the DP-203 certification, it requires a free account to use practice exercises on the Azure Portal. What do I need to do to log into the Azure Portal for free with Coursera to run the exercises. This…
How to manage security policies on servers onboarded to Microsoft Defender for Endpoint using Azure Arc
I am relatively new to Microsoft Defender 365 suite and I want to manage some of the on prem servers and workstations on-boarded with Azure arc and configuration manager. After on-boarding the endpoints, I am able to see the endpoints coming up in…
Cannot enable UEBA feature on Sentinel
Hi, I'm having some issues while trying to enable the UEBA feature in a Sentinel instance. When I try to turn the switch ON, I get the following error message: "Updating the Entity Providers failed". I've seen 2 questions related to this…
How to assign Static Private IP address to Network interface of replicated item under Azure Recovery service vault using PowerShell
Using below script to assign Virtual network and static IP to replicated item under Recovery service vault. Script successfully assigns virtual network and static IP to the replicated item as per Job status. But static IP is not reflecting on Azure…
Error in CLI code for retrieving the private IP
Hi, In the lab https://learn.microsoft.com/en-us/training/modules/control-network-traffic-flow-with-routes/6-exercise-route-traffic-through-nva there is an error in the documentation. I couldn't find out how to contribute to a lab in github. Here is…