291,039 questions

Sort by: Updated
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
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
commented 2024-05-12T11:11:07.04+00:00
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
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
1 answer

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
edited a comment 2024-05-12T10:51:40.05+00:00
AgaveJoe 26,146 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
1 answer One of the answers was accepted by the question author.

Migrate Function App from In process to Isolated process

I'm trying to migrate my functions from in process to isolated process. Previously we used to configure service bus options in the startup like this : services.Configure<ServiceBusOptions>(options => { options.MaxConcurrentCalls = 100; …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,322 questions
asked 2024-04-29T02:56:48.0966667+00:00
Sourav 145 Reputation points
accepted 2024-05-12T10:31:18.8333333+00:00
Sourav 145 Reputation points
11 answers

Windows 11 will not sysprep do to onedrive

In spite of removing Microsoft.OneDriveSync, the sysprep errors continued 2022-02-09 14:25:11, Error SYSPRP Package Microsoft.OneDriveSync_21220.1024.5.0_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,290 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
907 questions
asked 2022-02-09T21:18:29.567+00:00
Carl94580345 31 Reputation points
commented 2024-05-12T09:52:32.3433333+00:00
A.M. Sabuncu 31 Reputation points
1 answer

getting error while migrating a VM to Azure

Hi, I have a lab which I treated as On-Premise. A. Installed and Configure an AD\DNS server in VMware workstation B. Prepare VMware infrastructure Installed and Configure ESXi host in VMware Workstation 2 Configure DNS, network etc Installed and…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
720 questions
asked 2024-05-12T09:15:22.2466667+00:00
Mir 0 Reputation points
edited the question 2024-05-12T09:17:14.08+00:00
Mir 0 Reputation points
1 answer

I need to reschedule my AZ-104 exam

I am not able to reschedule Azure 104 exam. Help me.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,261 questions
asked 2023-09-08T06:07:53.1966667+00:00
Nileshwar Narayan 35 Reputation points
commented 2024-05-12T09:02:03.1566667+00:00
Nishkarsh Jain 0 Reputation points
1 answer

Update Workload Problem/ NuGet Package unable to be installed.

**I have created 3 Projects: FrontEndProject and it is a Blazor Project and this is the csProj:** <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,208 questions
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
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,309 questions
asked 2024-05-10T04:54:17.63+00:00
Muhammad Ghozlan 0 Reputation points
commented 2024-05-12T08:52:09.4633333+00:00
Muhammad Ghozlan 0 Reputation points
2 answers

There Was a Problem Resetting Your PC on Windows 11

There Was a Problem Resetting Your PC on Windows 11

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,705 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,290 questions
asked 2024-05-11T01:20:41.4966667+00:00
Jiang, Tao(IT) 0 Reputation points
answered 2024-05-12T08:42:41.98+00:00
Kapil Arya 7,756 Reputation points MVP
4 answers

Computers stuck in startup-loop "Protected by HP Sure Start" after installing June 14, 2022—KB5014699

After installing the June 14th update (June 14, 2022—KB5014699) on multiple computers they got stuck in an endless lopp after "Protected by HP Sure Start". Affected computers are using Windows 10 21H2.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,705 questions
asked 2022-07-13T10:27:02.707+00:00
Fredrik Lantz-Stensson 26 Reputation points
commented 2024-05-12T08:40:35.9033333+00:00
Hartmut Zach 0 Reputation points
1 answer One of the answers was accepted by the question author.

Footer Not Visible in Mobile View on Modern SharePoint Communication Site

I'm currently working with a Modern SharePoint Communication Site and have encountered an issue where the footer is not visible when viewing the site on a mobile device. However, the footer appears perfectly fine when viewing the site on a desktop. I've…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,878 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,743 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 2024-04-23T10:27:02.99+00:00
Hemant Kabra 40 Reputation points
commented 2024-05-12T08:26:26.1733333+00:00
Hemant Kabra 40 Reputation points
1 answer

On my windows pc my storage sense is not working refer to screenshot

On my windows pc my storage sense is not working refer to screenshot?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,290 questions
asked 2024-05-12T02:51:03.12+00:00
Luke Ferguson 46 Reputation points
answered 2024-05-12T08:15:50.4766667+00:00
S.Sengupta 15,516 Reputation points MVP
1 answer

Hi folks , Getting this error while running copy data activity in azure data factory " Http Url Address 'https://github.com/https://github.com/cloudboxacademy/covid19/blob/main/ecdc_data/cases_deaths.csv' is invalid." Even the url is accessible.

Hi folks , Getting this error while running copy data activity in azure data factory. Consider this is source url " Http Url Address 'https://github.com/https://github.com/cloudboxacademy/covid19/blob/main/ecdc_data/cases_deaths.csv' is…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,650 questions
asked 2024-05-11T22:03:01.63+00:00
Gaurav Joshi 0 Reputation points
commented 2024-05-12T07:57:08.3433333+00:00
Sander van de Velde 29,281 Reputation points MVP
1 answer

How to download one's certifcate

I have just passed my DP-203 certification exam and I want to know how to download my certificate.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,705 questions
asked 2024-05-10T08:32:33.7233333+00:00
Anwana Ekpenyong 0 Reputation points
edited an answer 2024-05-12T07:49:56.03+00:00
S.Sengupta 15,516 Reputation points MVP