345,332 questions

Sort by: Updated
1 answer

Is Azure Automation Tasks is Billable? Then How much

Hi, I am not using the virutal machine every saturday and sunday, so i am thinking to create a automation task to start virutal machine and power off the virtual machine. Then i need to know how much cost it take for month. And is there any way to create…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,202 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,133 questions
asked 2024-05-12T10:45:05.2066667+00:00
Mani Kumar Reddy Chinnam 0 Reputation points
answered 2024-05-12T11:27:37.2833333+00:00
Marcin Policht 12,320 Reputation points MVP
2 answers

Can you assist with a Synapse issue involving memory allocation in SQL DW Copy Command in Data Factory, without solely resorting to increasing DWU?

I'm encountering an issue while using the Copy Activity in Data Factory with the Polybase copy option. The error message I receive is as follows: “…..SQL DW Copy Command operation failed with error 'Unable to allocate 257707 KB for columnstore…

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,422 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,650 questions
asked 2024-04-27T20:11:41.1666667+00:00
EmaLom 0 Reputation points
edited a comment 2024-05-12T11:21:08.6266667+00:00
Amira Bedhiafi 15,831 Reputation points
1 answer One of the answers was accepted by the question author.

How to display Image Data on .NET MAUI Blazor App

How to display Image Data on .NET MAUI Blazor App Here is the api that fetches Image data https://quizapijwt.azurewebsites.net/api/Questions Images are stored in imagedata bytea CREATE TABLE public."Questions" ( "SNo" int4 NOT NULL…

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,404 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,929 questions
asked 2024-05-11T14:40:39.1366667+00:00
Maui Learner 460 Reputation points
commented 2024-05-12T11:20:43.7466667+00:00
Maui Learner 460 Reputation points
2 answers One of the answers was accepted by the question author.

How to keep ARM Template in sync when modifying Azure Data Factory?

I'm unclear on the process for maintaining the ARM Template for deployments when modifying an Azure Data Factory (ADF). I see two options: Modify the ADF in the browser-based drag-n-drop editor and use the generated Json ARM Template as is. Manually…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,650 questions
asked 2024-05-02T13:38:26.7833333+00:00
Moyer, Todd 40 Reputation points
commented 2024-05-12T11:20:37.0466667+00:00
Amira Bedhiafi 15,831 Reputation points
2 answers

How to update and delete a row using Azure Data Factory Change Data Capture

I am exploring Azure Data Factory CDC feature, and I am trying to perform the CDC from one SQL table to another SQL table, also the SQL table in the source has a primary key. Whenever a new row is added to the source table, it gets added to the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,650 questions
asked 2024-04-28T17:40:36.5966667+00:00
jigsm 236 Reputation points
commented 2024-05-12T11:18:45.4466667+00:00
Amira Bedhiafi 15,831 Reputation points
2 answers One of the answers was accepted by the question author.

How to identify if someone has disconnected AzureGit in Azure Synapse Analytics

Someone has disconnected the AzureGit connection from Azure Synapse Analytics. Is there a way to figure out who has done that task or is there a way to restrict it ? or is there any way we can implement security so only selected people can…

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,422 questions
asked 2024-05-09T19:47:36.5066667+00:00
Ajay Rana 20 Reputation points
commented 2024-05-12T11:16:48.07+00:00
Amira Bedhiafi 15,831 Reputation points
3 answers

Excel cells maximum sum

Good evening to all, In excel in cells F8:F9 we have the numbers 17 and 11 respectively (sum 28), in cells M8:M9 we have the numbers 14 and 9 respectively (sum 23) and in cells T8:T9 we have the numbers 17 and 14 respectively (sum 31). I am looking for…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,499 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,649 questions
asked 2024-05-08T21:45:29.8733333+00:00
edited a comment 2024-05-12T11:15:29.5133333+00:00
1 answer

Configuring sql user permission to INSERT only via stored procedure in Synapse dedicated pool

We currently have a client with External users set up via AAD and each group has access to a certain schema with grant permission to select, insert, delete and update on their dedicated SQL pool. Our client would like to revoke explicit insert, delete…

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,422 questions
asked 2024-05-02T10:09:36.33+00:00
Marjan Selahi 0 Reputation points
commented 2024-05-12T11:14:58.8033333+00:00
Amira Bedhiafi 15,831 Reputation points
0 answers

My MCC cache server lost 7GB or 10Gb cached data every 4 or 5 hour

I am work in a ISP, i configure Microsoft Connected cached in my ISP on UBANTU, but i lost my cached data every 4 or 5 hour or for one o two days i lost 70% my cached data, how to fix this issue???

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
544 questions
asked 2024-05-12T06:46:47.9366667+00:00
Mohammad Sinan 0 Reputation points
commented 2024-05-12T11:12:23.7866667+00:00
Mohammad Sinan 0 Reputation points
2 answers One of the answers was accepted by the question author.

Graph API - Upload File to ListItem

Hello, I know how to use the Graph API to upload small files (<4MB) to Drive Folders and to Document Libraries. However, I can not figure out how to Upload Files to existing ListItems. Is that possible with the Graph API? Many Thanks, Shadi

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,716 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,686 questions
asked 2022-04-28T06:55:31.467+00:00
Shadi Rashed 66 Reputation points
commented 2024-05-12T11:12:18.6833333+00:00
Michigan contact lens 0 Reputation points
0 answers

problem in setting businees central

i have problem in setting up businees central 2023, the eror showing If you are targeting a cloud instance, supply these IDs if contacting Microsoft support. [2024-05-12 15:25:03.55] Sending request to…

Windows 365 Business
asked 2024-05-12T11:11:16.4566667+00:00
Aditya Singh 0 Reputation points
1 answer

Using elephas and keras deep learning libraries in Synapse notebook

Hi, I tried to find a solution for distributed computing with Keras deep learning libraries in Azure Synapse Notebook. 'elephas' looks like a good option. But I encountered the following error: Py4JJavaError Traceback (most recent call last) Cell In…

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,422 questions
asked 2024-05-09T21:01:35.28+00:00
uuu zhu 20 Reputation points
commented 2024-05-12T11:08:38.4+00:00
Amira Bedhiafi 15,831 Reputation points
1 answer

How to create service principal, link to the azure sql database in the azure portal.

I want to know how to create service principal to connect to azure SQL server database. (I tried by creating user assigned identity. But this also not succeeded.) The user assigned manage identity is configured by, *create user assigned manage identity…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,650 questions
asked 2024-05-12T04:20:51.1966667+00:00
Athula Chandrawansha 0 Reputation points
answered 2024-05-12T11:05:30.41+00:00
Amira Bedhiafi 15,831 Reputation points
1 answer

couldn't able to download Microsoft certificate

couldn't able to download Microsoft certificate , there is no certifications tab showing for me to download the certificate dont know wt to do .

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,261 questions
asked 2024-05-12T10:03:31.26+00:00
Bharath SP 0 Reputation points
edited the question 2024-05-12T11:03:24.94+00:00
Rakesh Gurram 3,330 Reputation points Microsoft Vendor
0 answers

How to use c++ 20 modules in shared libraries ?

Hello everyone, I am currently working on a test-project where I want to use shared libraries and I would like to leverage the new C++20 modules feature. However, I am having some difficulty understanding how to properly set up my code to use C++20…

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,545 questions
asked 2024-05-10T19:22:17.17+00:00
Michael Brunner 0 Reputation points
commented 2024-05-12T10:57:58.02+00:00
David Lowndes 2,355 Reputation points MVP
0 answers

Issue with button action on unfurling link adaptive card

I have developed a Message Extension Teams app that includes a feature for link unfurling. Upon pasting the link, an adaptive card containing a button shows up in the chat. Generally, I want to popup a dialog that opens upon clicking the button and…

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,886 questions
asked 2024-05-09T07:30:05.3933333+00:00
XDeveloper 0 Reputation points
commented 2024-05-12T10:56:56.11+00:00
XDeveloper 0 Reputation points
1 answer

Test email not working

I have configured a domain (SPF, DKIM, DKIM2 all showing green) connected it to communication services created a suppression list etc. and all seems good but when I go to Try email to send a test email it says "Email successfully…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
695 questions
asked 2024-05-12T09:52:45.2733333+00:00
Oliver Häusler 0 Reputation points
answered 2024-05-12T10:55:32.8766667+00:00
Oliver Häusler 0 Reputation points
0 answers

MAUI on MAC

Hi, I have new MAC. I developed app in VS 17.8.4 net 8. How to install vs code on MAC ? Which extensions in VS Code to install ? What I need more to run the project that witten in VS 17.8.4? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,929 questions
asked 2024-05-12T10:55:17.5+00:00
Dani_S 2,746 Reputation points
1 answer

Cannot read excel file which is in using adls using load_workbook of openpyxl in databricks

Cannot read excel file which is in using load_workbook of openpyxl but can read if copied to dbfs

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,358 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,449 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,947 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,650 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,649 questions
asked 2024-05-10T10:34:09.57+00:00
Alpha 20 Reputation points
answered 2024-05-12T10:45:15.2633333+00:00
Suba Balaji 11,186 Reputation points
1 answer

How to Get REST API Data when return rows are more than 30,000 and store in one single csv

How to Get REST API Data when return rows are more than 30,000 and store in one single csv. I tried pagination rule with AbsoluteUrl to $.Response. How to get copy activity go through each record with offset and limit automatically? How to write all…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,650 questions
asked 2024-05-09T08:27:59.8866667+00:00
Avnish Yadav 0 Reputation points
commented 2024-05-12T10:44:33.3866667+00:00
Harishga 3,750 Reputation points Microsoft Vendor