53,698 questions

Sort by: Updated
0 answers

WSUS sync failing with "The request was aborted: The operation has timed out" error

My WSUS sync has been failing with the following error message for the last few days: Sync failed: The request was aborted: The operation has timed out. Source: Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse…

Microsoft Configuration Manager
asked 2024-04-30T13:05:06.24+00:00
Touris Jade 20 Reputation points
0 answers

Postman to Sharepoint REST callout giving Error: read ECONNRESET issue

Per my test, the Permission Request XML in the article is incomplete. The correct XML should be like following <AppPermissionRequests AllowAppOnlyPolicy="true"> <AppPermissionRequest…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,650 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,672 questions
asked 2024-04-30T13:03:11.8133333+00:00
subrahmanyam Balu 0 Reputation points
edited the question 2024-04-30T13:03:56.04+00:00
subrahmanyam Balu 0 Reputation points
0 answers

Azure APIM Rate limiting for IP address

Hi All, I am trying to set rate limit based on IPAddress i found the below one but this is not working in my case since i have App Gateway and APIM reciving App Gateway backend Ip as IPAddress is their anyway i can get IPAddress from App Gateway and set…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,755 questions
asked 2024-04-30T09:45:37.92+00:00
Amoghavarsh Patil 20 Reputation points
edited a comment 2024-04-30T13:01:20.1633333+00:00
JananiRamesh-MSFT 21,246 Reputation points
0 answers

What is the default value for the face recognition model when creating a new Group Person?

I'm working with the Azure Face API service for face recognition and identification. Most of my implementation is complete, but I've encountered an issue while creating a new Person Group. I'm passing the recognitionModel parameter, but it's being…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
152 questions
asked 2024-04-23T14:26:57.12+00:00
Jose Ismael Vasquez Mendoza 0 Reputation points
commented 2024-04-30T13:00:45.0333333+00:00
romungi-MSFT 42,191 Reputation points Microsoft Employee
0 answers

WPF Select All Checkbox in a DataGrid DataBinding (Using Xampp, SQLYog, ODBC Driver)

Hi! Everyone I have been searching and integrating all checkbox multiselect from the answers I found online, and I l learnt so much, whether they use MVVM Light tollkit and Non-MVVM approach. All of them runs in different way but all are fulfilled the…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,674 questions
asked 2024-04-30T06:36:42.5033333+00:00
Superbia15 0 Reputation points
edited a comment 2024-04-30T12:59:32.8866667+00:00
Superbia15 0 Reputation points
0 answers

Hot to Fix The exception 'GenericArguments[0], 'PizzaStore.PizzaDb', on 'Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory`1[TContext]' violates the constraint of type 'TContext'.' was thrown while attempting to find 'DbContext' types.

I'm studing the module 'Exercise - Use the SQLite database provider with EF Core' (https://learn.microsoft.com/en-us/training/modules/build-web-api-minimal-database/5-exercise-use-sqlite-database), but when I try to set up the SQLite database to my…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
4 questions
asked 2024-04-30T12:35:31.8633333+00:00
Raphael Soares 0 Reputation points
commented 2024-04-30T12:56:28.64+00:00
Pradeep M 390 Reputation points Microsoft Vendor
0 answers

how to activate email domains?

We have added 20+ email domains and set the name servers. Only few are working while rest are not working. My question is how can I activate those domains? I have share the screenshot as well. Thank you

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
596 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
943 questions
asked 2024-04-30T12:52:51.33+00:00
Hanan Ali 0 Reputation points
0 answers

Azure Synapse alert for Dedicated SQL Pool

How can I properly set up an alert for a Dedicated SQL Pool in Azure Synapse for CPU Utilization? I want the alert to trigger if the CPU Utilization is more than 90% for an hour continuously. I have set the "check every" to 1 hour and…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,807 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,380 questions
asked 2024-04-30T12:44:02.4566667+00:00
Addy 0 Reputation points
0 answers

.NET - Azure Function - Azure service bus repeat call

I know this may be a trivial question, but I'm not sure what to do. I am using Azure Service Bus together with MassTransit. I have two services. Service1 is a WebApi application, and Service2 is a couple of Azure Functions units that respond to service…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
547 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,279 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,386 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,261 questions
asked 2024-04-30T12:43:43.5633333+00:00
Petr Klekner 40 Reputation points
0 answers

How to add an external library to a C# azure functions application?

Hi there, I am trying to use a JavaScript based library in my azure functions application. I copied the file in the root directory of the app and deployed it successfully on Azure but the moment I reference it in the Index.html file, it throws this…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,279 questions
asked 2024-04-30T12:36:59.1933333+00:00
Adwait Naik 40 Reputation points
edited the question 2024-04-30T12:41:14.7966667+00:00
Adwait Naik 40 Reputation points
0 answers

How to start a process using different credentials from a windows service

Hi, How can I start a process from C# using different credentials from a windows service running in a virtual service account? I have tried providing credentials to ProcessStartInfo without success. The process launches but still runs in the service…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,386 questions
asked 2024-04-30T12:40:34.1066667+00:00
WhatsaMattaU 0 Reputation points
0 answers

Create a new instance from Database and API

Hi All i have Azure subscription with Database and WebApp(.net Core) i need to create a new database and webapp from the old i.e replicate the old to the new with a different Name and connection Thanks

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,386 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
765 questions
asked 2024-04-30T07:09:52.1666667+00:00
Mostafa Ali 0 Reputation points
edited the question 2024-04-30T12:34:14.89+00:00
PRADEEPCHEEKATLA-MSFT 77,336 Reputation points Microsoft Employee
0 answers

Fetching Azure AD details of Members when signing using Clerk

Hi, I am building an app using NextJS, Clerk for authentication, Prisma as ORM, postgres as DB. I want to sign in using Azure/Entra AD as I'm building an app for my company and I want to fetch the details of users when they sign in using clerk and how do…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,876 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,507 questions
asked 2024-04-30T12:31:29.94+00:00
Sudhakar J 0 Reputation points
0 answers

Importing Microsoft sensitivity labels into Forcepoint DLP fails

We are attempting to import MS protection labels into DLP according to the instructions provided by Forcepoint, but we are receiving an error message that states "The labels could not be imported from the labeling system. If this problem persists,…

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.
934 questions
asked 2024-04-24T13:48:19.42+00:00
FlyingStand 0 Reputation points
commented 2024-04-30T12:31:25.13+00:00
FlyingStand 0 Reputation points
0 answers

使用單一登入SSO 將網域設定到GOOGLE登入頁面但是,從GOOGLE登入有些會失敗

使用單一登入SSO 將網域設定到GOOGLE登入頁面但是,因為一開始還未使帳號用同步時,就已經建立帳號,之後那些帳號從GOOGLE登入有些會失敗會出現以下畫面,造成全域管理員帳號無法進入 AADSTS51004: The user account user@domain.com does not exist in the 8ddde8ec-9e1b-4f56-8952-11894fefb6b0 directory. To sign into this application, the account…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,507 questions
asked 2024-04-30T12:25:33.6266667+00:00
芳鄰 網路 0 Reputation points
0 answers

How to store set variable json array output into csv file in data factory

I used the Lookup activity under for each loop and used Store Procedure which gave me some record as an output if the condition is fails So that output I have stored into the Set Variable and then those values I need to store into csv file whose file…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,345 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,564 questions
asked 2024-04-26T18:01:30.62+00:00
Mohit Bokade 0 Reputation points
commented 2024-04-30T12:23:34.1933333+00:00
Mohit Bokade 0 Reputation points
0 answers

AZURE VM LOGS

Hello! I would like to understand a glitch that happens in my Azure VM sometimes and I can’t locate any log on. Issue: When trying to log into the VM via RDP it simply opens the login screen, but does not log in, without errors, simply does not log…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,807 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,139 questions
asked 2024-04-30T11:46:47.4866667+00:00
Gabriel Moraes 120 Reputation points
edited the question 2024-04-30T12:22:09.1133333+00:00
Gabriel Moraes 120 Reputation points
0 answers

Angular app giving error "We couldn't sign you in. Please try again."

I have an Angular app that I've written which uses @angular/msal-angular for an esignature feature. It opens the login popup, requests a sign-in, and passes the data on a successful sign-in to the rest of my app. The app has been working successfully…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,897 questions
asked 2024-04-30T12:18:28.2166667+00:00
Kobb, Christian 0 Reputation points
0 answers

I have deployed an application to azure static apps through github actions.The workflow gets triggered on a pull _request event .The workflow gets sucessed But the change is not getting reflected on my website

I have deployed an application to azure static apps through github actions.The workflow gets triggered on a pull _request event .The workflow gets suce But the change is not getting reflected on my website

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
765 questions
asked 2024-04-29T05:28:36.2333333+00:00
Justin Joseph 0 Reputation points
commented 2024-04-30T12:14:21.14+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
0 answers

ASP.NET - The specified network password is not correct - X509Certificate2

I have a .NET web application where trying to import the certificate using the "X509Certificate2". While importing, getting the "The specified network password is not correct.". The certificate is password protected .pfx file and I'm…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,262 questions
asked 2024-04-30T12:08:12.77+00:00
Nabeel Farooq 0 Reputation points
commented 2024-04-30T12:13:37+00:00
Nabeel Farooq 0 Reputation points