color doesn't show, wrong color selected
I am building an app with WinUI (Is not very pleasant) anyway have a model, that represents color, but when I bind, I don't see the colors, and when I select the color is not the correct color namespace NanoFlow.Model { public class ColorOption(Color…
I'm the only admin for a workplace 365 Business Premium account and cannot access my authenticator app
I am the only admin for a 365 Business Premium account via the Microsoft Tech for Social Impact program. I did something with my authenticator app on my phone and am no longer able to access it. I've tried different things but each time end up having to…
AKS cluster cannot create succeed in own vnet/subnet
ProvisioningState/failed/VMExtensionProvisioningError
Azure VPN Client - Entra Authentication - Disconnecting every hour again
We have had this issue come up repeatedly over the last couple years, and this is the pattern: A particular verison of the Azure VPN client will be released that has issues with disconnecting every hour. After a little while there is an updated version…
Volume Snapshots Fail on AKS with 502 and/or timeout or HTML error page
Volume snapshots are failing repeatedly, sometimes with 502 or HTML-based error pages from Azure, here's an example: Warning Error 6m24s cloudnative-pg-backup snapshot backup failed: Failed to create snapshot: failed to take snapshot of…
Validating user's input format is not working
Our requirement is to ask users to create a password with the following format: First letter of firstname+First letter of lastname+2 digits of month+2 digits of day+4 digits of year. For instance, a user with the name of John Doe, born January 1, 1900…
How to back up my emails in Microsoft Outlook online
I use the online version of Microsoft Outlook for emailing. I would like to know how to back up my emails. Thanks.
Building promptflow as docker has missing dependencies that cause llm node to fail
I followed this tutorial in order to dockerize my prompt flow. Error occurs both in vs code plugin GUI https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00MDA0MzA3LTUzMzE0NmlBOTE0NjI0MkQ1NEE4M0NB?revision=15 as well as in CLI when one tries…
Typo on an MS Learn page
In the chart listing the number of IP addresses for an AzureBastionSubnet (10.0.30.0/26 in the example), it's listed as having 26 available IP addresses. I believe that should be 59. This question is related to the following Learning ModuleURL…
EOF Occurred in Violation of Protocol / Timeout Error in Azure Document Intelligence for Specific PDFs
Encountering issues when using Azure Document Intelligence to parse certain PDF files. The errors received are: EOF occurred in violation of protocol (_ssl.c:2417) Timeout error These errors only occur with specific PDF files, while others process…
Shell child screen navigability MAUI
¿What is the best way to navigate between a stack of screens whose root is a Shell type screen? ¿It is recommended to use ContentPage.Navigation.PushAsync() in applications that implement Shell?
I have deleted lots of blobs but the metrics (and cost) didn't get updated
Hello, Over the last 7 days, I have deleted over 787M blobs on my storage account. But I see no change in the blob count metric or in the daily billing for data stored in that storage. I have no soft-delete or snapshot enabled on the storage. …
M365 Business Premium - contains Windows license or not?
We are trying to find out the final answer, does M365 Business Premium contain Windows Pro/Business license or not. From M365 Admin Portal, I see that Windows Business app is available for users assigned with premium license, but this article says that…
![](https://techprofile.blob.core.windows.net/images/iyN8gQFAAwAAAAAAAAAAAA.png?8DC6DB)
In-Place windows Server Upgrade from Win 2019 to Win 2022 or Win 2025.
Have read in the past "Microsoft does not recommend performing an in-place upgrade of any server, as it can cause compatibility issues, performance degradation, and potential data loss. A clean install is the preferred method, as it ensures a fresh…
Help with IF Function in Excel
I need help with an IF function if that is what makes the most sense for the following scenario: In Sheet 1, I have a list of User IDs In Sheet 2, I have the same list of User IDs, but they could be listed multiple times in the same column In Sheet…
Outlook Classic and 365 Subscription
I am using Outlook classic to view old emails. I do not need Outlook classic to send or receive emails. If I cancel my trial subscription to 365 will I still be able to use Outlook Classic to view old emails?
Azure Data Factory - Copy data from AWS Redshift to Azure Synapse - Failed to connect error
Hi, I am trying to copy a table of data from AWS Redshift into Azure Synapse, below is the JSON code from the data factory: { "name": "pipeline1", "properties": { "activities": [ { …
AKS/Docker: I am processing PDF's as large as 5,000 to 10,000 pages for OCR. I'm trying to run the pages concurrently in groups of 50 but running into a situtation where the memory goes to 10GB for a 200MB file.
I am processing PDF's as large as 5,000 to 10,000 pages for OCR with 200 MB files. I'm trying to run the pages concurrently in groups of 50 but running into a situtation where the memory goes to 10GB for a 200MB file. I've tried cleaning up the…
How does Visual Studio decide on the field names in a C structure when doing a quick watch on the structure?
Programming in C. I was curious how/where Visual Studio is determining the field names of a structure when one does a quick watch on the pointer to the structure's memory. The reason is a bit odd but here it is: we have a client facing structure that…
I need to avoid indefinite number of retries of durable function orchestrations
I wrote an Azure Function App with Durable Functions. While testing with a large dataset, I realized that the functionTimeout value was 10 mins. This caused some of the orchestrations to timeout. Thus began an indefinite number of retries of the failed…