1,00,943 questions with Azure-related tags

Sort by: Updated
1 answer

cannot open program.cs file using "code Program.cs"

When attempting to complete Step 1 of "Add the code for your text to speech application" of the Create a single-shot recognition speech to text application exercise, I have manually typed-in as well as copied/pasted in the following: code…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,207 questions
asked 2024-06-28T21:52:09.2066667+00:00
James Hackney 61 Reputation points
answered 2024-06-30T14:56:06.4766667+00:00
Pradeep M 1,385 Reputation points Microsoft Vendor
0 answers

How to solve Invalid SessionHandle error with Azure Databricks ?

I am applying a SQLDatabaseChain Chatbot model by using LangChain SQLDatabaseChain and GPT4. I first created this model on Azure Databricks notebook like this : import json import os import langchain import mlflow from mlflow.models import…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,038 questions
asked 2024-06-17T14:38:14.4333333+00:00
Feng YIJUN 0 Reputation points
commented 2024-06-30T14:53:14.4966667+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
0 answers

How to add a new field with a different record type using Avro in the schema registry?

Hi all, Can another record be used as the type field in the Avro schema? Example: Existed schema: { "type": "record", "name": "Foo", "namespace": "com.example", …

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
583 questions
asked 2024-06-14T07:00:32.0033333+00:00
Mariia Kharkhuta 0 Reputation points
commented 2024-06-30T14:52:44.3+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
0 answers

404 Error when Performing Actions in Azure Data Explorer with Client Credentials

I am currently working on an application that utilizes Azure Data Explorer, and I am attempting to use client credentials for authentication. While I have successfully authenticated, I encounter a 404 error whenever I attempt to perform any actions. Here…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2024-06-13T13:48:51.8833333+00:00
itay4 36 Reputation points
commented 2024-06-30T14:52:03+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
0 answers

How to run a purge command in ADX using ADF?

Approach 1 Created an ADX activity in ADF, and in the command field, I wrote the purge command (which I copied from Azure Docs): .purge table MyTable in database DBName allrecords I tried running the purge command but it keeps returning syntax error:…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,977 questions
asked 2024-06-12T18:37:13.4033333+00:00
Sailesh Choyal 0 Reputation points
edited a comment 2024-06-30T14:50:17.3466667+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
0 answers

Cannot login in Microsoft 365 developer Administrator account

Hello, I'm having trouble logging into the Microsoft 365 Developer Program because I've lost access to my Google Authenticator app or Microsoft Authenticator app. When I try to sign in, it prompts me for a 2FA code from Authenticator as I think, which I…

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.
4,188 questions
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,937 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,993 questions
asked 2024-06-30T14:33:34.4233333+00:00
Maxim Sicorschi 0 Reputation points
1 answer

How to install com.crealytics.spark.excel to Synapse Spark Pool

Hello, I have spark pool with following properties: According to the instruction mentioned under the Q&A https://learn.microsoft.com/en-us/answers/questions/1185314/how-to-write-data-from-notebook-to-dedicated-sql-p?cid=kerryherger I have…

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,598 questions
asked 2024-06-26T14:34:57.57+00:00
Tamashevich, Tatsiana 40 Reputation points
commented 2024-06-30T14:26:33.5733333+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
4 answers

Problem to login https:// login.microsoftonline.com

Hi !! I'm trying to login and I got that error message: AADSTS700016: Application with identifier 'your_client_id' was not found in the directory 'XXXX XXXX XXXX'. This can happen if the application has not been installed by the administrator of 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,937 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,640 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,275 questions
asked 2024-06-19T09:21:45.7533333+00:00
Sokoban 996 Reputation points
commented 2024-06-30T14:21:57.39+00:00
Akhilesh 6,825 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How do I move up and down the directory branch?

In step 4 of Unit 3 from Introduction to Version Control with Git, it states the below, highlighted in yellow -it does not explain how to do this. I was 2 folders deep in the branch Cats/CSS. How do I move from being in CSS to being back in the main…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,207 questions
asked 2024-06-27T09:34:10.1866667+00:00
Jessica Steel 40 Reputation points
commented 2024-06-30T14:07:17.6466667+00:00
pnaroju 1,965 Reputation points Microsoft Vendor
0 answers

The assistants documentation has the code to link to a vector database in python, is it possible to be implemented in C#.

I want to implement the following functionality in C#, Is it possible to achieve that? from openai import AzureOpenAI client = AzureOpenAI( api_key=os.getenv("AZURE_OPENAI_API_KEY"), api_version="2024-05-01-preview", azure_endpoint…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-30T13:40:35.9033333+00:00
Saket Arora 0 Reputation points
0 answers

istediğin vm bölgesini seçemiyorum

ben vm olusturturken usa bölgesiin seçmek istiyorum fakat izin vemriyor hiç bir makine boyutunda usaya uygun olmuyor daha once bu hata ile karşılaşmadım ilk kez yaşıyorum yardımcı olun

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,447 questions
asked 2024-06-30T11:14:58.9933333+00:00
eren 0 Reputation points
edited the question 2024-06-30T13:32:58.89+00:00
Andreas Baumgarten 1L Reputation points MVP
12 answers

Autofill not working for Microsoft Authenticator for iPadOS

I've used MS Authenticator for 2FA and as a password manager for many years with it installed on my iPhone and regular use through Edge on Windows PC. I'm setting up a new iPad; I've installed MS Authenticator app and signed in using my outlook account…

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,937 questions
asked 2024-06-12T14:16:33.8+00:00
Marcus Kirkness 205 Reputation points
commented 2024-06-30T13:15:29.4266667+00:00
Geoff 0 Reputation points
0 answers

Azure AI studio: Unable to load Azure AI search service indexes

Hi, I'm unable to connect to my Azure AI search index from Azure AI studio. I've done the troubleshooting of checking for public access, ensuring my connection API keys work but none have helped. Would love some help here. Thanks

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
821 questions
asked 2024-06-30T12:46:31.5166667+00:00
Power Automate 0 Reputation points
1 answer

Azure AI studio - Unable to load search service indexes

I am trying to connect the Azure AI Serach Index in AI Studio. But I am getting this error: Unable to load search service indexes. My network settings in AI Search is public and no ad-blocker is installed so I am not sure what is causing this…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
821 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,559 questions
asked 2024-04-16T05:48:13.9+00:00
Krystal Lee 0 Reputation points
commented 2024-06-30T12:35:42.9666667+00:00
Power Automate 0 Reputation points
0 answers

Unintentionally deletion of a WAF HTTP Listener Association with an AGW + AGIC + AKS. Meanwhile, the associcated AGW HTTP Listener still existing.

Here are existing components: WAF Policy: Custome rule Associated application gateways: HTTP Listener, fl-2991a50d204b26a829717bbebe722d00 AGW + AGIC + AKS: AGW has fl-2991a50d204b26a829717bbebe722d00 ->…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
998 questions
Azure Web Application Firewall
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.
1,951 questions
asked 2024-06-30T12:32:18.98+00:00
LyTien Dung 0 Reputation points
1 answer

How to send data into displayHTML function in Azure Synapse Analytics

Hi, As mentioned in this link https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-data-visualization I want to use D3.js to visualize my data. How do I send data from my pyspark dataframe into displayHTML() to visualize it?

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,598 questions
asked 2024-06-28T06:28:54.47+00:00
Raghul Kannan 126 Reputation points
edited an answer 2024-06-30T11:59:06.16+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
0 answers

Keep getting "Complete setup" pop up from Microsoft Authenticator when trying to autofill passwords

As per numerous other posts after reinstalling ios on my phone and manually reinstalling all of the apps, authenticator can "see" my usernames and passwords stored in it but it refused to AUTOFILL into Safari or apps like it used to. Can this…

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,937 questions
asked 2024-06-28T16:19:29.0866667+00:00
Joe Svec 40 Reputation points
commented 2024-06-30T11:33:19.94+00:00
Victor Balta 0 Reputation points
2 answers One of the answers was accepted by the question author.

I couldn't make new subscription

I couldn't make new subscription Do I need to fix some policy?? I found the message "To view qualified offers, please click here to switch directory to xxx.onmicrosoft.com"

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,266 questions
asked 2024-06-26T07:05:35.6666667+00:00
SCS 20 Reputation points
commented 2024-06-30T11:10:07.3066667+00:00
SCS 20 Reputation points
1 answer

Do Apache Spark Pools have a Service Tag?

Our company is rolling out more restrictive network security groups and I wanted to see if we could have our Apache Spark Pools' traffic be allowed via a service tag. When I tried to trace the IP address of the pools, the IPs varied widely so a static IP…

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,598 questions
asked 2024-06-28T15:07:17.05+00:00
Andrew Chung 20 Reputation points Microsoft Employee
answered 2024-06-30T11:06:00+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
0 answers

In ML Studio, to create a data asset, cannot get beyond the Schema step to create the asset

In ML Studio, Create data asset, cannot see "Next" button at the Schema step.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,683 questions
asked 2024-06-29T11:52:37.9133333+00:00
Don Payne 0 Reputation points
commented 2024-06-30T10:43:50.1966667+00:00
YutongTie-MSFT 47,916 Reputation points