54,029 questions

Sort by: Updated
0 answers

convert null to zero in pivot to get row total

Hello This is my sql code DECLARE @cols NVARCHAR(MAX)='' DECLARE @query NVARCHAR(MAX)='' DECLARE @COLS_SUM NVARCHAR(MAX)='' DECLARE @COLS_TOT NVARCHAR(MAX)='' --Preparing columns for Pivot SELECT @cols = @cols + isnull(QUOTENAME(ND),0) +…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,777 questions
asked 2024-05-08T08:16:54.46+00:00
RAVI 916 Reputation points
0 answers

APIM API Visibility Permission

i have an APIM resource in Azure, i have created 2 APIs in it Audit API Invoice API i have 2 teams working for me - Autid Development Team Invoice Team i want to give visibility permission to them as below: Audit Team can only see Audit API…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,775 questions
asked 2024-05-08T08:16:42.9766667+00:00
Dixan Lal Thomas 0 Reputation points
0 answers

Can't add physical fido2 passkey/security key to my microsoft account, using edge

Hello, I'm trying to add my physical usb pass key ( security key ) brand is Feitian k9, I enter the pin and there's a message password is saved, afterwards it says couldn't add the physicial key key works %100 fine in other browsers and apps and phone

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,150 questions
asked 2024-05-07T20:35:53.6033333+00:00
qnfrr12 0 Reputation points
commented 2024-05-08T08:16:24.0833333+00:00
qnfrr12 0 Reputation points
0 answers

How do I use the built-in authentication features for a self-hosted container?

I have been using the Azure Document Intelligence service to detect document layout but I need to use the deployable container version that will be hosted in my own datacenter. I would like to make use of the authentication features described here:…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,398 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,407 questions
asked 2024-05-07T12:53:52.06+00:00
Andre Freitas 0 Reputation points
commented 2024-05-08T08:14:29.9033333+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
0 answers

Document Intelligence Cold Start

The cold start seems to range from 15-25 seconds for standard layout OCR. If I ping it to stay warm, how long will it stay warm for? Are there any dedicated service plans I could use so it's always warm? Thanks

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,398 questions
asked 2024-05-08T03:51:17.0433333+00:00
Casey Clifton 10 Reputation points
commented 2024-05-08T08:10:22.8733333+00:00
dupammi 6,815 Reputation points Microsoft Vendor
0 answers

Error: 11402 -The value of the property '' is invalid: 'The remote name could not be resolved:

I am setting up a Linked service for ODATA in ADF, for IntegrationRuntime I am selecting "AutoResolveIntegrationRuntime" but connection to ODATA resource is failing: The value of the property '' is invalid: 'The remote name could not be…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,624 questions
asked 2024-05-08T05:48:44.8233333+00:00
Bhat, Asif 0 Reputation points
commented 2024-05-08T08:03:25.8933333+00:00
Ruel Cabusas 15 Reputation points
0 answers

How to deploy a web app with multiple docker images and no sidecar container

What is the best tool in Azure to host a web application that consists of four separate Docker images that have to communicate between each other? I've already tried container instances but learned that it's not possible to host multiple containers with…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
770 questions
asked 2024-04-27T11:39:45.0933333+00:00
Kirsten Rode 40 Reputation points
edited a comment 2024-05-08T08:02:38.95+00:00
SnehaAgrawal-MSFT 18,361 Reputation points
0 answers

Azure firewall migration from third party firewall

I am planning to migrate from a third party firewall to Azure firewall. Without much downtime Currently, all UDR points to third party firewall appliance hosted in Azure I have setup a firewall and empty policy in Azure I am will be importing rules…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
575 questions
asked 2024-05-06T22:05:01.7366667+00:00
prasantc 816 Reputation points
edited a comment 2024-05-08T08:02:00.0533333+00:00
GitaraniSharma-MSFT 47,686 Reputation points Microsoft Employee
0 answers

Azure functions not displaying in the function app I created

I created an azure function app. When I try to create a function for it, for the first time the online editor open up and I can write the code. Now if I come to the function app and check under the functions tab it is not the showing the functions I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,310 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.
955 questions
asked 2024-05-08T08:00:52.88+00:00
lakshmi.priyanka.jakka1 0 Reputation points
0 answers

Using Defender for endpoint on Servers

Hi all, I am looking to put Microsoft Defender on my servers, I know there is Defender for servers however could I install Defender for endpoint instead? To save costs? Or once I enrol the servers to defender for endpoint it will convert to defender…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
955 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,183 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,201 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,379 questions
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint: A Microsoft unified security platform for preventative protection, postbreach detection, and automated investigation and response. Previously known as Microsoft Defender Advanced Threat Protection.Training: Instruction to develop new skills.
14 questions
asked 2024-05-08T08:00:41.58+00:00
Aran Billen 596 Reputation points
0 answers

How to get spoken Language in audio file with Azure Speech sdk in C#?

Hi, I need to detect what's spoken language in an audio file. I have already read the documentation about language identification for speech service but in the SpeechRecognitionResult object result I don't have the recognized language code. Is there a…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,411 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,407 questions
asked 2024-05-07T10:06:08.93+00:00
Matteo Gianfermi 0 Reputation points
edited a comment 2024-05-08T08:00:41.5666667+00:00
Matteo Gianfermi 0 Reputation points
0 answers

Azure China CDN distribute Blob of Azure HK

Could I use Azure China CDN to accelerate Blob content stored in Azure HK ? Users are in Mainland China, but my content is in Blog of Azure HK.

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
582 questions
asked 2024-05-03T04:22:39.2866667+00:00
starterKapok 0 Reputation points
commented 2024-05-08T07:59:33.7466667+00:00
KapilAnanth-MSFT 35,501 Reputation points Microsoft Employee
0 answers

ADFS Authentication Issue in .Net 8

I have an existing ASP.NET MVC application that relies on ADFS authentication. I'm currently upgrading it to .NET 8. As part of the upgrade process, I prioritized implementing the authentication functionality first. However, I'm encountering an issue…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,402 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 questions
Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,198 questions
asked 2024-05-03T06:09:59.2233333+00:00
Vijayan, Neethu 0 Reputation points
commented 2024-05-08T07:59:13.3233333+00:00
JasonPan - MSFT 4,376 Reputation points Microsoft Vendor
0 answers

Azure Firewall inbound and Outbound Exceptions for APIM instance deployed in Internal VNet mode

Hi Community I'm planning to deploy an APIM instance in "Internal" VNet injection mode in a hub-spoke topology where APIM is deployed to spoke VNet and there's an Azure Firewall in the hub that police all the inbound and outbound traffic. UDRs…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,775 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
575 questions
Azure Firewall Manager
Azure Firewall Manager
An Azure service that provides central network security policy and route management for globally distributed, software-defined perimeters.
86 questions
asked 2024-05-08T07:55:30.75+00:00
Taranjeet Malik 441 Reputation points
0 answers

CultureNotFoundException Querying SQL database using EF

Hello, I have a Web App (ASP.NET MVC) with controllers making CRUD operations using EF 6. Any operation involving the EF context to read data generates the following exception The Web App is localized in it-IT, setting up ThreadCulture and…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,282 questions
asked 2024-05-06T10:18:01.0933333+00:00
Setteidea SRL 0 Reputation points
commented 2024-05-08T07:54:27.46+00:00
Lan Huang-MSFT 25,871 Reputation points Microsoft Vendor
0 answers

azure prononciation assessment async assessment

i'am using azure speech recognizer sdk , to do the prononciation assessment of an audio file. the problem when the speech is in french the results are always low , and no expressive const language = await detectSingleSpeechLanguage(text) …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,411 questions
asked 2024-05-07T17:04:34.3266667+00:00
Iheb Jandoubi 5 Reputation points
commented 2024-05-08T07:45:41.1433333+00:00
romungi-MSFT 42,286 Reputation points Microsoft Employee
0 answers

Automatically install app as a personal app

Hello, could someone help me with automatically installing an app as a personal app for users who add the bot to a channel in a team? For example, when Adobe Acrobat is added to a channel in a team, it is also automatically installed as a personal app…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
750 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,138 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,681 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,878 questions
asked 2024-05-08T06:51:38.31+00:00
Vijay Rampwin 0 Reputation points
edited the question 2024-05-08T07:45:33.8833333+00:00
Vijay Rampwin 0 Reputation points
0 answers

DeniedBySystem returned when i was used PhoneLineTransportDevice::RequestAccessAsync

I try to requset PhoneLineTransportDevice access with below code. It works fine in my Win10 22H2, but failed when i try to run in my Win11 23H2. would you like to give some advice? 1, Why it was failed DeniedBySystem in win11 ? 2, How to solve it…

Universal Windows Platform (UWP)
asked 2024-05-07T08:44:33.0533333+00:00
栩 王 0 Reputation points
commented 2024-05-08T07:39:35.8666667+00:00
Junjie Zhu - MSFT 15,061 Reputation points Microsoft Vendor
0 answers

Show/hide the fields based on the condition in jQuery

how to show/hide the otp->textbox and update->button based the onblur SaveProfileName_Email values change. Initially, when the page is loaded the txtProfileEmail and txtProfileName should contains the default values ex:- txtProfileEmail :- a@b.com…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,282 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
877 questions
asked 2024-05-07T12:17:10.6533333+00:00
Ashok Kumar 161 Reputation points
commented 2024-05-08T07:38:29.4033333+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
0 answers

Fetch the first element of a Collection attribute in the $select query in Graph API

I am trying to fetch some extension properties which are not default for User schema , here is a request and response format of a graph API. I need to get the response in the desired format what should be the modified query Request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,681 questions
asked 2024-05-08T07:38:20.12+00:00
BANERJEE Biswarup 0 Reputation points