Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
Get network category name (private/public/domain) from WPF with C# (.NET 7)
In PowerShell I can use Get-NetConnectionProfile to get the NetworkCategory (private/public/domain). How can I do this from C# from a WPF app. I can see there are some examples using NetworkInformation.GetConnectionProfiles(); but that appears to be for…


Web app becomes unresponsive when deploying new version to staging slot
We have an Azure App Service, running two virtual applications: an ApiServer and a Web application. Since a few weeks it seems we have a problem when we run a deployment from an Azure Devops Release pipeline to the staging slot. The Web application in…


Latest changes not reflecting in azure app service
Hi, I am facing an issue where the latest changes are not reflecting in the azure app service after I push from the azure repo. I am using azure repo and do not have any pipeline setup on it. I am using Laravel application so trying to deploy it. I…


Process.Start does not work anymore
I have a simple code that used to work, but it does not work anymore. Process.Start("Some Website Address"); Also, the code below works: Process.Start(@"C:\Program Files\Google\Chrome\Application\chrome.exe", "Some Website…


Unable to view logs on a function app using FastAPI synchronous routes
python 3.9 azure-functions 1.11.2 fastapi 0.82.0 Function app runtime: 4 I wrote a very simple function with a single FastAPI route to test how logging works. The code I wrote is as follows: import azure.functions as func from…


How to solve an error in model profiling where it is not recognizing the profile attribute provided by model library?
AttributeError: type object 'Model' has no attribute 'profile' when I am trying to profile my custom model


Use BLE protocol with Azure Kinect
Hello, Can I use the BLE protocol with the azure kinect examples ( the FastPointCloud for instance ) to send data ( like the coordinates of detected points ) to an external mobile app ? Thanks


how to add teams meeting add-on back to my pc
Hi team, I need your help, my outlook removed the teams section from my calendar, i am unable to create any teams meeting for work and its really important. Would you mind assisting me? Many thanks, shahd
Why slow response latency in Azure APIM when it is located in a nearby region and the CDN is enabled at backend Blob storage?
Methodology: Spawned 2 APIMS: one in East Us and other in Southeast Asia. In each APIM, the same Azure storage is configured as the web service URL (https://<storage-account-name>.blob.core.windows.net/). For the testing purposes, one GET…


I'm trying to link an Azure APIM API to my static web site, but I'm getting a 404 from /api/
I've created several APIs in APIM which I can test independently and they work as expected. However, when linked to my Static Web App, it is getting a 404 because the static webapp is proxying to the APIM url with the extra "/api" in the URL…


Unable to start Azure Cosmos DB for Mongo API using the emulator on Docker for Linux (Preview)
Hi, I've been struggling to start Azure Cosmos DB for Mongo API. I am using docker for desktop with WSL2 based engine to deploy the emulator using the following docker-compose.yml. version: '3.9' services: local-cosmosdb: …


Binding a pc to AD through Hyper V
I have been learning how to set up and use AD by watching some videos on skillshare.com. While it is a bit out of the scope of the tutorial I'm watching, I'm trying to bind another pc to AD & I can't get it to work. I'm running Windows Server 2022 in…


cost free etl azure
Hi, i am new to auzre. ¿is there a free cost etl? the bbdd is a microsoft sql server. thank you for your help


How do you gather everyone's feedback in Approval App
I am just starting to use Approval App via the Hub. Is there a way to gather everyones decisions wheter or Approve or Reject? It seems that regardless of whether or not I have Require a response from all recipients enabled, as soon as one person…


When will PowerShell 7,1(preview) be released for GA for Azure Automation runbooks?
Is there a date for the GA release of PowerShell 7.1 for use in Azure Automation runbooks?


Analysis Services X Synapse Analytics
How to migrate Analysis Services for Synapse Analytics


Azure App Service - Memory Consumption
Hi, I am in the process of migrating on-prem Tomcat Java webapps to Azure App Services. Currently, we have 30 web applications running on a tomcat with 6GB of allocated memory (4GB heap, 2GB permgen). However, we have deployed only 9 webapps on azure,…


How to call the server map path filename that generated randomly
This is a C# code for a Web Form page named "upload.aspx" which allows the user to upload a PDF file and store it in the server. The file uploaded must be a PDF file, and all the text boxes must be filled before submission. The file name is…
Configuration for environments
In SWA there does not appear to be any programmatic way to set the configuration for any environment other than whats in the production environment via: `` az staticwebapp appsettings set -n ${{ env.SWA_NAME }} `` Is there a way I can achieeve this via…


Split a string from a table in a txt
Why doesn't it split/ remove the other two values in front of the searched value? I only need the value after ttt. Auto Fahrrad Roller ------------------…

