94,270 questions with Azure-related tags

Sort by: Updated
2 answers

hello, i have an error when i run a code to use AzureOpenai APIkey. please give me reason and what is the correct form of my code?

import os from openai import AzureOpenAI api_type = "azure" api_endpoint = 'https://---.openai.azure.com/' api_version = "2023-05-15" #openai.api_version = '2023-12-01-preview' openai.api_key = 'c-----' client = AzureOpenAI( …

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
908 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,119 questions
asked 2024-04-18T11:28:56.9566667+00:00
mohammad ghasemifard 0 Reputation points
answered 2024-04-18T13:34:47.8166667+00:00
mohammad ghasemifard 0 Reputation points
1 answer

Data Collection Endpoint and Log Analytics Workspace - Private Endpoint Support

Hi, As part of my job, I need to create a custom table and send data to it via Log Ingestion API. The custom table lives in a Log Analytics Workspace. My InfoSec folks told me that the Data Collection Endpoint shouldn't be exposed directrly to internet,…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,783 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
460 questions
asked 2024-04-16T04:18:27.1966667+00:00
Jona 315 Reputation points
commented 2024-04-18T13:34:26.9+00:00
Jona 315 Reputation points
0 answers

Bad gateway error when creating azure app service

Hello there, I am getting a bad gateway error when creating an azure app service. The content of the error is below. How can I solve it? { "status": "Failed", "error": { "code":…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,829 questions
asked 2024-04-18T13:28:40.0566667+00:00
Özdenur Eraslan Bali 0 Reputation points
1 answer

I can't deploy a model from the Azure AI model catalog

I'm trying to deploy the Command R+ model from Cohere's Azure AI model catalog, however I'm faced with the message: "This offer is not made available for your Azure Account's region". My resource group is in East us 2 and I also tried in…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,550 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,348 questions
asked 2024-04-08T15:28:52.2266667+00:00
Luizzzz 1 Reputation point
commented 2024-04-18T13:28:08.49+00:00
Luizzzz 1 Reputation point
0 answers

Migrate Azure SQL server instance to SQL managed instance

Dear forum, We're planning to migrate our DBs on a SQL server instance to a SQL managed instance. We're focussed on migration our dev/test instance first before doing production. The back-ups are done using the Azure Recovery Vault service. We would like…

SQL Server on Azure Virtual Machines
Azure SQL Database
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,631 questions
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.
490 questions
asked 2024-04-18T13:26:25.6633333+00:00
NIJSTEN Stephen 60 Reputation points
1 answer One of the answers was accepted by the question author.

How to process all input files using Azure Function blob_trigger with Python V2 and append data to an output blob

Hello,   Could anybody help me with my task? The task is the following. I have a blob storage, where new files are loaded into the “input” folder. I need to create Azure function (blob trigger) that takes input files one by one, processes them, and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,205 questions
asked 2024-04-16T10:44:34.41+00:00
Maryna Paluyanava 171 Reputation points
accepted 2024-04-18T13:24:38.1+00:00
Maryna Paluyanava 171 Reputation points
1 answer One of the answers was accepted by the question author.

How to obtain the transformation function which aligns a depth image to a color image?

Hi, I have depth and RGB images, acquired with an Azure kinect, I want to overlay both images above each other, so I want to transform the depth image to RGB image. I read many discussions about this issue, but it seems I am missing something trivial…

Azure Kinect DK
Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
284 questions
asked 2024-04-05T12:51:05.8166667+00:00
MH 10 Reputation points
accepted 2024-04-18T13:21:51.16+00:00
MH 10 Reputation points
0 answers

Take Lab exercise when just revived an old Microsoft account that went through a change and produces error

Hello, I'm facing with an interesting issue. I have just revived an old account, which was linked to an account that does not exist anymore, so I made a change. The reason why is that I would like to learn some Dynamics 365. Now to launch the…

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.
841 questions
asked 2024-04-18T13:20:01.91+00:00
Tibor Bodi 0 Reputation points
2 answers

Using Command Prompt to debug python scripts in my docker container

Hi I have published a docker container (Unix) in Azure. It's got some Python scripts on it that I want to run from my Command Prompt on my local machine. I have installed Azure CLI. I login via Command Prompt - using the usual: az login I then enter…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
633 questions
asked 2024-04-12T15:31:30.8433333+00:00
Vidar 21 Reputation points
commented 2024-04-18T13:19:11.15+00:00
vipullag-MSFT 23,936 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Why is the Copy-Activity slower than a Stored Procedure in Azure Data Factory?

I am building an Azure Data Factory pipeline to mimic the Stored-Procedure-based workflow, where the first step is to read several JSON-files from a connected Azure Blob Storage and copy the data to our Azure SQL Database. However, the Dataflow takes…

Azure SQL Database
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,414 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,474 questions
asked 2024-04-12T12:19:33.7+00:00
RenPanning-1598 20 Reputation points
accepted 2024-04-18T13:18:34.0866667+00:00
RenPanning-1598 20 Reputation points
0 answers

FCM V1 notifications are not delivered from Azure Notification Hub

I am following this Microsoft Guide to migrate from GCM/FCM notifications to FCM v1. From the guide, I - Configured the Firebase Service Account Credentials in Azure Notification Hub Updaeted backend and app (Xamarin) to use FCM v1 platform during…

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.
257 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,289 questions
asked 2024-04-16T12:06:03.7033333+00:00
Hiran Desai 15 Reputation points
commented 2024-04-18T13:18:03.21+00:00
Kyle S 10 Reputation points
0 answers

I was charged for an unused service and my student account has been disabled a

Hello, I was using the Azure for Students subscription to deploy my Python (Flask) web app as my personal project for learning, and I have created App Service with the MySQL database. I couldn't get it to work so I've abandoned the project, disabling the…

SQL Server on Azure Virtual Machines
Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,076 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,474 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,829 questions
asked 2024-04-18T13:17:46.2933333+00:00
Tomasz Kalus (tomakal079) 0 Reputation points
1 answer

Extract Key Sections from Legal Document using Azure AI services

Hi Team, I am trying to do a POC to extract key sections and some clauses/keywords from the Legal Document using Azure AI Services. Based in some suggestions, i am trying to use the following services. Azure Language Services -> Custom NER 2.Azure…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
350 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,337 questions
asked 2024-04-18T05:36:33.1933333+00:00
Suresh Rajamani 20 Reputation points
commented 2024-04-18T13:17:18.6666667+00:00
Suresh Rajamani 20 Reputation points
1 answer

waiting for creation of Linux Virtual Machine

│ Error: waiting for creation of Linux Virtual Machine: (Name "XXX" / Resource Group "XXXX-dev-000"): Code="OverconstrainedAllocationRequest" Message="Allocation failed. VM(s) with the following constraints cannot be…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,076 questions
asked 2024-04-16T09:34:40.4333333+00:00
Harsha 0 Reputation points
commented 2024-04-18T13:17:08.0666667+00:00
vipullag-MSFT 23,936 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

I understand that elastic jobs are not supported when using private end points using azure sql db,are elastic database querries supported

gettting the following error when trying to use elastic database query in azure sqldatabase trying to connect to a azure sql database using private end point from another azure sqldatabase getting the error failed (error -2146893022, state 0): A…

Azure SQL Database
asked 2023-01-27T22:03:15.32+00:00
Pamidimukkala, Ramakrishna 25 Reputation points
commented 2024-04-18T13:14:00.51+00:00
Jari Meis 0 Reputation points
5 answers One of the answers was accepted by the question author.

Upgrade SQL server 2014 to 2019 after lift and shift to Azure

Hi, We are planning to do in-place upgrade SQL server from 2014 to 2019. The server is lift and shifted to Azure so is updating the server same as updating on premise server or is there anything different. please provide suggestions. Thank you

Azure SQL Database
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,631 questions
asked 2024-04-16T17:01:10.83+00:00
Newtojob 26 Reputation points
accepted 2024-04-18T13:13:55.0733333+00:00
Newtojob 26 Reputation points
1 answer One of the answers was accepted by the question author.

how to move an Azure subscription from EA to csp

We want to move our subscription from EA agreement to csp with minimum downtime

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,005 questions
asked 2024-04-18T07:48:47.7366667+00:00
Hala Dairy 0 Reputation points
edited the question 2024-04-18T13:09:22.2566667+00:00
vipullag-MSFT 23,936 Reputation points Microsoft Employee
0 answers

Is anyone here familiar with players on the German market and can recommend MSPs that offer Managed Cloud Services, Managed Security or Managed Workplace Services?

Hi everyone! We are a young, dynamic company and wanted to outsource our IT in a timely manner. We are basically new to this subject - we are familiar with Managed Cloud Services, Managed Security and Managed Workplace. In order to specifically serve…

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.
3,733 questions
Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
111 questions
Microsoft Managed Desktop
Microsoft Managed Desktop
A cloud-based service that brings together Microsoft 365 Enterprise and adds these features: User device deployment; IT service management and operations; and Security monitoring and response.
44 questions
asked 2024-04-18T11:50:42.58+00:00
Jan Sebastian Luge 0 Reputation points
edited the question 2024-04-18T13:08:39.8933333+00:00
vipullag-MSFT 23,936 Reputation points Microsoft Employee
1 answer

Assign RBAC "Key Vault Administrator" role to Azure App via C# (.NET SDK)

I use below C# code create KeyVault with RBAC permission model. using KeyVaultModels = Microsoft.Azure.Management.KeyVault.Models; KeyVaultModels.VaultProperties vaultProperties = new KeyVaultModels.VaultProperties() {   EnableRbacAuthorization = true,  …

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,098 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.
659 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,110 questions
asked 2024-04-15T17:13:55.76+00:00
ASR 671 Reputation points
answered 2024-04-18T13:06:58.8633333+00:00
Babafemi Bulugbe 1,555 Reputation points
0 answers

Your appeal has been received.

Hello, I get the Your appeal has been received. message for weeks now and cannot continue my trainning. Tried clearing cookies and cache, logging out/in but no luck. Can you please assist with unblocking my account? Thank you Nick

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.
841 questions
asked 2024-04-18T11:18:24.9333333+00:00
Nikolaos Goulias 0 Reputation points
commented 2024-04-18T13:02:39.23+00:00
SiddeshTN 2,220 Reputation points Microsoft Vendor