292,286 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Symbol file for UWP app

A UWP app dump file was created with the Task Manager: my_app.dmp. I found the symbol file generated by VS for this app: E:...\my_app.UWP\bin\x64\Release\Upload\my_app.UWP_4.6.100.0\my_app.UWP_4.6.100.0_x64.appxsym I add the above path to the Symbol File…

Universal Windows Platform (UWP)
asked 2024-05-17T18:28:18.6533333+00:00
Hong 1,121 Reputation points
commented 2024-05-17T21:07:18.1733333+00:00
Michael Taylor 48,981 Reputation points
2 answers

How to dynamically change the port listened by Webserver in. NET when the Webserver is running

I created a NET 8 Console Application to create a WebServer and make it a Windows Service, in Program.cs, the code implementation is as follows var webOptions = new WebApplicationOptions() { Args = args, ContentRootPath =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,438 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
asked 2024-05-15T07:45:43.5233333+00:00
Aspire 81 Reputation points
edited an answer 2024-05-17T21:04:43.34+00:00
Can Kucukgultekin 0 Reputation points
1 answer One of the answers was accepted by the question author.

what trigger/action should I use to validate an incoming webhook?

I get an error code of 400, when I test the URL of my Logic App from my dbt webhook. I am not sure on how to validate the webhook. The examples I've seen, uses a trigger which I do not see in my tenant.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,887 questions
asked 2024-05-15T20:24:38.7666667+00:00
George, Derick 20 Reputation points
commented 2024-05-17T21:00:32.8666667+00:00
George, Derick 20 Reputation points
3 answers

ASP.NET Core MVC pass a url parameter to the POST

Hi all; I have a Blazor Server app. It uses the ASP.NET Identity Library which is ASP.NET Core MVC. I am trying to pass a parameter to register so a URL like /identity/account/Register?follow=uniqueId gives me the parameter follow=uniqueId. In…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
asked 2024-05-16T21:33:20.59+00:00
David Thielen 2,286 Reputation points
edited an answer 2024-05-17T20:57:01.1166667+00:00
Can Kucukgultekin 0 Reputation points
1 answer

Trying to install clean Windows 11 and getting all these bsods and can't get to install

I am trying to do a clean windows 11 pro install and i am running into all the bsods; "attempted execute of no execute memory or KMode exception or system thread not handled or page fault in non... or secure kernal error or driver irg etc etc…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,358 questions
asked 2024-05-17T20:44:29.2133333+00:00
UNC1RLM 0 Reputation points
answered 2024-05-17T20:56:03.5366667+00:00
Michael Taylor 48,981 Reputation points
1 answer

How can you tell if avd is classic or not?

How can you tell if avd is classic or not? the migration doc says "azure Virtual Desktop (classic) isn't integrated with Azure". and that is uses azure objects. how do you determine if it is integrated with Azure and using azure objects or not?…

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,382 questions
asked 2024-05-15T22:28:25.8933333+00:00
Colby Stirland 0 Reputation points
commented 2024-05-17T20:44:19.6466667+00:00
Colby Stirland 0 Reputation points
1 answer

Powershell script to find freespace available on disk and send email

Here is the code and I am getting email The F: drive is below 150 GB and only at 0 GB - Please resolve, but that is not true. F drive is not low in space $disksize = $null $limitGB = $null $freeSpaceGB = $null Parameter $limitGB = 150 $disksize =…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,128 questions
asked 2024-05-16T19:51:18.0666667+00:00
Avyayah 1,251 Reputation points
commented 2024-05-17T20:41:48.92+00:00
Avyayah 1,251 Reputation points
1 answer

Private DNS resolver is unable to be assigned to a VNet in the same region

I'm setting up a private resolver for a VNet in the same geographical location (North Central US): When assigning which VNet to assign the resolver to in the Azure portal, the VNet for which I need the resolver is not available as a destination even…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
603 questions
asked 2024-05-17T17:32:35.2366667+00:00
Neil Womack 0 Reputation points
answered 2024-05-17T20:28:15.8066667+00:00
ChaitanyaNaykodi-MSFT 23,341 Reputation points Microsoft Employee
1 answer

Request Entra ID Access

Hello, We recently took over a legacy application from a customer that uses MS Entra ID (formerly Azure AD) to manage their RBAC. The previous company had access to it, and now we also need access to the Entra ID. The admin from our client mentioned that…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,765 questions
asked 2024-05-17T12:30:43.4966667+00:00
Julian Martino 0 Reputation points
edited an answer 2024-05-17T20:26:00.93+00:00
Akpesiri Ogbebor 75 Reputation points
1 answer

AD B2C: Where is Documentation for `{service:te}` In a Custom Policy Technical Profile?

There are serval examples throughout the AD B2C documentation that utilize {service:te} as the value for the client_id. The following example was taken from here. <TechnicalProfile Id="JwtIssuer"> <DisplayName>JWT…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,765 questions
asked 2024-05-17T18:02:14.5066667+00:00
AdamHilton-6671 0 Reputation points
answered 2024-05-17T20:25:24.76+00:00
James Hamil 22,186 Reputation points Microsoft Employee
1 answer

Azure portal Function apps and Cosmos DB UI changes

I have reader access and today I noticed that the Azure Portal UI functions under Function App have changed. It is no longer possible to see the overview option for a specific function. Additionally, I noticed that under Monitoring for CosmosDB, the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,351 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,466 questions
asked 2024-05-17T19:08:14.71+00:00
Rafael Silva 0 Reputation points
answered 2024-05-17T20:24:14.6366667+00:00
Ryan Hill 26,156 Reputation points Microsoft Employee
1 answer

How to build Visualization charts for complex Json data stored in Azure Cosmos DB

Hi, We have a use case to build Visualization Dashboard(charts) on top of complex Json data stored in Azure Cosmos DB. we tried with different approaches 1)we have done some research regarding MongoDB Atlas which has inbuilt feature to develop charts but…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,466 questions
asked 2024-05-08T13:13:15.2533333+00:00
Sathya Sai Cheetirala 0 Reputation points
commented 2024-05-17T20:22:27.5+00:00
GeethaThatipatri-MSFT 27,887 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Got a scary email about data scheduled to be deleted from my Azure instance

The email states to following: Upgrade by May 20, 2024, to save your data and keep building in Azure You’re receiving this email because your free credit has expired. The data and services associated with your Azure account will be deleted on May 20,…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,099 questions
asked 2024-05-13T18:08:39.61+00:00
vroberts 20 Reputation points
commented 2024-05-17T20:11:41.28+00:00
Volker Grünauer 0 Reputation points
1 answer

Unble to reschedule my AZ-104 exam

Hello, I am trying to reschedule my next AZ-104 exam, and unable to access certification menu as it was mentioned in your help. How to get there please, in order to reschedule my next exam,comming in next June, 15th ? Thanks for your help. Omar

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,386 questions
asked 2024-05-17T19:58:48.8466667+00:00
Omar Meghari 0 Reputation points
edited the question 2024-05-17T20:09:08.3233333+00:00
Andreas Baumgarten 98,446 Reputation points MVP
3 answers One of the answers was accepted by the question author.

Need windows xp update

Hello Everyone, I am in desperate need to locate a windows XP update KB969442. I understand that is XP is no longer support it and I no longer want to support these machines, but my customers now are unable to swap to windows 10 due to custom…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,491 questions
asked 2022-07-14T16:17:48.02+00:00
Eric Lopez 61 Reputation points
commented 2024-05-17T20:00:40.23+00:00
sgtkeebs 11 Reputation points
1 answer

How is the scope of the permission defined? GroupMember.ReadWrite.All

GroupMember.ReadWrite.All The application permission is defined as: Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,765 questions
asked 2024-05-17T19:32:06.3+00:00
Ingling, Allen 0 Reputation points
answered 2024-05-17T19:54:57.8566667+00:00
Andy David - MVP 142.6K Reputation points MVP
19 answers One of the answers was accepted by the question author.

How to Delay Delivery for All Messages in New Outlook (Outlook Version 1.2023.607.100)?

Before switching to New Outlook (Outlook Version 1.2023.607.100) I had delayed the sending of all messages by one minute. On New Outlook I can't find that option anymore. I tried to create a rule but "defer delivery by a number of minutes"…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,077 questions
asked 2023-06-19T16:26:24.7733333+00:00
LBL 450 Reputation points
commented 2024-05-17T19:54:32.9833333+00:00
Chris Donnelly 0 Reputation points
2 answers

ATLAS-404-00-001 on catalog API v2

Hello, There is a weird behavior of the Purview API related to the management of the managed attribute groups, aka businessmetadata typedefs in ATLAS. We're using REAST API calls from python to add (POST) a new managed attribute group using a json input…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
953 questions
asked 2024-04-22T14:14:32.39+00:00
Adina Mihailescu 0 Reputation points
answered 2024-05-17T19:50:42.1466667+00:00
Adina Mihailescu 0 Reputation points
1 answer

how to use sqlite views in.net maui

I have created 2 tables and a view in sqlite database. I also created a class for view including both table fields. Now I want to use this view in .net maui. Is it possible. Please explain how to do this. Thanks.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,959 questions
asked 2024-05-17T17:39:02.0833333+00:00
Babu R 81 Reputation points
answered 2024-05-17T19:48:03.15+00:00
Bruce (SqlWork.com) 57,481 Reputation points
2 answers One of the answers was accepted by the question author.

implementing github actions for ci cd not publishing eShopOnWeb app, tutorial

Following: https://learn.microsoft.com/en-us/training/modules/learn-continuous-integration-github-actions/10-implement-github-actions-for-ci-cd The app shows: Your web app is running and waiting for your content Your web app is live, but we don’t have…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,008 questions
asked 2024-05-09T14:39:02.8+00:00
Fernando Roa 20 Reputation points
commented 2024-05-17T19:45:58.3633333+00:00
Fernando Roa 20 Reputation points