421,077 questions

Sort by: Updated
1 answer

Azcopy Sync not transferring some files

I am using version 10.6.0 of azcopy sync to mirror my onsite unstructured data to Azure Blob. I ran an azcopy sync job yesterday and our (proprietary) validation tool found a lot of mismatches. I verified that azcopy is not copying some files to Azure.…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,112 questions
asked 2020-11-17T16:02:07.82+00:00
Arvidson, Lars 1 Reputation point
commented 2020-12-04T06:34:20.077+00:00
Sumarigo-MSFT 47,506 Reputation points Microsoft Employee
1 answer

What is this

I found this app, and I'm a little bit concerned because my Defender said my computer had a Trojan malware. I think the Defender got rid of the virus, but while I was looking through the apps, I found this "Microsoft Edge Update". This…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,491 questions
asked 2020-12-03T15:22:24.18+00:00
Yu_n 1 Reputation point
answered 2020-12-04T06:33:03.837+00:00
Yu Zhou-MSFT 14,921 Reputation points Microsoft External Staff
1 answer

get contents from a list of blobs in a container

I have a list of blob names and I would like to get the contents of each blob in a line in C#. I am aware of the below code which gives me the content but for this I have to pass blob name within a foreach loop each time which means a query to database…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,112 questions
asked 2020-11-06T16:28:29.18+00:00
Ankit Kumar 91 Reputation points
commented 2020-12-04T06:31:48.143+00:00
Sumarigo-MSFT 47,506 Reputation points Microsoft Employee
4 answers

Xamarin Forms PathGeometry click event

Hello, I have a problem with the Path element. I want to be able to click on a PathGeometry and scale it, unfortunately this is only possible with a Path element. I also tried to convert it to its own Path element, but then the positions do not match…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,377 questions
asked 2020-11-23T15:13:22.15+00:00
Max 1 Reputation point
commented 2020-12-04T06:30:50.063+00:00
Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,751 Reputation points
1 answer

How to capture Pointer Pressed in Button and continuing press?

Hello, I like to create a button allowing user to keep pressing to increase number value, which is a common in mobile app button action for numeric value. 2 questions. PointerPressed event on Button doesn't fire. <Button…

Universal Windows Platform (UWP)
asked 2020-12-04T05:06:03.623+00:00
SmilingMoon 981 Reputation points
answered 2020-12-04T06:28:50.42+00:00
Yan Gu - MSFT 2,676 Reputation points
0 answers

Webview Session Storage lost when navigate between Xamarin pages

I have a Xamarin.Forms App with Two Pages, one with a WebView and other with just text. Session Storage lost data when I navigate between pages. //APage.xaml <WebView x:Name="webView" WidthRequest="1000"…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,377 questions
asked 2020-12-01T20:29:54.957+00:00
fernando mondo 1 Reputation point
commented 2020-12-04T06:26:06.307+00:00
Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,751 Reputation points
3 answers One of the answers was accepted by the question author.

Reset service account password

Hi, We have to reset the password of more 100 service accounts to apply the new password policy. Which impact can we have after the password reset?

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,630 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,912 questions
asked 2020-12-03T23:54:03.74+00:00
LucasBudas-9886 301 Reputation points
answered 2020-12-04T06:23:29.06+00:00
Vicky Wang 2,736 Reputation points
0 answers

Enable Bitcode in Xamarin.iOS

Hi, I am wondering if there is any way to enable bitcode in my Xamarin iOS app. From everything that I have found, this doesn't look like this is officially supported. If that is the case, is there any way to find out when this might get supported?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,377 questions
asked 2020-12-03T21:06:37.447+00:00
Hammad Ahmed 1 Reputation point
commented 2020-12-04T06:19:35.277+00:00
Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,751 Reputation points
2 answers One of the answers was accepted by the question author.

Reading startDate and endDate as a string from a filename to copy data based on that string dynamically

Greetings everyone I am new to data factory and need some assistance. I am copying files from an on-prem storage to ADLSgen2. I have created a copy pipeline which has the following sequence: Get metadata activity (getting the childItems) …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,344 questions
asked 2020-12-02T16:11:54.173+00:00
Tinashe Chinyati 156 Reputation points
commented 2020-12-04T06:16:50.667+00:00
Tinashe Chinyati 156 Reputation points
2 answers

Real time progress ofSQL index maintenance job

Hello, Is there a query to check the percentage completion of the index maintenance job? Like how we used to check for backup progress % using sys.dm_exec_requests ? Thanks, Arun

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,491 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,692 questions
asked 2020-12-02T13:38:06.41+00:00
Arunkumar Janakiraman 1 Reputation point
commented 2020-12-04T06:15:32.78+00:00
EchoLiu-MSFT 14,601 Reputation points
2 answers

Linked Server Job Error

I have a scheduled job that is running everyday. The job step is to execute a stored procedure for hourly caching logic for Case load Data. The job has been successful until yesterday afternoon when it failed with the following errors: Cannot get…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,491 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,692 questions
asked 2020-12-01T18:05:06.17+00:00
SQLLover21 201 Reputation points
commented 2020-12-04T06:10:01.78+00:00
Cris Zhan-MSFT 6,646 Reputation points
1 answer

Xamarin.UITest... How do I get the value of a Xamarin Forms CheckBox using Xamarin.UITest REPL (iOS)?

I have a UI test which attempts to check the state of a CheckBox. Whether it is checked or not. On Android I have no problem. But on iOS I cant get it to work. For a UISwitch I can use: app.Query(x =>…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,650 questions
asked 2020-12-03T14:46:50.67+00:00
Sean Conlon 1 Reputation point
answered 2020-12-04T06:05:10.027+00:00
Tianyu Sun-MSFT 33,551 Reputation points Microsoft External Staff
1 answer

SSMA Oracle Migration to SQL Server - Automation

Hi We're looking at using SSMA to do a regular build of a SQL Server database from an Oracle database for a client datawarehouse team. I've been able to set this up using SSMA and run it using the application. I'm now looking at automating this using…

SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
558 questions
asked 2020-11-18T21:54:26.577+00:00
Rob Stevens 1 Reputation point
answered 2020-12-04T06:04:44.007+00:00
Alexander Ivanov 491 Reputation points
0 answers

Duplex Named Pipe with Python Server and C# Clients

Hi, I am trying to set up a Python server to process objects from C# (.NET) clients with a duplex named pipe. I've seen some good examples for setting up pipes, but it's going the other way: With the server in C# and Python as the client. Instead…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,650 questions
asked 2020-12-03T23:23:30.78+00:00
Wally96333 71 Reputation points
commented 2020-12-04T06:03:18.077+00:00
Xingyu Zhao-MSFT 5,371 Reputation points
1 answer

Microsoft SQL Server can't load this document

Hi, When I try to open my maintenance plan for backups it shows me this error: Microsoft SQL Server Managment Studio can't load this document, error loading from XML anyone knows where is the XML in order to check if is still there or how I can…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,491 questions
asked 2020-12-03T00:21:01.963+00:00
Roberto Torres 1 Reputation point
commented 2020-12-04T05:59:04.38+00:00
CathyJi-MSFT 22,351 Reputation points Microsoft External Staff
2 answers

SQL Server seems to install numerous immersive applications (appContainers for satellite process) - why?

After installing SQL Server 2019 Enterprise, I noticed that it installs quite a number of cryptic appContainers for something called the "MsSqlLaunchPad": I couldn't find any information on this feature. What are these more than 20…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,491 questions
asked 2020-12-02T21:19:08.753+00:00
AxD 671 Reputation points
commented 2020-12-04T05:42:34.217+00:00
CathyJi-MSFT 22,351 Reputation points Microsoft External Staff
1 answer

FirebaseFireStore Exception in Xamarin Android

Hi there, I'm trying to access Google Firebase Cloud Firestore collection through the following code. The app is not null. However, the getinstance throws an error - "Failed resolution of: Lcom/google/common/io/BaseEncoding" error and crashes…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,377 questions
asked 2020-11-29T20:53:02.737+00:00
velichety 1 Reputation point
commented 2020-12-04T05:27:43.633+00:00
JessieZhang-MSFT 7,711 Reputation points Microsoft External Staff
1 answer

Identify if VM is running on Azure Cloud or Azure Stack Hub

I need to identify if a VM is running on Azure cloud or Azure stack hub. MSFT documentation says that the IMDS service is not available on Azure Stack Hub VMs. Call to IMDS on Azure Stack Hub VM returns 500 error code and message…

Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
192 questions
asked 2020-12-03T09:42:11.353+00:00
Sachin Laddha 1 Reputation point
commented 2020-12-04T05:19:03.607+00:00
Sachin Laddha 1 Reputation point
1 answer

Azure AD Single sign on with OpenSAML2 API

Hi, We are using OpenSAML2 API in our Service Provider. We need to integrate with Azure AD single sign-on (Identity Provider). Please guide us, how can we integrate this Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,642 questions
asked 2020-12-03T06:00:49.917+00:00
Sumit Soni 1 Reputation point
commented 2020-12-04T05:14:59.077+00:00
soumi-MSFT 11,821 Reputation points Microsoft Employee
1 answer

AKS Insights - Pod CPU Usage going above 100%

Hi, I have a question about Pod Usage in AKS Insights being able to go above 100%. What could be the case of that, is that just a kind of process overhead error? Because K8s shouldn't be able to allocate more than the limit to a pod. I would…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,507 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,311 questions
asked 2020-11-24T13:04:17.283+00:00
Isacenoks, Ilja 1 Reputation point
answered 2020-12-04T04:54:17.783+00:00
SwathiDhanwada-MSFT 18,891 Reputation points