AKS - Application routing
Hello everyone, I'm encountering the following issue: I have an AKS cluster deployed inside my own VNET using Azure CNI with Cilium, default settings The AKS cluster has application routing module installed on it. I have two Load Balancers created…
ReportViewer Tasks in c# in visual studio
hello, the option to design a new report does not appear in ReportViewer Tasks in c# in visual studio 2022
Cannot delete NetworkSecurityPerimeter
Dear team, I can't delete NetworkSecurityPerimeter. It shows "since Resource Association is present." But I check and I have no resource associated with it. Please help to check
Can an Admin Grant a Subset of Defined Application Permissions in Azure AD App Registration?
I am trying to understand the behavior of application permissions in Azure AD app registrations. Specifically, I have the following concerns: I know that delegated permissions can be handled dynamically based on user consent. However, my focus here is…
Cannot upload csv file for azure migrate discovery
I want to upload my VM information using csv file for Azure Migrate discovery to create assessment. However, I got error message said that my file extension "csv" is not allowed. It's weird since that in this page, I could only select my csv…
Mount Azure storage container to Azure VM (via NFS or ?) while also enabling SFTP to same storage container
How to best write files from an Azure VM to a storage account where the same storage account has SFTP enabled so customers could then retrieve the same files. Ideally the storage account would be mounted using NFS, but the "Q&A Assist"…
[BUG] Windows 11 Disable Group By For All Folders - Gets Re-Enabled
I have been trying to disable Group By feature in Windows 11 File Explorer but it seems to only apply to a single folder. In addition when I go and apply to all folders of this type, group by re-enables itself. Disable Group By: Group By is disabled…

Unable to add tags to an Azure Database for PostgreSQL flexible server
We are trying to add tags to an existing Azure Database for PostgreSQL flexible server. We have tried via the Azure Portal and the CLI, but it will not work. The command I run is: az postgres flexible-server update -n <servername> -g…
Simple mirrored storage space slower than mirrored drive?
(Was sent here from Microsoft community for this question).... I am building a new PC that is both NVR and NAS and has two large (18TB) drives. At the moment it has Windows 10pro but the reason for the rebuild is to upgrade to W11 (its replacing a system…
Intune Script Fails to save Credentials in Windows Credential Manager
I'm trying to deploy a PowerShell/BAT script that stores credentials in Windows Credential Manager via Intune (Devices > Scripts and Remediations > Platform Scripts). It Fails to save Credentials in Windows Credential Manager The intune service…
SERVERPROPERTY('IsClustered') does not return the correct value in a cluster configuration
Hi all! I'm testing some t-sql SQL properties for a data collection project and I got a strange case with the query below: SELECT SERVERPROPERTY(''MachineName') AS [MachineName], SERVERPROPERTY('ServerName') AS [ServerName], …


Mis show azure container app logs
Hi All, I have 4 Azure Container App and setup the same configuration then store one Azure Log Analytics workspace and one Azure Storage account as below: Enable Diagnostics Settings for Each Container App Use command : az containerapp logs show…
How to Grant Team Members Access to View and Download Results from Azure AD Access Review?
I’ve created an Access Review (Identity Governance) in Azure AD. Will my team members be able to see the Access Review and download the results? If not, what roles or permissions do I need to assign them to allow access to the review results?

Issues with Data Protection Keys After Slot Swap in Azure App Service
Running an ASP.NET Core 8 web application on Azure App Service with two deployment slots, staging and production. After deploying a new version to the staging slot, testing it, and swapping it with production, an issue has arisen where every 15–20…
after expanding os disk from 64Gb to 128Gb and fixing the end of GPT table, disk space still not available
how do I assign the extra 64Gb to make it available. The goal is to assign this extra disk space to /opt
application error
A few users have reported the following error. How can we resolve this issue? DDE Server Window: msrdcw.exe application error The exception unknown software exception (0xe0434352) occurred in the application at location 0x00...
RedHat 9.4 VM to SCOM 2019: Error during SSH discovery
Hello everyone, I am trying to add a RedHat 9.4 virtual machine to SCOM 2019. The VM meets specifications (Red Hat Enterprise Linux (RHEL) Server 9 is supported from Operations Manager 2019 UR5 and later) and we have other RedHat 9 VMs running correctly…

Availing Microsoft 365 benefits available on Microsoft for Startups Founder Hub
We are unable to avail Microsoft 365 Business Premium licenses from the Startups Founder Hub. It shows "Cannot redeem this benefit at this time." How can I avail this?
Regarding the automatic chunk splitting behavior in Azure AI Search without explicit configuration
Background Currently, we are using Streamlit along with LlamaIndex libraries to store documents into Azure AI Search. Our configuration is as follows: vector_store = AzureAISearchVectorStore( search_or_index_client=index_client, …
How to increase index file size limit?
Hi, When creating an index using my own documents I saw that the maximum size of file is 16MB. Is there a way to create index from larger files? Or what is the work-around here?