340,051 questions

Sort by: Updated
1 answer

ADF : Operation on target XYZ_Trigger failed: Concurrent operations on a trigger are not allowed. trigger

Hello Team, While doing deployment through DevOps CICD pipeline we getting below error. Error Message: Operation on target XYZ_Trigger failed: Concurrent operations on a trigger are not allowed. trigger: XYZ_Trigger [error]HTTP Status Code:…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,477 questions
asked 2024-04-19T05:41:15.8333333+00:00
Krishna Tapse 0 Reputation points
answered 2024-04-19T08:32:52.8766667+00:00
AnnuKumari-MSFT 30,361 Reputation points Microsoft Employee
1 answer

Entra ID | Custom Claim Provider Token

Hello everyone, I am trying to set up a custom claim provider with the following instructions so that I can enrich the tokens for an app with additional information. Instructions:…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,380 questions
asked 2024-01-12T07:15:47.47+00:00
Florian Gruber 0 Reputation points
commented 2024-04-19T08:32:47.73+00:00
Florian Gruber 0 Reputation points
0 answers

Issue ExemptFileTypeDownloadWarnings does not work with version 124.0.2478.51

Hi, I have a problem with ExemptFileTypeDownloadWarnings, the rule [{ "file_extension": "msg", "domains": ["*"] }] does not works with Edge 124.0.2478.51. It works with version 124.0.2420 Is there a bug or is there…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,114 questions
asked 2024-04-19T08:32:24.8833333+00:00
Raffaele Ponturo 0 Reputation points
1 answer

The subscription is not allowed to create or update the serverfarm.

Scenario : App service deployment or scaling  Issue: Error " The subscription '<id>' is not allowed to create or update the serverfarm." Workaround:  Retry to provision the App Service after a few hours (similar thread #1535067 user was…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,826 questions
asked 2024-04-17T10:41:42.7+00:00
VenkateshDodda-MSFT 17,911 Reputation points Microsoft Employee
commented 2024-04-19T08:31:36.45+00:00
Eduard de Bruyn 0 Reputation points
2 answers

Assign RBAC "Key Vault Administrator" role to Azure App via C# (.NET SDK)

I use below C# code create KeyVault with RBAC permission model. using KeyVaultModels = Microsoft.Azure.Management.KeyVault.Models; KeyVaultModels.VaultProperties vaultProperties = new KeyVaultModels.VaultProperties() {   EnableRbacAuthorization = true,  …

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,101 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
660 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,111 questions
asked 2024-04-15T17:13:55.76+00:00
ASR 671 Reputation points
edited an answer 2024-04-19T08:31:31.7866667+00:00
ASR 671 Reputation points
1 answer

syspolicy_event_queue disabled automatically

The msdb service broker queue syspolicy_event_queue is disabled automatically, messages are not processed and keep growing until taking full drive space. Here is the error message from Log File Viewer : I have sql server 2022, CU12. I have executed the…

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,642 questions
asked 2024-04-18T08:58:26.8+00:00
Hammi Amine 0 Reputation points
commented 2024-04-19T08:30:36.8533333+00:00
LucyChen-MSFT 560 Reputation points Microsoft Vendor
0 answers

WebXR "Enter AR" not working on Edge on HoloLens 2

I've been trying to get WebXR running on my HoloLens 2 now for a while, but it's not working. I've got a project running on 8th Wall that I would like to test ( note that it works fine on Quest 3 browser ) As it wasn't working, I looked for basic…

HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
380 questions
asked 2024-04-18T18:24:08.44+00:00
MalDuffin 0 Reputation points
commented 2024-04-19T08:30:27.7233333+00:00
MalDuffin 0 Reputation points
0 answers

Developer Portal - "Publish to your org" page not loading

I'm trying to publish a newly created App to my org via the Developer Portal: https://dev.teams.microsoft.com/apps... Everything is seems to be setup correctly. The package validates with the online validator. But when I go to "Publish to your…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,030 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,823 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,843 questions
asked 2024-04-18T18:51:14.4+00:00
Michael Karampalas 0 Reputation points
commented 2024-04-19T08:27:56.9066667+00:00
Meghana-MSFT 3,771 Reputation points Microsoft Vendor
1 answer

Enable FrameworkElements reflection using rd.xml file

Hello, Reading Microsoft docs I found informations about rd.xml file. Can I set in that file that metadata from FrameworkElements or Shapes wont be removed during compilation? And I will be able to fully using reflection after release type…

Universal Windows Platform (UWP)
asked 2024-04-09T15:01:04.1+00:00
BitSmithy 1,751 Reputation points
edited a comment 2024-04-19T08:26:11.6166667+00:00
Junjie Zhu - MSFT 14,366 Reputation points Microsoft Vendor
0 answers

Some doubts regarding after registering for WinUI3 packaged with external location app?

Hi, I was earlier creating a WinUI3 blank unpackaged app. Followed the steps here to make my solution from packaged to unpackaged application. In this project I have disabled the XAML code and created my own entry point (WinMain). Steps that I have…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
722 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,520 questions
asked 2024-04-18T11:28:49.1633333+00:00
Rohan Pande 245 Reputation points
commented 2024-04-19T08:25:09.5533333+00:00
Xiaopo Yang - MSFT 11,256 Reputation points Microsoft Vendor
1 answer

hii want to run stored procedure in synapse but ima getting an error ,can anyone help me

query: USE gold_db GO CREATE OR ALTER PROC CreateSQLServerlessView_gold @ViewName nvarchar(100) AS BEGIN DECLARE @statement VARCHAR(MAX) SET @statement = N'CREATE OR ALTER VIEW '+@ViewName+' AS SELECT * FROM OPENROWSET(BULK…

Azure SQL Database
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,667 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,342 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,477 questions
Azure Data Lake Analytics
asked 2024-04-18T16:53:48.23+00:00
naveena kankipati 0 Reputation points
commented 2024-04-19T08:22:18.9833333+00:00
Harishga 3,255 Reputation points Microsoft Vendor
16 answers

The subscription is not allowed to create or update the serverfarm

I'm getting the following error on Azure when I try to scale out, or add a new app service: The subscription is not allowed to create or update the serverfarm

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,826 questions
asked 2024-02-08T17:06:43.0333333+00:00
Dezi Van Vuuren 155 Reputation points
commented 2024-04-19T08:21:33.6433333+00:00
Paul Reyneke 0 Reputation points
1 answer

Importing glossary as csv or from existing glossaries in Purview

Hi, With the newly released features in Purview. Is it possible to upload glossaries as a csv file to a 'Business domain' or add already existing terms from the classic glossaries?

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.
920 questions
asked 2024-04-18T08:11:42+00:00
Pehrsson, Andreas 45 Reputation points
commented 2024-04-19T08:21:29.0033333+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
1 answer

Administrative Templates option is not showing

@Crystal-MSFT hi, I have generated configuration profile report from Reports section in Intune and Administrative Templates are not showing there, all my administrative templates policy types are not showing there.

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,708 questions
Microsoft Intune Reporting
Microsoft Intune Reporting
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Reporting: The process of giving an account of something that has been observed, heard, done, or investigated.
54 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,300 questions
asked 2024-04-19T07:24:55.9466667+00:00
Ravi Sharma 20 Reputation points
answered 2024-04-19T08:20:28.3166667+00:00
Crystal-MSFT 42,631 Reputation points Microsoft Vendor
0 answers

How do I uninstall phonelink

Phonelink isnt working. I keep clicking on a link to get permission for phonelink to access my phone, but nothing happens.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,562 questions
asked 2024-04-19T08:19:59.5566667+00:00
Christopher Doyle 0 Reputation points
1 answer

Serializing a list of objects

Hello people! I have a structure of the form: public class MasterFiles { public GeneralLedgerAccounts GeneralLedgerAccounts { get; set; } public Customers Customers { get; set; } public Suppliers Suppliers { get; set; } public TaxTable…

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,199 questions
asked 2024-04-18T09:03:26.0133333+00:00
TRAIAN MACAVEIU 26 Reputation points
commented 2024-04-19T08:19:28.9666667+00:00
Jiale Xue - MSFT 30,811 Reputation points Microsoft Vendor
1 answer

What is the service or capability in Azure which works like Airflow which will run sequence of flow in particular order i.e. Run pipeline 1 then 2 and then trigger tableau dashboard 3 and once The above three would run in sequence and only then if the p

What is the service or capability in Azure which works like Airflow which will run sequence of flow in particular order i.e. Run pipeline 1 then 2 and then trigger tableau dashboard 3 and once The above three would run in sequence and only then if the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,477 questions
asked 2024-04-16T08:44:06.2566667+00:00
Mytoast Admin 95 Reputation points
commented 2024-04-19T08:19:13.2133333+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
1 answer

Azure Databricks fail to install Geospark libraries from Maven

Hi Team , I am attempting to add below two geospark Maven libraries to my Azure Databricks interactive cluster with Runtime Version 14.3 LTS . However , I am getting below error Library installation attempted on the driver node of cluster…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,907 questions
asked 2024-04-15T06:24:17.8033333+00:00
Anuj, Singh (Cognizant) 0 Reputation points
commented 2024-04-19T08:19:03.06+00:00
PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
1 answer

Urgent question when i install SQL Server display error Could not find the Database Engine startup handle.

solve this please

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,642 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,790 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,449 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,242 questions
asked 2024-04-14T11:17:03.4666667+00:00
hamada mostafa mohammed othman 0 Reputation points
edited the question 2024-04-19T08:18:40.22+00:00
RNareddy 425 Reputation points Microsoft Vendor
4 answers

Problem with RDP service on Windows Server 2022

Hello We have a problem with RDP service on Windows VMs running on our VxRail cluster. For some reason, RDP stops working properly and when you try to connect to the VM via RDP, you receive the following error message: =================================…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,724 questions
asked 2023-10-17T08:09:10.2066667+00:00
BD-6573 25 Reputation points
answered 2024-04-19T08:18:34.95+00:00
BD-6573 25 Reputation points