350,279 questions

Sort by: Updated
1 answer

Authentication Token Issues with Azure Data Factory When Accessing Microsoft Graph API

I am currently facing challenges with an Azure Data Factory pipeline that's configured to access data from the Microsoft Graph in a production environment. While I can successfully fetch authentication tokens using a POST request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,911 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,805 questions
asked 2024-05-29T19:46:22.4333333+00:00
Xavier Ibanez-Padron 0 Reputation points
answered 2024-06-01T17:36:37.5266667+00:00
Amira Bedhiafi 16,951 Reputation points
2 answers

Cannot see linked subscription under new tenant

Hello everyone, From my main default directory, I created a new B2C tenant, and it was created successfully. My user account has global administrator rights under this new tenant. The new tenant is linked to my Pay-as-you-Go subscription, as shown in the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,947 questions
asked 2024-05-27T08:28:13.4966667+00:00
Naeem Raza 0 Reputation points
edited a comment 2024-06-01T17:36:03.2833333+00:00
Naeem Raza 0 Reputation points
1 answer

Azure Automation Accounts

Hello, I tried to deploy Automation Account using bicep. Since this is first time to deploy AA so I deleted existing one and re-deploy it for multiple times. I suddently received following message: "code": "BadRequest", …

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,147 questions
asked 2024-04-08T20:02:00.5566667+00:00
Jeremy Zheng 70 Reputation points
commented 2024-06-01T17:29:08.26+00:00
Alex Ignatenko 1 Reputation point
1 answer

Updating Oracle on-premise table from a Synapse table

Hi, I need to update an Oracle on-premise table from a Synapse table by joining the Oracle table with the Synapse table avoiding to build a staging table on Oracle platform to copy the Synapse data. It is a problem to obtain the authorization from my…

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,503 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,805 questions
asked 2024-06-01T12:00:58.09+00:00
pmscorca 817 Reputation points
answered 2024-06-01T17:20:04.4833333+00:00
Amira Bedhiafi 16,951 Reputation points
7 answers One of the answers was accepted by the question author.

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.
7,068 questions
asked 2024-04-17T10:41:42.7+00:00
VenkateshDodda-MSFT 19,401 Reputation points Microsoft Employee
commented 2024-06-01T17:16:40.9833333+00:00
Kevin O 0 Reputation points
0 answers

Unable to complete assessment due to fabric trial capacity not available

Unable to complete assessment due to fabric trial capacity not available

Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
14 questions
asked 2024-06-01T16:12:22.9833333+00:00
Mehar Taj 0 Reputation points
commented 2024-06-01T17:13:21.1866667+00:00
pnaroju 1,635 Reputation points Microsoft Vendor
1 answer

Machine learning with synapse

Hello team, for my project purpose, I want to connect my azure machine learning to synapse. But there seems some issue happening when I tried to do so. Can I know any limitation or access requirement for this process? To be straightforward, is this a…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,627 questions
asked 2024-05-31T18:38:17.0766667+00:00
Dan Ishutin 60 Reputation points
commented 2024-06-01T17:09:34.2633333+00:00
YutongTie-MSFT 47,096 Reputation points
3 answers

there are many xml(xx).xml in the temp directory

During the last week or so, I have notice many files in the C:\TEMP directory. they have sequential numbers and there could be up to a couple hundred. I keep deleting them, but they keep coming back. Anyone know why this is…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,866 questions
asked 2024-05-30T23:39:54.26+00:00
Gary Agoura 196 Reputation points
commented 2024-06-01T17:06:54.5966667+00:00
MotoX80 32,331 Reputation points
2 answers

Can't Sign Up For OpenAI

I just finished the Azure AI Fundamentals certification, but I had to wing it for any questions dealing with OpenAI. I would like to move on to another AI certification, however, I am concerned that not being able to sign up for OpenAI will make it…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,340 questions
asked 2024-05-29T02:06:33.3866667+00:00
Greg Fox 0 Reputation points
commented 2024-06-01T16:52:52.7566667+00:00
Greg Fox 0 Reputation points
0 answers

How to fix "interaction required" error in Azure Active Directory

I'm receiving an "interaction required" error with the following error message when trying to access an application in Azure Active Directory: { "sessionId": "79931c6c741740fe97d5f77335f8dda6", "errors": [ …

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,464 questions
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,085 questions
asked 2024-05-31T18:51:27.92+00:00
Alex Ning 0 Reputation points
commented 2024-06-01T16:51:12.76+00:00
YutongTie-MSFT 47,096 Reputation points
3 answers

How to build screen recorder Winform GUI app which also records the sound of system at the same time

using System; using System.Diagnostics; using System.Drawing; using System.Windows.Forms; using NAudio.Wave; using SharpAvi; using SharpAvi.Codecs; using SharpAvi.Output; namespace ScreenAudioRecorder { public partial class Form1 : Form { …

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,419 questions
asked 2024-05-27T15:21:50.9433333+00:00
Rahmatulloh 0 Reputation points
commented 2024-06-01T16:48:00.1033333+00:00
KOZ6.0 5,375 Reputation points
0 answers

Why does Slideshow not work on win 11

I have several virtual desktops. I set them all to slideshow but as soon as I move from one desktop to another the slideshow changed to show picture. This happened with the last but one update.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,495 questions
asked 2024-06-01T16:47:02.94+00:00
Mike Gibbs 0 Reputation points
1 answer One of the answers was accepted by the question author.

Problem on our AD: deactivation of Roaming Profiles

We have a problem on our AD: the deactivation of Roaming Profiles These are the roaming profiles that we activated via a GPO: • Some users, the GPO has no effect, my roaming profile was not created at all • Some users have their roaming profile created,…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,012 questions
asked 2024-05-30T14:18:06.19+00:00
Florence BAUQUEREY 20 Reputation points
accepted 2024-06-01T16:43:10.05+00:00
Florence BAUQUEREY 20 Reputation points
1 answer One of the answers was accepted by the question author.

Java Burn Reviews (Be Alert) - Does It Really Works?

Java Burn is a new dietary supplement that’s getting a lot of attention in the health and fitness community. Made by top scientists and nutritionists, this powerful formula uses natural ingredients to help tackle the main causes of weight gain. It offers…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
908 questions
Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
151 questions
asked 2024-06-01T14:29:46.5566667+00:00
Zara Mennell 0 Reputation points
commented 2024-06-01T16:38:36.0333333+00:00
James Kay 0 Reputation points
2 answers One of the answers was accepted by the question author.

365 A3 License and P1 Support

I have been searching online to see if 365 A3 licenses include P1? Finding links for Enterprise licensing is easy but not for academic. Any thoughts???

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,947 questions
asked 2024-06-01T09:46:46.3233333+00:00
rr-4098 1,281 Reputation points
accepted 2024-06-01T16:34:41.7433333+00:00
rr-4098 1,281 Reputation points
1 answer

Azure classic ML model

Hello, I like the classic azure ML studio and would like to know if I can use it now. I know there is an upgrade version of ML space but it’s really too much for me. Any other tool I am interested in with simple UI and easy to use. Thanks

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,627 questions
asked 2024-05-31T20:31:45.71+00:00
Sudhir Dutta 20 Reputation points
commented 2024-06-01T16:34:06.8166667+00:00
YutongTie-MSFT 47,096 Reputation points
1 answer One of the answers was accepted by the question author.

volume discount not applying in opportunity product

Hi, Following sales training module (1), I am struggling to get quantity discount applying on my opportunity products Althougth pricelist seems to be properly set up and apply to opportunity, discount doesn't show up (1)…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
55 questions
asked 2024-05-31T15:26:42.1333333+00:00
Sylvain ROUSSSEL 0 Reputation points
commented 2024-06-01T16:32:30.83+00:00
Kiran P 710 Reputation points Microsoft Vendor
2 answers

Blazor not found in Visual studio,blazor .net framwork template not found

Blazor template is being not found in visual studio This question is related to the following Learning Module

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,435 questions
asked 2024-06-01T05:47:32.92+00:00
SRIHARI MADDINENI 0 Reputation points
edited an answer 2024-06-01T16:26:13.7633333+00:00
Bruce (SqlWork.com) 58,356 Reputation points
1 answer One of the answers was accepted by the question author.

How can I set the application file description in .NET 8?

Hi, I'm building an application in .NET 8 and I can't find the option to set the exe file description, the one displayed in Task Manager as the application name. I was able to do it in .NET Framework, but now it just displays the exe file name (assembly…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,725 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,419 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,134 questions
asked 2024-06-01T15:41:05.07+00:00
Alessandro Guizzetti 0 Reputation points
accepted 2024-06-01T16:19:09.7333333+00:00
Alessandro Guizzetti 0 Reputation points
1 answer One of the answers was accepted by the question author.

Error with ODBC Driver - pyodbc.InterfaceError: ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found and no default driver specified (0) (SQLDriverConnect)')

Hello, I set up a CICD pipeline to handle deploying python code to the App Service but get this screen In the console it says "Failed to load resource: the server responded with a status of 503 (Service Unavailable)" When I look in the logs,…

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,068 questions
asked 2024-05-31T19:21:14.6333333+00:00
Anon 0 Reputation points
commented 2024-06-01T16:15:32.5633333+00:00
Alberto Morillo 33,086 Reputation points MVP