401,088 questions

Sort by: Updated
2 answers

SparkException: Job aborted due to stage failure: Task not serializable: java.io.NotSerializableException:

Hi, I am running this code but this is throwing this error: SparkException: Job aborted due to stage failure: Task not serializable: java.io.NotSerializableException:

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,311 questions
asked 2020-06-14T03:55:51.703+00:00
Rajaniesh Kaushikk 191 Reputation points MVP
accepted 2020-06-16T09:55:30.627+00:00
Rajaniesh Kaushikk 191 Reputation points MVP
1 answer

How to convert "0.00%" to a number format

Hello Everyone, I've a query regarding the format conversion. Is there any possibility to convert the "0.00%" format to a number format. Since by using VALUE() function we can convert the "0" or "0,000" format to a…

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
829 questions
asked 2020-06-16T09:15:10.86+00:00
Harsh Joshi 1 Reputation point
commented 2020-06-16T09:39:35.79+00:00
Leon Laude 85,861 Reputation points
2 answers

Cant we use Key Valut URI from an API to create cosmos DB Account ?

When I invoke the api with the payload containing keyvaulturi parameter I get the status failed. Failed to refresh the collection list. Please try again later. Can any one help please

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,738 questions
asked 2020-06-11T08:10:28.313+00:00
Ravi Teja Manchikanti 46 Reputation points
commented 2020-06-16T09:20:22.947+00:00
KalyanChanumolu-MSFT 8,346 Reputation points
1 answer

Adding additional claims and values for Azure SAML Based Sign ON

We are trying to add additional fields to a created enterprise application with our SAML based Sign-on in addition. The attribute we want is defined and populated in our on prem AD we just need to know how to connect that to the options in the "Add…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,990 questions
asked 2020-06-15T17:47:58.917+00:00
JB_Rennit 1 Reputation point
answered 2020-06-16T09:12:14.083+00:00
AmanpreetSingh-MSFT 56,731 Reputation points
1 answer One of the answers was accepted by the question author.

Limits connecting with my device

Hello Everyone, i have an issue connecting my device with Azure Iot central because the password's mínimum character in azure central is 90 and the device's password is about 64. What can i do? I'm new with azure iot, if i can do it with azure iot or…

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
367 questions
asked 2020-06-15T15:45:15.707+00:00
Carlos Colina 46 Reputation points
accepted 2020-06-16T08:53:28.863+00:00
Carlos Colina 46 Reputation points
2 answers

How to get the auto startup list for UWP apps?

I know how to get the auto startup list for Win32 desktop, but how to get all the auto startup UWP apps list like Windows Task Manager? thank you.

Universal Windows Platform (UWP)
asked 2020-06-11T07:08:50.723+00:00
Steven Young 261 Reputation points
commented 2020-06-16T08:42:24.98+00:00
Richard Zhang-MSFT 6,936 Reputation points
2 answers

Face API: liveness check

Does Face API support a liveness check? We want to ensure that the face camera sees is a live person, rather a photo or a video of someone. Does Face API support something like that?

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
175 questions
asked 2020-06-09T14:39:59.05+00:00
acp1092 1 Reputation point
answered 2020-06-16T08:36:19.877+00:00
romungi-MSFT 48,431 Reputation points Microsoft Employee
1 answer

ASR Error 10003

Hi Team, We have ASR configured on a Windows 2012 R2 Server running SQL Server 2014 in Production. ASR has been healthy since its configuration (~3 years ago). However, it changed to "Critical", with an RPO of 13 hours as of now (which…

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
748 questions
asked 2020-06-15T08:18:25.02+00:00
Yagnavalkya Siva Prasad Manchi 1 Reputation point
commented 2020-06-16T08:32:23.43+00:00
SadiqhAhmed-MSFT 48,256 Reputation points Microsoft Employee
0 answers

Warning in Event Viewer from Work Folder setup logged every few minutes: Event 13007

Hi, I am using work folders and have it available externally via AAD Application proxy. Everything is working fine with the setup. Sync works fine on both domain joined and stand alone machines whilst not on site. But this warning keeps getting…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,990 questions
asked 2020-06-08T09:55:33.873+00:00
Gregg Cooper 1 Reputation point
commented 2020-06-16T08:28:10.13+00:00
Gregg Cooper 1 Reputation point
1 answer One of the answers was accepted by the question author.

Assign Multiple Roles in Azure

Under IAM I have assigned a user multiple roles. But when the user logs in and clicks on the subscription, next to My Role, only a single role is shown. Does that mean that a user will receive only one of the assigned roles?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,990 questions
asked 2020-06-16T06:22:01.283+00:00
Pubudu Gunawardena 21 Reputation points
accepted 2020-06-16T07:40:36.913+00:00
Pubudu Gunawardena 21 Reputation points
1 answer One of the answers was accepted by the question author.

How to extract nth occurrence substring from a string column in SQL Table

Hi All I have a nvarchar(MAX) column (as below) in SQL table, I need to extract nth occurrences substring from this column; I manage to extract the 1st occurrence with CHARINDEX statement 10137-microsoft-technet-qa-roychen.pdfbut unable to extract…

Azure SQL Database
asked 2020-06-16T03:43:00.1+00:00
Roy Chen 21 Reputation points
accepted 2020-06-16T07:36:33.143+00:00
Roy Chen 21 Reputation points
1 answer

events in custom control in wpf

I've made this user control and it works well, I'm trying to covert it to a Custom Control, but I can't hook up my handler to those 3 events. any help will be appreciated. <Canvas x:Class="SMFU.UserControls.Public.MovableChildCanvas" …

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,817 questions
asked 2020-06-11T16:58:09.337+00:00
essamce 621 Reputation points
commented 2020-06-16T07:29:58.127+00:00
DaisyTian-1203 11,631 Reputation points
1 answer

How to utilize Azure Front door for Web, Mobile and Kiosk

I have configured the Front door earlier for a Web application and it worked fine. Basically, All requests to my SPA application is routed through front door. And SPA then calls APIs through Azure API Management gateway. Now I have a Mobile…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
729 questions
asked 2020-06-16T03:35:22.113+00:00
Mathew James 421 Reputation points
commented 2020-06-16T07:17:58.907+00:00
Malleswara Reddy, G 1,631 Reputation points
1 answer

HELP WITH SAMSUNG NP900X5J-KO1US

ENTER SYSTEM PASSWORD CANT REMEBER SO THEN AFTER 3 TRIES IT GOES INTO SYSTEM DISABLED AND GIVES A CODE . HOW CAN I BYPASS THIS ?[63C686D324649AEOEAF3AB620919A52BD8830EA08184]

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,960 questions
asked 2020-06-16T06:55:20.243+00:00
stephanie horne 1 Reputation point
answered 2020-06-16T07:04:55.973+00:00
Leon Laude 85,861 Reputation points
1 answer

Meta data identification

Hello Team, We have a scenario wherein we need to identify where all a column of a particular table is being used and which all tables would be impacted from the same. eg: col 1 of table t1 is being dropped Scenarios: there is a stored…

Azure SQL Database
asked 2020-06-12T05:52:24.94+00:00
Nandan Gajanan Hegde (g) 1 Reputation point
commented 2020-06-16T07:02:47.273+00:00
KalyanChanumolu-MSFT 8,346 Reputation points
2 answers One of the answers was accepted by the question author.

New to ADFS (setup/diagram)

I am new to ADFS and I want to use one but don't know what the architecture would look like. For Internal use. Am I right to use this diagram? What ports are needed to communicate between the ADFS and DC? Do I need to use ADFS proxy for…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,288 questions
asked 2020-06-07T08:29:41.917+00:00
Janus Bariñan 1,126 Reputation points
accepted 2020-06-16T06:48:58.633+00:00
Janus Bariñan 1,126 Reputation points
2 answers One of the answers was accepted by the question author.

What happens if you select NO for the Warning - Overwrite the existing SMTP certificate?

I renewed an SSL Certificate on an Exchange 2016 server. After importing the certificate, I went on to assign services to it. I selected SMTP, IMAP, POP, and IIS. When I clicked to save a Warning pop-up. I could not take a screenshot at that time but I…

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
829 questions
asked 2020-06-16T05:40:29.29+00:00
Ashan Kanishka Gunawardana 21 Reputation points
commented 2020-06-16T06:35:35.977+00:00
Leon Laude 85,861 Reputation points
4 answers

AKS cold start?

I have about 30 pods (F#/.NET Core + Azure Functions Runtime) running in a 3-node AKS cluster, each of which I am calling every 5 minutes externally (using Application Insights Availability/Web tests). I am observing that if the pod is not called often…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,345 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,235 questions
asked 2020-06-15T12:14:31.533+00:00
Deyan Petrov 1 Reputation point
answered 2020-06-16T06:17:40.527+00:00
Deyan Petrov 1 Reputation point
1 answer One of the answers was accepted by the question author.

Do I need to stop everything while the "Microsoft Azure Backup" agent doing a backup job?

Hi everyone, I guess it is a silly question but I cant find any clear documentation on the following: I have a win 10 On-Premis phsical actual machine. The machine uses "Microsoft Azure Backup" to weekly backup files and folders. Can we…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,345 questions
asked 2020-06-14T06:33:20.29+00:00
Tamir Levy 21 Reputation points
accepted 2020-06-16T06:15:10.697+00:00
Tamir Levy 21 Reputation points
1 answer

iotedge devices error on azure portal after arm64 deployment

Hi, I had my iotedge environment setup with 3 devices: rpi4, bbai and coral. rpi4 and bbai used the standard arm32 environment and i had my modules deployed and working on them. Then, i created an arm64 deployment for the coral following the…

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.
585 questions
asked 2020-04-04T00:07:31.93+00:00
Eugene So 1 Reputation point
commented 2020-06-16T06:06:01.063+00:00
QuantumCache 20,346 Reputation points