379,445 questions

Sort by: Updated
0 answers

Are Opensource Edge-TTS free for commercial use?

There are many repositories on github and spaces on huggingface, named after EdgeTTS. Like https://github.com/rany2/edge-ttsand https://huggingface.co/spaces/innoai/Edge-TTS-Text-to-Speech And most of them have the GPL v3 license file in them,…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,714 questions
asked 2024-10-06T16:02:28.56+00:00
Samama 0 Reputation points
edited the question 2024-10-07T03:39:44.4033333+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
0 answers

I am getting access denial error while calling face api but I have the active subscription.

I am getting an access denial error ()401) while calling a face api but I have an active subscription. I am trying to call this api: endpoint + f'/face/v1.0/persongroups/{person_group_id}' This the code: create_person_group(FACE_KEY, FACE_ENDPOINT,…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
163 questions
asked 2024-10-02T15:57:30.2566667+00:00
Nayeem Ahsan 0 Reputation points
commented 2024-10-07T03:39:11.5+00:00
navba-MSFT 24,270 Reputation points Microsoft Employee
0 answers

Application stopped working suddenly with 502 error

My app was deployed one year back, it was accessible and things were fine. But all of sudden couple day back we started getting 502 Bad Gateway Error. There were no changes in the backend. I was trying to copy the PRIVATE KEY and FULLCHAIN CERTIFICATE in…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,759 questions
asked 2024-10-06T11:48:48.1933333+00:00
Mudasir Pasha 0 Reputation points
edited the question 2024-10-07T03:37:27.09+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
0 answers

Azure Open AI Why Am i getting model_not_ready for url

Azure Open AI Why Am i getting model_not_ready for url when calling the API?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,043 questions
asked 2024-10-02T14:54:57.9866667+00:00
Michael A Fudge Jr 5 Reputation points
commented 2024-10-07T03:36:13.7333333+00:00
navba-MSFT 24,270 Reputation points Microsoft Employee
2 answers

clients are unable to receive any data, resulting in HTTP 5XX errors. Below are the details of the problem and the steps I have taken to resolve it.

I am encountering issues deploying my Node.js application to Azure App Service. While the server starts successfully and connects to the database, clients are unable to receive any data, resulting in HTTP 5XX errors. Below are the details of the problem…

Azure SQL Database
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
982 questions
asked 2024-09-30T10:19:54.6833333+00:00
בנימין זיידנר 20 Reputation points
answered 2024-10-07T03:36:10.4166667+00:00
brtrach-MSFT 16,346 Reputation points Microsoft Employee
1 answer

Old account/tenant deletion

Hello, Microsoft Learn(I hope I address you correctly, pardon me if I don't) I would like to delete stuff that I have on Microsoft Azure, that have been created years ago without actually doing anything with them. Back in 2020(during quarantine) we(me…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,706 questions
asked 2024-10-05T23:42:42.73+00:00
Nur Shoshea 0 Reputation points
edited the question 2024-10-07T03:35:14.92+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
0 answers

Unable to get keys for search api on new subscription

I created a new subscription in order to create a bing search api endpoint. It originally looked OK, but when I went to get the keys to test, they were blank. I tried to regenerate the keys and got "Failed to regenerate the key." I tried to…

Bing Web Search
Bing Web Search
A Bing service that gives you enhanced search details from billions of web documents.
156 questions
asked 2024-10-01T02:01:23.68+00:00
MatthewMaker 15 Reputation points
commented 2024-10-07T03:34:38.55+00:00
navba-MSFT 24,270 Reputation points Microsoft Employee
0 answers

Microsoft Authenticator does not receive authorization requests when signing into Azure. It works on Microsoft 365.

I have an org account that is also a Global Administrator in Entra ID. When the user signs on he is asked to authenticate using Microsoft Authenticator but the phone never receives the message. The user is able to sign in to Microsoft 365 and Dev Ops.…

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.
6,821 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,706 questions
asked 2024-10-05T22:38:10.9033333+00:00
Thomas Hebert 0 Reputation points
edited the question 2024-10-07T03:32:51.4866667+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
0 answers

Bug Report: Mispronunciation of Isolated Hungarian Words in Azure Neural TTS (hu-HU-NoemiNeural), but not in context

Description: The Azure Neural TTS system is mispronouncing specific Hungarian words when using the hu-HU-NoemiNeural voice. The issue affects more than half of the vocabulary words in a recent production run of words (full SSML shared at bottom of this…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,714 questions
asked 2024-09-24T17:22:22.3+00:00
Verbari LLC 20 Reputation points
commented 2024-10-07T03:29:45.0666667+00:00
navba-MSFT 24,270 Reputation points Microsoft Employee
0 answers

Fail to deploy flask app in port 443 with the certificate, but I can host it in port 8080 in Azure VM

This is the sample flask app. if name=='main': app.run(debug=True,host="0.0.0.0",port=443,ssl_context=('xxx.crt', 'yyy.key')) And for my xyz.sh file for executing the flask app automatically. #!/bin/bash cd /filepath/to/my/flask_app exec…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,876 questions
asked 2024-10-07T03:28:49.7433333+00:00
Nysus 0 Reputation points
1 answer One of the answers was accepted by the question author.

MFA setting issue

I've received a notification which told me to set MFA for my account. But I can't find the Conditional access pages according to https://video2.skills-academy.com/en-us/entra/identity/authentication/tutorial-enable-azure-mfa . I found some related options on…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,706 questions
asked 2024-10-05T13:57:43.0166667+00:00
秋实 李 40 Reputation points
edited the question 2024-10-07T03:28:20.2466667+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
0 answers

Need Assistance with PTR Record Configuration

Hello, I am currently configuring a mail server on an Azure VM running Linux, and I have encountered some issues related to setting up PTR records. I have successfully created an A record for mail.i-smart.me, which points to the VM's public IP, and it…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
676 questions
asked 2024-10-05T11:11:49.16+00:00
Huang WeiYe 0 Reputation points
edited the question 2024-10-07T03:27:21.33+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
2 answers

Azure OpenAi WebApp Deploy Failed

Hi Guys, I need help on AzureOpen AI. is a Azure Template have issue ? I not able to deploy to webapp. how I can solve it ? thanks a lot Error : Web App deployment failed InvalidTemplate: Deployment template validation failed: 'The value for the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,893 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,043 questions
asked 2024-09-04T08:16:11.48+00:00
Kelvin Shee 30 Reputation points
edited an answer 2024-10-07T03:27:18.9466667+00:00
navba-MSFT 24,270 Reputation points Microsoft Employee
0 answers

How to fix Couldn't remove the user xx from database xx from the external libraries folder, error: 0x80070003

Hi Team, One of my client machine I can see lot of error message like " Couldn't remove the user XX from database XX from the external libraries folder, error: 0x80070003 Can you please suggest what is the issue and fix for it. SQL server 2019…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,788 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,637 questions
asked 2024-10-04T12:38:59.1866667+00:00
Uday Paleti 20 Reputation points
commented 2024-10-07T03:25:11.44+00:00
LiHongMSFT-4306 27,016 Reputation points
0 answers

i have downloaded vpn client for windows but unable to connect

i see this screen after downloading vpn client

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,531 questions
asked 2024-10-05T09:24:04.6633333+00:00
Arhanti Doshi 0 Reputation points
edited the question 2024-10-07T03:24:50.99+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
0 answers

Verification method

Hi everyone I just registered for Azure. The registration process was fine and I received an E-mail confirmation that my new Azure subscription is live and that can go now to the Azure Portal. Unfortunately I can't access the Portal. When I want to…

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.
6,821 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,706 questions
asked 2024-10-05T06:28:58.0266667+00:00
Simón Anliker 0 Reputation points
edited the question 2024-10-07T03:23:11.3366667+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
1 answer

How long should Identity Validation take?

I was wondering if you could help me, I’ve been trying to get the Trusted Signing platform setup and running, but my Organization Identity Validation has been stuck in progress for over a week.   Would you be able to provide any insight into what might…

Azure Trusted Signing
Azure Trusted Signing
Trusted Signing is a Microsoft fully managed, end-to-end signing solution that simplifies the certificate signing process and helps partner developers more easily build and distribute applications.
93 questions
asked 2024-10-01T19:20:31.6566667+00:00
John Horvath 0 Reputation points
answered 2024-10-07T03:22:23.99+00:00
Givary-MSFT 32,581 Reputation points Microsoft Employee
0 answers

using az logon from ssh hangs before retrieving subscription information

I'm trying to use az logon on a terminal (ssh) session to login to azure from a debian vm this hangs after the web logon confirmation repeatedly trying to reach azure. (I've run with debug and the repeated attempts to ask for the subscripion information…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,876 questions
asked 2024-10-04T21:31:51.82+00:00
Peter Hull 0 Reputation points
edited the question 2024-10-07T03:21:49.3466667+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
0 answers

How do you know when the X.509 certificates are going to change in the Federation Meta Data document used for SSO

We are using a plugin (OneLogin) in Wordpress to enable SAML SSO. We are grabbing the X.509 cert from the federation meta data document and pasting into Wordpress (Onelogin). The certs initially have expirations of 5 years, but each month there seem to…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,706 questions
asked 2024-10-05T05:29:19.8566667+00:00
Joe Kurtz 0 Reputation points
edited the question 2024-10-07T03:21:01.2966667+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
2 answers

Issue related to Debian/Linux OS

Hi, Is it right that we can run/execute VS C++/C# project within Debian/Linux OS?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,918 questions
asked 2024-10-03T07:54:28.1866667+00:00
Peter_1985 2,666 Reputation points
commented 2024-10-07T03:19:29.4266667+00:00
Peter_1985 2,666 Reputation points