Cost Analysis
Hi All, I have recently started working on a database, It is a serverless database that is active 1-2 hours a day. I want to have a better understanding of how the costing works. Currently, my database is costing $4.25. How does this work? Does the…
GTS Root R1 and R2 for Azure App Services app
Hi Sampath, Now I managed to complete the operation, but I am still unsure if the new certificates are in use by my App Service app. Here's what I did: I created the .cer files for GTS R1 and R2 by using the Keychain Access app in my Mac. That was a…
Got "Connection error" by AzureOpenAI Chat Completions on Azure Kubernetes services, can anyone advise?
When I try to test the below Chat Completions codes, I got "Connection error". https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/managed-identity response = client.chat.completions.create( model="gpt-35-turbo-0125", #…
Open AI Azure - Cannot deploy an embedding model in West Germany location ?
Hello, I am developing a RAG agent and due to strict data compliances in Germany I choose to use Open AI Azure, with the hope that the Open AI processing would stay in German data centers (or at least EU). Now the issue is, the selection of models…
Does Azure OpenAI Services provide HIPAA compliance and BAA
Does Azure OpenAI Services provide HIPAA compliance and BAA(Business Associate Agreement). If yes how does it work and where do we need to sign up these compliances?
Does scaling down App Service to Free Tier automatically scale down all other linked resources to FREE
Dear Azure Support, Does scaling down my web app service to Free Tier automatically scale down all other linked resources like the Azure Mysql Database and Network interface to free? I have selected Free Tier for my web app in the scale out screen but…
export logic app consumption to standard
I would like to make use of the possibility to export a Logic App Consumption to a Standard version. It seems that this can be done within VS Code: https://learn.microsoft.com/en-us/azure/logic-apps/export-from-consumption-to-standard-logic-app But I…
How to delete Azure Scom managed instance after validation deployment failed
Hi all, when i create azure scom and do validation and validation failed. I am global administrator role. it will auto create SCOM managed instance. How to delete SCOM managed instance?? When i click the delete failed, From enterprise application,…
Unable to add new From Address to existing SMTP Relay service.
I have configured one default from address, but need to configure more, as we are hoping to use this service for our Multi-Function Printer/Scanners. But the [ +Add ] Button is grayed out and I can not add another From address. What should I do to be…
Can't see why I get "too many redirects" on an Azure Static Web App
I have several Azure Static Web Apps that all work fine with custom domains. However, there is one site where the config worked fine, yet when I try to access it, it says: Too many redirects". It's https://techcareerforlife.com Yet, I've checked…
How can I create a short smtp-relay username for devices that do not support more then 50 characters SMTP username?
How can I create a short SMTP relay username, my current use of a combination of IDs is producing more than 50 characters login name.
Team member unable to access Repos in my projects in Azure DevOps
I have added a team member into my Azure DevOps subscriptions and he was able to access the project, however when he is trying to access 'Repos', he was unable to access as it gives permission denied. Could you pls. guide what is missing.
Unable to connect Azure AI search to Knowledge of an Agent
In Copilot studio, when i try to add knowledge to my chatbot and use Azure Ai Search connector and connect it, it shows green check mark but when press next I encounter the following error message: "Something went wrong. Try reloading the page. If…
Where do I get the database name, username and password on my web app
Hi, I would like to install the CMS, Expression Engine on my web app. But first I'm going to run EE wizard to test the server. I'm not sure what details to key in as my database name, username and password. Where do I get this information? Thank you. I…
sqlcmd not built-in to cloud shell
According to Microsoft's documentation, sqlcmd should be built-in to the cloud shell. However, when running it in a new session, the command is not found. Could you please advise? Thanks.
Error While Configuring Data-Out Replication on Azure MySQL Flexible Server (Error 1227 on Replica) to Digital Ocean MySQL
Dear Everyone, I am reaching out for assistance with configuring Data-out replication from an Azure Database for MySQL – Flexible Server instance to an external DigitalOcean Managed MySQL replica. We are following the Microsoft documentation for outbound…
Malformed records are detected in schema inference parsing json
I am facing an error while trying to parse the Json file from Blob Storage using a data set within ADF. The json file is the list of objects and I have selected the appropriate option in the data flow, and I have even tried with all the three…
Finding which OS based AKS and also process to installmqsiprofile & mqsicreatebar package or dependencies
We are already having AKS, how to find whther it is windows based or linux based, how to find out? and also want to know how to install below packages on AKS , as we use AKS as a agent for Azure devops pipelins. we manage dockerfile for that.…
OpenAI models Standard Deployment in Australia
We got this notice: Azure OpenAI Service gpt-4 & gpt-4 32k model version(s) 0314 & 0613 will be retired 6 June 2025 This is a problem, because these are the ONLY models available for standard deployment in Australia. Will 4o or other models…
Cannot able to connect Azure OpenAI to Azure Search for "Add your data" via Search service
Hello, When I try to run the following Python script, I keep encountering the error below: import os from dotenv import load_dotenv from openai import AzureOpenAI # Load environment variables load_dotenv() # Set up Azure OpenAI endpoint …