95,349 questions with Azure-related tags

Sort by: Updated
1 answer

How do I create a dynamic SQL query for Cosmos DB using Azure Data Factory?

I am doing a simple data flow where I have a source from a cosmos db container, I want to get the latest data that is greater than a _ts value that I store in a variable (SELECT * FROM c WHERE c_ts > @variables('LastRunDateTS')). How can I pass this…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,445 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-30T13:18:23.7733333+00:00
Andrew Hopkinson 6 Reputation points
answered 2024-04-30T16:00:11.7933333+00:00
Andrew Hopkinson 6 Reputation points
0 answers

How do I rename or copy a blob using Azure's Golang SDK?

Is there an API in the Azure SDK for Go that allows me to rename/copy blobs? I've seen CopyFromBlob() being called in overflow.com but it doesn't appears to exist in Azure SDK for Go. I've seen the DownloadStream() and UploadStream() APIs but it appears…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
949 questions
asked 2023-10-06T00:28:57.89+00:00
edited the question 2024-04-30T15:58:53.16+00:00
António Sérgio Azevedo 7,661 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure FrontDoor : Backend Health Percentage not Steady

Hi, Why the backend health percentage of Front-Door is not steady at 100%. It is fluctuating between 97% to 100% My health probe interval is 120 seconds and 2 successful response. Please guide

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
576 questions
asked 2022-11-12T08:16:43.027+00:00
Amit-J 316 Reputation points
commented 2024-04-30T15:57:16.3033333+00:00
KapilAnanth-MSFT 35,001 Reputation points Microsoft Employee
0 answers

sign out and sign in to another Azure directory

Hi, I was a freelancer for a client and needed to create an additional directory (with the same email address as my original one). Now I don't work for the client anymore, deleted the directory at myaccount.microsoft.com and still every time I want to…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,697 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,099 questions
asked 2024-04-30T15:55:57.6666667+00:00
Ron Hofer 0 Reputation points
0 answers

How to fix error Job failed due to reason: com.microsoft.dataflow.broker.InvalidPayload

Operation on target Country failed: {"StatusCode":"DFExecutorUserError","Message":"Job failed due to reason: com.microsoft.dataflow.broker.InvalidPayloadException: Fail to validate with reason: Retry Request, fail to…

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,345 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,697 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-29T13:20:24.6633333+00:00
Dhruva B 50 Reputation points
commented 2024-04-30T15:54:52.89+00:00
BhargavaGunnam-MSFT 26,136 Reputation points Microsoft Employee
1 answer

What Role Assignments Are Required For Bicep that assigns roles inside of Devops Pipeline?

I have a bicep file (https://github.com/siegfried01/SimplerServiceBusSendReceiveDemo/blob/master/infrastructure/deploy-ServiceBusSimpleSendReceive.bicep#L365 ) that calls a bicep module…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
547 questions
asked 2024-04-27T23:44:56.82+00:00
Siegfried Heintze 1,861 Reputation points
commented 2024-04-30T15:54:40.6266667+00:00
Siegfried Heintze (ARTECH CONSULTING LLC) 0 Reputation points Microsoft Vendor
1 answer

need to set "spark.rpc.message.maxSize"

In Synapse Notebook, I tried to run spark.conf.get("spark.rpc.message.maxSize") had the following error: Py4JJavaError Traceback (most recent call last) Cell In [9], line 1 ----> 1 spark.conf.get("spark.rpc.message.maxSize") File…

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,381 questions
asked 2024-04-30T11:21:00.2066667+00:00
uuu zhu 0 Reputation points
edited an answer 2024-04-30T15:52:03.11+00:00
PRADEEPCHEEKATLA-MSFT 77,336 Reputation points Microsoft Employee
0 answers

My authenticator app has lost all apps data and I'm unable to login to apps like twitter

My twitter account is connected to authenticator but after changing my device and restoring dat via smart switch ,all Microsoft authenticator data is missing and I cannot reconnect my twitter account with out the authenticator code

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,511 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
306 questions
asked 2024-04-30T15:51:21.86+00:00
Gideon Githambo 0 Reputation points
2 answers

Backup/Restore and collation update in Azure Synapse

We have one requirement that to change the collation of Azure SQL serverless database in Azure Synapse Analytics to default collation. So I have 2 questions, 1. How to take backup and restore Azure SQL serverless database in synapse. 2. How to update…

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,381 questions
asked 2024-04-30T14:04:23.77+00:00
Shailesh Ganesh Shripati 70 Reputation points
answered 2024-04-30T15:49:30.9066667+00:00
phemanth 5,825 Reputation points Microsoft Vendor
0 answers

Azure Notification Hubs Browser Push

With the latest SDK - it is not possible to implement the sample code MS has given in the below URL. Am I correct in thinking that we will have to wait on  a newer  SDK release of Microsoft.Azure.Notificationhubs because  …

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2024-04-30T15:48:02.4766667+00:00
Donna Ludwig 25 Reputation points
0 answers

Microsoft Learn Azuire Pipelines

I am following the exerices in the Deploy Azure resources by using Bicep and Azure Pipelines course. Due to the ongoing issue, I converted my subscription to pay-as-you-go. I'm trying to deploy a pipeline and still am encountering the…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
949 questions
asked 2024-04-30T15:47:37.5166667+00:00
John Capazo Training 0 Reputation points
0 answers

Why wont my Microsoft authenticator not set up?

I have been trying to sign up for different Microsoft applications (teams, outlook, etc...) on my phone and I need to set up Microsoft authenticator. I have been trying for a couple of days now, and the same error message keeps coming up. It's at the…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,511 questions
asked 2024-04-30T15:47:00.24+00:00
ekps 0 Reputation points
1 answer

How to manage downstream devices when using an IoT Edge Gateway?

I have many downstream devices that don't have internet access and use an IoT Edge Gateway to connect to IoT Hub. I want them to have a Device Identity in IoT Hub and have the Edge device as their parent. But how can I create their device identity, since…

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.
540 questions
asked 2024-04-29T20:04:05.6366667+00:00
Andreas F 0 Reputation points
commented 2024-04-30T15:45:29.94+00:00
Sander van de Velde 28,546 Reputation points MVP
1 answer

Azure VMSS Creation

We presently have  a classic Azure service CMG set up for our SCCM infrastructure. We are looking to migrate to a VM scale set as the classic service will no longer be supported by Microsoft .  The inbuilt CMG creation wizard within SCCM does not allow…

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
347 questions
Microsoft Configuration Manager
asked 2024-04-23T17:28:58.29+00:00
R Peaks 20 Reputation points
commented 2024-04-30T15:45:27.4166667+00:00
Sina Salam 3,721 Reputation points
0 answers

Failed SQL logins to MI coming from same subnet as SQLManagedInstance

We have started monitoring failed login attempts to our managed instance and see some failed connections that we can't seem to figure out what the attempt may be. Error message: A disconnect event was raised when server is waiting for Federated…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
949 questions
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,736 questions
asked 2024-04-30T15:36:48.85+00:00
Ryan Pighin 61 Reputation points
0 answers

As a student how can I access azure AI services.

Hello Everyone, I'm new to the Azure AI service and learning the AI service from microsoft learn portal. But I face issue when I asked for complete the Lab assignment. It required my subscription should be approved to user Azure AI service. I tried to…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,381 questions
asked 2024-04-29T06:46:04.23+00:00
SuryaKanta Nayak 116 Reputation points
edited a comment 2024-04-30T15:34:46.4133333+00:00
navba-MSFT 17,120 Reputation points Microsoft Employee
0 answers

ADF pipeline with upsert throwing error "The data type text cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable"

ADF pipeline writing data from AZURE sql to on prem SQL Server with upsert operation. TEXT fields are part of target system, Even though TEXT fields are not selected in select query and are not mandatory fields still throwing error. I cannot change…

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,736 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-27T01:42:51.18+00:00
Shantanu Dekapurwar 0 Reputation points
commented 2024-04-30T15:32:43.4433333+00:00
Smaran Thoomu 9,685 Reputation points Microsoft Vendor
0 answers

Discussion around different ways to implement PIM for Azure resources

I've found there are two ways to use PIM to grant access to Azure resources and I'd like to understand the differences, if any, between the two. The outcome is the same however the process/workflow to achieve it is different. Method 1 Create an Entra ID…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
949 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
668 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,514 questions
asked 2024-01-30T07:07:38.8133333+00:00
KFM 86 Reputation points
commented 2024-04-30T15:31:51.71+00:00
AH 0 Reputation points
3 answers

How to send a mail notification for a failed pipeline in Azure Synapse Analytics?

How can I send a notification email to a specific email address without using a logic app when one of my Synapse Analytics pipelines fails? I would like to include the error message in the email notification.

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,345 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,431 questions
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,381 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-03-20T15:48:58.53+00:00
Aditya Singh 105 Reputation points
commented 2024-04-30T15:30:48.9533333+00:00
Roberto Cuevas 0 Reputation points
1 answer

error in azure synapse notebook

synapse notebook, I tuned hyperparameter for neural network model, it gave the following error: com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input at [Source: (String)""; line: 1, column: 0] My…

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,381 questions
asked 2024-04-29T19:27:28.13+00:00
uuu zhu 0 Reputation points
commented 2024-04-30T15:29:37.0666667+00:00
Smaran Thoomu 9,685 Reputation points Microsoft Vendor