340,234 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Php Curl Request to upload file on the azurefile

I am using php5.3 and most libraries do not support php5.3 so I plan to use curl request to upload or receive files from azure file service (not blob). Can anyone send a sample code for this? I got a reference from microsoft document to call the rest…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,156 questions
asked 2020-12-04T05:54:50.247+00:00
mohit sharma 21 Reputation points
commented 2022-01-24T23:22:44.657+00:00
Jayant Ochani 1 Reputation point
1 answer

.NET standard dll is NOT generated all of sudden.

All of sudden, VS complains "Could not copy the file..." Severity Code Description Project File Line Suppression State Error MSB3030 Could not copy the file "obj\x64\Debug\netstandard2.0\Way.Standard.AppGeneral.dll" because it was…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
asked 2022-01-21T00:52:17.257+00:00
SmilingMoon 981 Reputation points
commented 2022-01-24T23:22:29.44+00:00
SmilingMoon 981 Reputation points
1 answer

Java API fails to upload to Azure blob storage with "Signature did not match. ... $blob..." error

I am trying to craft a Java client to upload files to a Azure blob storage container. The client uses a pre-generated SAS token, generated for a container named 'inbound'. I successfully uploaded files to the container but suddenly started getting this…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,415 questions
asked 2022-01-24T06:24:58.06+00:00
Sonam Chauhan 11 Reputation points
commented 2022-01-24T23:20:35.13+00:00
Sonam Chauhan 11 Reputation points
2 answers

Unable to book exam. Error with the e-mail provided.

Request Id: 0def3703-7cd9-41c9-adda-f5c4e4321200 Correlation Id: d9b65b3d-e3f2-4ff8-93bf-89e77a3f25ec Timestamp: 2022-01-24T23:05:17Z Message: AADSTS50020: User account 'Deoraj.kalpoo@JR166 .com' from identity provider 'live.com' does not…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,882 questions
asked 2022-01-24T23:12:29.743+00:00
DEORAJ KALPOO 1 Reputation point
answered 2022-01-24T23:19:16.957+00:00
Dave Patrick 426K Reputation points MVP
1 answer One of the answers was accepted by the question author.

Can not get the photo of other organize/companies by their ID

I can not get the photo of other organize/companies by their ID. Normally, I just get filled in a colleague's ID to get a photo. eg. https://graph.microsoft.com/v1.0/users/{theirID}/photos/120x120/$value. but, the email has to include in the same…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,520 questions
asked 2021-11-03T09:59:00.173+00:00
Janraluek, Jirayu 66 Reputation points
commented 2022-01-24T23:17:55.6+00:00
Brett Hacker (MSFT) 6 Reputation points
3 answers One of the answers was accepted by the question author.

Can insufficent memory cause allocation & extent errors?

SQL Server 2014 SP3 GDR Can insufficient memory cause allocation & extent errors? Let's say you have 168 databases on this instance. One of them is 2.4TB in size and four others 1TB + Just barely 1TB of memory. Hybrid environment, lots of…

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,653 questions
asked 2022-01-24T17:12:51.52+00:00
Frank Garcia 41 Reputation points
accepted 2022-01-24T23:16:34.17+00:00
Frank Garcia 41 Reputation points
0 answers

cannot save setting in network share

cannot save setting in network share

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,389 questions
asked 2022-01-21T21:12:40.49+00:00
Bruce Hines 1 Reputation point
commented 2022-01-24T23:05:32.75+00:00
James Hamil 21,466 Reputation points Microsoft Employee
5 answers One of the answers was accepted by the question author.

How to replace stuff with string agg on sql server 2017 ?

i work on sql server 2017 i need to replace stuff with sting agg string_agg so how to do that please SET @Sql= CONCAT('INSERT INTO ExtractReports.dbo.TAllData(PartID,Code,CodeTypeID,RevisionID,ZPLID ,ConCount,FeatureName,FeatureValue)','…

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,653 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,551 questions
asked 2022-01-22T09:14:34.293+00:00
ahmed salah 3,216 Reputation points
accepted 2022-01-24T23:00:23.747+00:00
ahmed salah 3,216 Reputation points
1 answer One of the answers was accepted by the question author.

Access review status shows as FAILED in Privileged Identity Management | Azure AD roles

My account is a Global administrator account and i am setting access reviews at Privileged Identity Management | Azure AD roles for user administrator role. Basically i would like to do an access review for all the users who are the part of USER…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,389 questions
asked 2022-01-08T07:47:59.187+00:00
kumar kaushal 176 Reputation points
accepted 2022-01-24T22:51:13.57+00:00
kumar kaushal 176 Reputation points
5 answers

What are the best way of archiving table to a new database

Hi, I would need to archive logtable from one db to another db from the last achieved logs to the recent logs. Eg: If archived happened on 5th of jan and if am executing the procedure today then it should copy log from 6th of jan till now . we…

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,653 questions
asked 2022-01-13T08:54:59.827+00:00
Racheal 226 Reputation points
commented 2022-01-24T22:46:30.1+00:00
Erland Sommarskog 100.8K Reputation points MVP
2 answers

SQL Server query performance improves significantly when adding redundant calculations to subquery columns

We have some complex queries that can take minutes to run. By adding a calculation (+ @@spid * 0) to the column returned in the subquery the execution plan changes and the query returns in a couple of seconds DocID IN ( SELECT DocID + @@spid * 0 FROM…

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,653 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,551 questions
asked 2022-01-21T01:01:41.047+00:00
David N 21 Reputation points
commented 2022-01-24T22:43:59.76+00:00
Erland Sommarskog 100.8K Reputation points MVP
4 answers

Infected system/BIOS? - reinstalling OS and formatting drive did not resolve issue

Dear Sysinternals Community, I am new user and I will soon use Sysinternals tools for first time. I have problem on my local network. All devices strange behavior and looks infected. I reinstalled OS (Windows 10) and wiped SSD drive with diskpart and…

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,082 questions
asked 2022-01-19T00:12:14.477+00:00
PeterQ94 1 Reputation point
answered 2022-01-24T22:38:30.383+00:00
PeterQ94 1 Reputation point
1 answer One of the answers was accepted by the question author.

How can I shrink my Android game before uploading it to Google Play Console?

I want to shrink my Android game(for Phones and Tablets) before uploading it to Google Play Console but I don't know if I should use Proguard or R8 to shrink it. In addition, I don't know if I can use obfuscation because I use Visual Studio for Mac. …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
asked 2022-01-19T15:16:24.93+00:00
Kim Strasser 661 Reputation points
accepted 2022-01-24T22:33:55.42+00:00
Kim Strasser 661 Reputation points
4 answers

Random reboots caused by Intune pushed applications

I have several apps pushed out by Intune. However, several of my users (WIndows 10) is experiencing random reboots. Event ID 1074 shows the following down below. Has anyone else experienced this in their environment? Any resolution? Index …

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
872 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,304 questions
asked 2022-01-11T22:40:56.967+00:00
Daniel Lee 1 Reputation point
commented 2022-01-24T22:19:52.157+00:00
Chris Liard 1 Reputation point
1 answer

When logging in the default email is incorrect but will not allow me to change it?

Specifically when I am trying to login for support an inactive account email defaults for the login with no option to change the email, therefore I cannot get support?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,882 questions
asked 2022-01-24T17:10:57.247+00:00
Kala 1 Reputation point
commented 2022-01-24T22:06:45.567+00:00
JamesTran-MSFT 36,361 Reputation points Microsoft Employee
1 answer

Wrap image in word document using OpenXml SDK

Is there a way to add a new text wrapping type to an image (for example set the wrap option of the image as "Tight") in a word document using OpenXml SDK where the wrap option of the image is already set as "Behind Text"?

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,459 questions
asked 2022-01-12T07:17:05.533+00:00
Thimali Kannangara 1 Reputation point
answered 2022-01-24T21:55:31.44+00:00
Obaid Farooqi MSFT 511 Reputation points Microsoft Employee
1 answer

How to upgrade some commands from Azure SDK 11 to SDK 12 in Xamarin Forms

I've been tasked with switching out Azure SDK 11 and using 12. Below I have included a section of code that uses SDK11 commands followed by the same code that is partially converted to using SDK 12. There are a number of methods used in SDK 11 that I…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,415 questions
asked 2022-01-18T04:18:45.477+00:00
WillAutioItrax 201 Reputation points
answered 2022-01-24T21:54:57.997+00:00
WillAutioItrax 201 Reputation points
1 answer One of the answers was accepted by the question author.

Synapse analytics linked service unable to connect with Managed SQL instance on same VNET

I am getting following error when trying to setup a linked service under Synapse analytics workspace where data source is a managed instance on a different subnet but same vnet. Cannot connect to SQL Database: 'poc-xxxx.database.windows.net', Database:…

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,346 questions
asked 2022-01-18T00:59:44.11+00:00
Anjali Bisht - MS Cloud 21 Reputation points
commented 2022-01-24T21:43:35.543+00:00
Anjali Bisht - MS Cloud 21 Reputation points
2 answers

Windows Form App - VB.Net: Change default path of UserAppDataPath

Hi, I wanted to access the Windows.storage.dll assembly but VS 2019 keeps saying : Anyway, it seems I can't use that assembly because it's for UAW apps. So my issue is: I want users to store their data anywhere in their local…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,821 questions
asked 2022-01-23T16:16:40.683+00:00
deskcheck1-0579 411 Reputation points
answered 2022-01-24T21:37:35.867+00:00
deskcheck1-0579 411 Reputation points
2 answers

Reliability Monitor Keeps Logging the same error everyday

Hi guys, I am running out of options, I have googled regarding the error message shown below, tried everything everything I have read for this error and I am getting no where. If anyone can help me that would have great. This error message is getting…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,571 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,103 questions
asked 2022-01-17T01:01:22.98+00:00
Ali Abbas 1 Reputation point
answered 2022-01-24T21:23:30.237+00:00
Ali Abbas 1 Reputation point