Configuring Resource-Specific Log Retention for Azure Diagnostic Settings
Azure has announced that the Diagnostic Settings Storage Retention feature is being deprecated (https://aka.ms/diagnostic_settings_log_retention). My logs and metrics in AKS --> Monitor --> Diagnostics Settings are currently being sent directly to…
The Team tab disappears in Teams
The Team tab in my Teams suddenly disappeared and our chat page changed. This has seriously affected our use, how to change back to the original interface?
Shift can't get notifications
We configured Shift for the team and shared it with other members, but members reported that they couldn't receive notifications, even on the Teams web. How to configure Teams Shift to get notified?
Automate daily checks for Azure VMs
Hello, I would like to check the CPU percentage, Disk IOPS, and Memory availability values of Azure VMs daily in an Excel file. I am considering using Azure Automation for this. Is there a script that I can refer to for automating the process of…
How to move the Windows 11 taskbar to the left or right side of the screen?
I have a two-monitor computer setup and recently switched to Windows 11. In Windows 10, I could fix my taskbar to the left side of the screen on my left monitor, and the right side of the screen on my right monitor. However, I cannot find any way to move…
Disable Sign-in to Microsoft Edge in Android through Intune
Hi All, This is regarding the Edge Configuration profile for Android in Fully dedicated device. Goal : Disable the browser sign-in / User shouldn't be asked to sign-in to browser. I've configured in App Configuration policy of Edge to Disable the sign-in…
azcopy copy failure between storage accounts with >10MB blob size
Hi Team, Any ideas how to resolve this?... I am experiencing a problem when trying to copy a blob from one storage account to another when the blob is ~10MB or more. A ~1MB blob works fine. I consistently have success with ~1MB blob size. I…
Connectivity from Azure extension for SQL Server to DPS is not OK
Hi I'm trying to register my machine / on-prem SQL Server instance with my Azure subscription. I've done it two different ways because the first one failed. In both cases the machine seemed to register successfully (it's visible within Azure Arc), but…
How to specify a foreign key on an Entity using Fluent Configuration
I have a many to many relation between a Player Entity and a Tournament Entity. I can set this up using a linking entity called Enrollment (that also records some info on the enrollment like the date of the Enrollment): public sealed class PlayerConfig…
cannot chat with guest
I have a meeting created in a Teams channel - chat only works between members or owners and not with guests.
Dynamic routing with VPN Gateway and with inspection by NVA
I'm searching for possibility to implement a topology like this: Spoke VNETs <====> NVA, for instance FortiGate <=====> VPN Gateway <=====> on-premises To implement this with static routing is pretty straightforward, but has irritating…
Azure VM running windows 2019 unable to update getting errors
Hi All. Currently investigating why a windows 2019 server, configured to automatically update does not work. The VM is hosted in Azure, however I can see the following errors whenever the auto update tries to start. Assessment failed due to this reason:…
How to Decouple Front-End from Back-End with Secure APIs for User Management in Blazor Web App (.NET 8)
Hello, I'm used to creating Blazor Web App projects in .NET 8 with "individual accounts" and interactive render mode set to Auto, with per-page interactivity. The advantage of this setup is that all the account management mechanics are…
MPI error in Azure Batch
In MPI-enabled tasks, occasionally we will get this error: Aborting: smpd on a3315966100000A failed to communicate with child smpd manager If we restart the exact same task it will complete. This seems to suggest that a node has terminated and is no…
Phish submissions to microsoft fail with error: "We did not receive the submission, please fix the problem and resubmit."
Hello everyone, I have a client who is experiencing an error response when performing Admin Phishing Submissions of the Quarantined emails. All previous submissions were okay. No changes performed recently on Exchange Online. Suddenly, when trying to…
SSL Certificate Renewal Not There After Download
We have a Wildcard SSL Certificate which is set to Auto Renew. This appears to have happened as clicking on its overview shows an expiration date of 13 November 2025. It's an App Service certificate but we only use it for our servers. To use it in our…
How do I clear an attribute value using "expressions for attribute mappings in Azure Active Directory" - Revisitng
With Azure Inbound Provisioning I need the ability remove an attribute's value when it is removed from the source of truth. The best I can do is flow a single character value--in this case a space. I can't flow an empty string that would leave an…
Win32 Console Input: How to differentiate between 0xE0 as a Start-Of-Sequence and 0xE0 as the 1st byte of a UTF-8 sequence/as a codepage character?
I use _getch() for reading input character by character, but there seems to be no way to tell whether the next character still belongs to the last read character or not. It seems that there is no way to tell if a 0xE0 is the 1st of two bytes in a…
Can you convert dynamic security groups in Microsoft Identity Manager to static ones that contain all the people that currently fulfil the criteria
We have a set of security groups based on employee data coming in from Workday, but the organizational structure is being updated, which causes these groups to become empty based on the current criteria. As many of these security groups provide access to…
How to copy all tables of a Schema to .csv file format in respective folders
Hi, I am trying to copy all tables of Schema-SALES from SQL Server to .csv file format in ADF and files of each table must copy in respetive folder for example. source (SQL SERVER Tables) SALES.Customer SALES. Address …