289,226 questions

Sort by: Updated
1 answer

Access Azure SQL DBs using Azure Synapse studio

I would like to understand how Azure Synapse Analytics can be used within the organization to facilitate data analysis and development. How will developers access Azure Datasets in a convenient way Is there a case for using Azure Synapse? I have a use…

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,384 questions
asked 2024-04-22T08:25:56.1866667+00:00
Santhi Dhanuskodi 145 Reputation points
commented 2024-05-02T03:55:06.5266667+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
1 answer

deleted or removed

deleted or removed

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,088 questions
asked 2023-04-28T21:38:52.0566667+00:00
Habteysus 1 Reputation point
edited the question 2024-05-02T03:47:14.19+00:00
Habteysus 1 Reputation point
2 answers

Azure Container Instance stuck in "Waiting" state.

Hello - We have started noticing an issue where are ACIs are stuck in "Waiting" state. We have started noticing this post April 26th. We create number of containers in an hour and almost all of them are stuck in "Waiting" state. We…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
391 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
640 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,149 questions
asked 2024-04-30T03:05:35.3033333+00:00
Arpan Mehetre 0 Reputation points
answered 2024-05-02T03:47:04.9633333+00:00
Arpan Mehetre 0 Reputation points
1 answer

How to implement CI/CD pipeline to deploy Microsoft Purview changes in dev account to production account?

We are trying to set up CI/CD pipeline such that if any entity is added or updated in dev account of Microsoft Purview, then it should be imported in prod account of Purview. Similar to how ADF CI/CD is implemented with azure repo integration. We could…

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.
936 questions
asked 2024-04-24T01:56:13.0133333+00:00
Prathamesh Chavan 0 Reputation points
commented 2024-05-02T03:46:11.0966667+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
1 answer

How create a unity catalogue for existing Azure Databricks workspaces with all permissions as identity governance administrator?

Trying to create a unity catalogue for easy flow of machine learning solution on Databricks which has 3 separate workspaces - development, staging and production.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,933 questions
Azure Data Catalog
Azure Data Catalog
An Azure service that serves as a system of registration and system of discovery for enterprise data assets.
97 questions
asked 2024-04-24T03:22:24.2566667+00:00
Mohd Zubair Humza 0 Reputation points
commented 2024-05-02T03:45:50.16+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

I am already signed in but Word refuses to save my documents.

I restarted computer and internet modem and checked the server but it keeps asking to sign in over and over

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
663 questions
asked 2024-05-01T06:05:10.2233333+00:00
George Adamczyk 0 Reputation points
commented 2024-05-02T03:43:25.0333333+00:00
George Adamczyk 0 Reputation points
2 answers One of the answers was accepted by the question author.

Why Microsoft Azure Open AI Service trainings require enterprise level access?

The training content is for the student who need restriction free learning but when Open AI service training is restricted to have an enterprise level request, it is acting as a barrier for a person to learn about those services. Why is there no free…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,174 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,386 questions
asked 2024-05-01T16:35:48.4466667+00:00
Deepankar 20 Reputation points
commented 2024-05-02T03:40:42.7366667+00:00
Deepankar 20 Reputation points
1 answer One of the answers was accepted by the question author.

Upgrading to .Net 8 results in errors when referenced by a project targeting '.NetFramework=4.61'

I am using the upgrade assistant to upgrade the framework, but it's resulting in many errors. Is there any documentation available that explains step-by-step how to fix the errors that occur during the framework upgrade process?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,388 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
3 questions
asked 2024-04-29T22:40:37.7233333+00:00
Ziya Ganjili 20 Reputation points
commented 2024-05-02T03:39:55.95+00:00
Ziya Ganjili 20 Reputation points
1 answer

How to improve the apache pool efficiency ?

I have roughly around 3000 jsons and i am creating a dataframe out of it and saving it to delta format and it is taking me hours for that even though my spark pool is of medium size. The spark pool runs at 33% utilization,

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,384 questions
asked 2024-04-26T07:38:14.2166667+00:00
Yogesh Yadav 0 Reputation points
commented 2024-05-02T03:38:14.2233333+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
1 answer

Register button is disabled for Azure HDInsight

Hello, I hope this message finds you well. We are having an issue with the registration button for the HDInsight resource provider in the Azure portal. When trying to register from the account of the user with the global adminitiration role, I noticed…

Azure HDInsight
Azure HDInsight
An Azure managed cluster service for open-source analytics.
199 questions
asked 2024-04-26T07:52:04.8166667+00:00
eyma-6141 0 Reputation points
commented 2024-05-02T03:38:04.0933333+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
1 answer

Need help on XAML syntax for ThemeResource and binding in DataTemplate

I have the following code and XAML: class FileCategory { public string Code { get; set; } public string Name { get; set; } } <!-- <Page.Resources> section contains theme resources --> <ComboBox.ItemTemplate> …

Universal Windows Platform (UWP)
asked 2024-04-16T10:06:26.62+00:00
杨岑 121 Reputation points
commented 2024-05-02T03:37:46.72+00:00
Junjie Zhu - MSFT 15,056 Reputation points Microsoft Vendor
1 answer

Databricks OutOfMemory error on code that previously worked without issue

I have a notebook in Azure Databricks that converts a list of columns in a bronze tier table into individual child rows in a silver tier table. This notebook was previously running (for weeks) without issue. Suddenly, I am now consistently receiving an…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,933 questions
asked 2024-04-26T22:03:44.67+00:00
Shane McGarry 0 Reputation points
commented 2024-05-02T03:36:20.2733333+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

About Event Hub Billing Method

Hi Everyone According to the pricing page on Event Hub, one of the fact questions expresses the following: To understand this well, I want you to help me understand this based on the next scenarios. Both scenarios tell us about changing the capactity of…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
558 questions
asked 2024-04-27T04:51:38.29+00:00
Jona 355 Reputation points
commented 2024-05-02T03:35:49.2266667+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
1 answer

Disable Microsoft Defender for Cloud for select virtual machines in Azure

I have several VMs running Windows 10/11 and Ubuntu in my Azure vnet and I really don't need them included in Microsoft Defender for Cloud. I've done some searching and apparently there is no way to select which VMs are included in the service, it's an…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,148 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,200 questions
asked 2024-05-02T01:43:52.0066667+00:00
Paul Nerie 266 Reputation points
commented 2024-05-02T03:35:34.75+00:00
Marcin Policht 10,845 Reputation points MVP
2 answers

How to fill a ListView?

Dear all, I'm a beginner in C#. Could anyone tell me how to fill a ListView?

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
asked 2024-04-30T05:22:04.94+00:00
BenTam 1,561 Reputation points
commented 2024-05-02T03:35:10.3+00:00
BenTam 1,561 Reputation points
1 answer

Failure on Write EventSubscription - Internal error

I am trying to set up Databricks Autoloader with File Notifications. Every time I get a failure on the EventSubscription/write operation. I have tried giving the relevant account as much access as I can but still nothing. { "statusMessage":…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,933 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-04-26T21:07:19.1333333+00:00
Bradley Jamrozik 0 Reputation points
commented 2024-05-02T03:33:14.51+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
1 answer

I want to close my old hotmail-account but I cannot as there is a tenant using that account

I want to close my old (not in use anymore) hotmail MS-account. But while attempting to close it, the system tells me there is a tenant (I do have the Tenant-ID) using that account. I do not remember why/when/how I ever setup such a tenant. But if I go…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,531 questions
asked 2024-04-30T17:54:43.3366667+00:00
Paul1202 0 Reputation points
commented 2024-05-02T03:31:37.65+00:00
Paul1202 0 Reputation points
1 answer

How to ship Azure Databricks artifacts from Dev->QA->Prod through Azure Devops Pipelines?

We have a Azure Databricks workspace and Dev/QA/Prod environments. Everytime the Data engineers have to ship the artifacts from nonprod -> prod (e.g. python notebooks, config modules, etc) they have to copy the artifacts manually over to the next…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,933 questions
asked 2024-04-29T21:17:03.8233333+00:00
Cataster 641 Reputation points
commented 2024-05-02T03:30:34.6966667+00:00
PRADEEPCHEEKATLA-MSFT 77,426 Reputation points Microsoft Employee
2 answers

MMC has detected an error in a snap-in. It is recommended that you shut down and restart MMC

Hi, I get this error when I open "Internet Information Server (IIS) 6.0 Manager" and then I right click on "Properties" of "[SMTP Virtual Server #1]" item. O:S: Windows Server 2022 Standard. I read many similar…

Internet Information Services
asked 2022-05-31T18:10:20.037+00:00
Stefano Milanesi 46 Reputation points
commented 2024-05-02T03:29:21.5866667+00:00
ohcnap 0 Reputation points
1 answer

How to block the "open with" option of all files, or the "property option" of files

Hi! I would like that all my "csv" files are open with only one "specific program" and the option to change this "specific program" and choose another program to open any CSV file is password protected or blocked to the…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,194 questions
asked 2024-05-02T00:28:25.81+00:00
Sebastiàn Saldarriaga Ringwelski 0 Reputation points
answered 2024-05-02T03:28:58.2633333+00:00
Karlie Weng 14,181 Reputation points Microsoft Vendor