53,788 questions

Sort by: Updated
0 answers

How to ingest data in ADX using python script

I am using free trial and trying to ingest data into ADX using python SDK but facing this issue An error occurred: Principal 'msauser=1:live.com:00037FFE6E855292' is not authorized to perform operation 'Ingest' on 'any database'.

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
948 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
481 questions
asked 2024-05-02T09:39:20.6033333+00:00
Pranav Kumar 0 Reputation points
0 answers

Data size of databricks delta tables

It has been observed that the size of delta tables are much less as compared to when checked the underlying delta files in the storage account. Suppose a databricks delta table raw.deltaTableA has size of 2MB if we check the size of underlying delta…

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,349 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,935 questions
asked 2024-05-02T09:39:01.4133333+00:00
NIKHIL KUMAR 81 Reputation points
0 answers

MS Defender: Attack Simulation Training - Unable to see all the Tenant Payloads

Hi All I have created five tenant payload in the Microsoft Defender Attack Simulation Training module. However, when I go to test, only 11 items are displayed and some of my templates are missing, yet they exist as I can see and edit them. Is there a way…

Microsoft Defender for Cloud Apps
Microsoft Defender for Cloud Apps
A Microsoft cloud access security broker that enables customers to control the access and use of software as a service apps in their organization.
104 questions
asked 2024-05-02T09:37:43.8733333+00:00
Tony Anstis 0 Reputation points
0 answers

Failed running lab VM

Ubale to run the lab. Its say "Your lab will be ready in about X seconds", but failed. How can i do? This question is related to the following Learning Module

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.
928 questions
asked 2024-05-02T09:32:04.1033333+00:00
LuckM4n 0 Reputation points
edited the question 2024-05-02T09:37:26.1833333+00:00
Prrudram-MSFT 22,211 Reputation points
0 answers

insertFileFromBase64 causes accumulation of styles

We're working on an add-in for Word that involves opening multiple documents. However, we've encountered an issue: when we use context.document.insertFileFromBase64 to open several documents, the styles from these base64 documents are being…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
664 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
871 questions
asked 2024-05-02T09:31:53.63+00:00
97721311 0 Reputation points
0 answers

How to enable Azure monitoring on ARO cluster (Azure Redhat Openshift)?

How to enable Azure monitoring on ARO cluster (Azure Redhat Openshift)?

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
948 questions
Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
71 questions
asked 2024-05-02T09:29:17.75+00:00
Saravanan Krishnan 40 Reputation points
0 answers

Connect to Linked Server Database using Azure Data Factory

Hi! I have a database that is a linked server of another. I can connect and copy data of the main database in ADF. But is it possible to also copy data from the linked server database? If yes, how would I do this?

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,746 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,585 questions
asked 2024-05-02T09:28:02.6766667+00:00
Keren Osler 40 Reputation points
0 answers

schedule azure alert rule on specific days/timeframes only

Hi, is it possible to schedule an azure alert only on weekdays and between business hours ? for example : an alert to check hourly if a service bus queue has received messages in the last hour. if not, the alert is triggered. however the alert may only…

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
asked 2024-05-02T09:26:42.83+00:00
David Vanden Bussche 25 Reputation points
0 answers

move an exchange 2010 on premises server running in a hybrid configuration to a new server running exchange 2016

I need to move off exchange 2010 running in a hybrid configuration with exchange online to a new server running exchange 2016 as i believe this is the only supported configurationI installed exchnage 2016 on a new windows server but it fails

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,467 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,895 questions
asked 2024-05-02T05:02:42.01+00:00
Robert Wills 20 Reputation points
commented 2024-05-02T09:25:09.8833333+00:00
Bruce Jing-MSFT 615 Reputation points Microsoft Vendor
0 answers

auto table join

Hi Team, once we pull the 2 table to synapse... is there any way it will automatically joined with primary and foreign keys like we see in power BI

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,386 questions
asked 2024-05-01T16:46:21.4433333+00:00
Vineet S 165 Reputation points
commented 2024-05-02T09:24:59.1433333+00:00
Vineet S 165 Reputation points
0 answers

internal error in the .NET Runtime at IP 70DE92C3

Application terminates when loading report viewer, event viewer shows an error: "internal error in the .NET Runtime at IP 70DE92C3"

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,268 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,121 questions
asked 2024-04-15T16:08:52.4566667+00:00
Tom McKeown 0 Reputation points
commented 2024-05-02T09:20:44.7566667+00:00
Jiachen Li-MSFT 26,666 Reputation points Microsoft Vendor
0 answers

Simulate dead lock with sampfore slim

Hi, How I simulate deadlock with with this code? public async Task<string> GetSessionToken(string developmentApiKey) { await _semLock.WaitAsync(); try { if…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,389 questions
asked 2024-05-02T08:41:24.51+00:00
Dani_S 2,726 Reputation points
edited a comment 2024-05-02T09:20:31.0966667+00:00
Dani_S 2,726 Reputation points
0 answers

I got a BSOD but my computer crashed too quickly for me to read the error code. Can someone help me with finding the code?

I got a BSOD while playing a game and I wasn't able to get the error code for it. Can someone help me with finding the code so I can fix it? Here is the results from V2 log…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,197 questions
asked 2024-05-02T09:17:28.6933333+00:00
Blitex 0 Reputation points
0 answers

How to tag certificate in credly portal?

I have passed the AZ-900 certificate exam. but I not received certificate from Microsoft. Kindly help. rammohan.kumar@hotmail.com MCID:994315715 Candidate: Rammohan K Date: Monday, December 26, 2022 Candidate ID: MS0994315715 Site Number: 85904…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,110 questions
asked 2024-05-02T09:04:36.44+00:00
Rammohan K 0 Reputation points
edited the question 2024-05-02T09:16:37.25+00:00
Anveshreddy Nimmala 2,460 Reputation points Microsoft Vendor
0 answers

Recommended way to share a local user among domain users

Hello, We have an Active Directory that I deployed at our company, with a 1 to 1 association between employees and AD accounts. Everything was working great until we deployed a machine (Windows 10) with Docker Desktop, for some of our internal…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,888 questions
asked 2024-05-01T18:35:58.4133333+00:00
Boris Berger 0 Reputation points
commented 2024-05-02T09:15:09.6366667+00:00
Daisy Zhou 18,706 Reputation points Microsoft Vendor
0 answers

Can I use Windows Server per-VM Licensing for Server 2022 standard vm's on a VMware Cluster?

Can I use Windows Server per-VM Licensing for Server 2022 standard vm's on a VMware Cluster? Customer has a 6 node VxRail system 6x 2 Sockets with 16 Cores per Socket System is now covered with a Server 2019 Datacenter lic for every node. Customer…

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,762 questions
Windows Server Licensing
Windows Server Licensing
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Licensing: Rules, regulations, and restrictions that define how software can be used and distributed.
20 questions
asked 2024-05-02T09:10:38.22+00:00
Peter de Zeeuw 0 Reputation points
0 answers

Problem connecting to VPN using Azure VPN from work laptop

I am the only one of the team who could not connect to VPN. Encountered error message is "Status: Server did not respond properly to VPN Control Packets". Date and time is synchronized Azure VPN Client is allowed on firewall Tried updating WAN…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,386 questions
asked 2024-04-23T07:22:16.11+00:00
Surio, John Dye 0 Reputation points
edited a comment 2024-05-02T09:10:14.55+00:00
Surio, John Dye 0 Reputation points
0 answers

WSL stopped working after update

Hi All, WSL is working fine for me with ubuntu distro. OS Details: Edition Windows 11 Pro Version 23H2 Installed on ‎21-‎09-‎2022 OS build 22631.3447 Experience Windows Feature Experience Pack 1000.22688.1000.0 when I try to update (wsl --update)…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,197 questions
asked 2024-05-02T09:05:54.7866667+00:00
Gnani 0 Reputation points
0 answers

Microsoft Defender Device Inventory Export not downloading.

when we try and do an export we get the error shown. Tried edge and chrome and firefox and cant download it. Is there something i can check to see why it wont download?

Microsoft Defender for Identity
Microsoft Defender for Identity
A Microsoft service that helps protect enterprise hybrid environments from multiple types of advanced, targeted cyberattacks and insider threats.
152 questions
asked 2024-05-02T04:43:37.45+00:00
NP 391 Reputation points
commented 2024-05-02T09:03:27.7533333+00:00
dipendra kushwah 0 Reputation points
0 answers

Quarantined email because it contains a blocked file type - Unable to release?

Hi We added the file type .zip to the list of blocked file types in the anti malware policy. Now one user needs an email that has been quarantined because it contains a .zip file. I tried to release the email. It shows "Released" in the…

Microsoft Exchange Online
asked 2024-05-01T11:59:51.23+00:00
Peter 100 Reputation points
commented 2024-05-02T08:59:26.94+00:00
Bruce Jing-MSFT 615 Reputation points Microsoft Vendor