Content
Drop and rebuild an index in Azure Cognitive Search from Azure Portal
I have an indexer connected to an index and a data source which in turn is connected to a blob storage in which there are some documents. The point is that when I delete a document from the blob storage and restart the indexer the document still remains…
What is the proper way to handle transaction with "sp_invoke_external_rest_endpoint"?
I have a procedure that write data to a database and want to sync data to azure search. At the end of the procedure, It write to azure queue by using "sp_invoke_external_rest_endpoint". Anyway, when transaction was rollback. The queue isn't…
Unable to create an Indexer to Index SharePoint data in Search Service
Per this guide, - https://learn.microsoft.com/en-us/azure/search/search-howto-index-sharepoint-online the process to setup a SharePoint Indexer in Cognitive Search/Search Service is to send a POST request to create it. It then waits for up to 10 minutes…
Attaching Public ip of different Resource Group while creating Network interface
I am trying to attach public ip of different Resource Group with Network interface in current Resource Group , it works fine but the Provisioning operation of Read on PublicIp is done in current Resource Group not the Resource group where its created .…
GPT 3.5 Turbo Instruct - 'Unrecognized request argument supplied: suffix'
I’m trying to use GPT 3.5 Turbo Instruct to do Fill in the middle prompt, however the following code works fine with OpenAI API, but not Azure OpenAI response = client.completions.create( model='gpt-3.5-turbo-instruct', prompt=prompt, …
Azure Storage Accounts - Switching Replication Types - Tracking Status
How do we track the status of the migration if we are switching a storage account from, say, LRS to GRS ? How long will it take for the replication to complete for existing files and catch up with the latest incoming objects ?

I'm inquiring about how to delete Azure DNS.
Due to the termination of the service contract, we would like to delete 20000 DNSs created for auto-scaling. Is there a way to delete a domain containing a specific word in bulk? EX) Delete all DNS with 'gne-'
Improving accuracy of queries in Azure OpenAI and Cognitive Search
I have a blob storage with around 1500 accounting documents indexed using Cognitive Search, with OCR skills integration. Although the index seems fine, the model's query results seem inaccurate. For example, when performing the query "Tell me…
[Failed to connect to dl.fedoraproject.org port 443: Connection timed out]
I'm trying to download a package from the internet through azure VM, but got time out error. Where as port 443 is enable on Azure VM. Command used: sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm Error: [FAILED]…

HeroRupee customer phone toll free Number(8100300776 toll free..
Kuyui hai kya hai na tu ki jaane ke baad to bahut na I have a
Unable to use password in authenticator APP
Microsoft always say the code was not as expected when I put the code from Authenticator APP, please help check this issue as soon as possible. I have uninstall the APP several times. Authenticator:6.2311.7476
Exercise - Create an Azure virtual machine NOT WORKING KEEP GETTING AN ERROR
I am a student in Texas and I keep getting the same error. Tried changing my credentials but with my account that is not possible . I am simply trying to learn. Was working on the module Describe Azure compute and networking services The task…
How to fix Error retrieving a connection java.sql.SQLRecoverableException
Our application is getting connected to oracle database through jdbc connection. But some times we are facing the below error ( Intermittent issues). Some times connection is going through and sometime its not. We have checked listener and tnsname.ora…
Next.js SSR app on Azure Static Web Apps throws Server Error
I depolyed a simple Next.js SSR app to Azure Static Web Apps via Azure Pipelines. It deployed with no error, but app throws "Server Error”. I didn’t installed other packages via yarn and using default Azure pipeline YAML file. The only thing which…
Please enable DarkMode on Document Intelligence Studio (Azure Form Recognizer Studio)
Can you please add the functionality to add/apply Dark Mode in Document Intelligence Studio. My eyes hurt after of so many hours training Data.


Continue Deployment Document Intelligence with Github
Hello Community, I'm exploring ways to integrate Git&GitHub for managing trained models in Azure AI Document Intelligence. I understand that Azure AI Document Intelligence Studio can train a model, let's call it "ModelName," which…
GPT-3.5 Turbo 1106 costs $0.04/1k tokens ???????
When I use GPT-3.5 Turbo 1106 model on 2023/11/20, it costs me $94.39 ($78.36 for prompt,$16.03 for completion) with 2.31M tokens !!! Which means avg. $0.04/1k tokens !!! Can someone explain this ????
How do I use Graph or PS queries to get list of all VMs attached to a Reservation, and all VMs that are not (paygo)?
I am trying to find ways of getting a list of all Azure VMs across my subscriptions that ARE using Reserved Instances we have purchased, and a list of all that are not using RIs (paygo). We are trying to figure out the details of all VMs that are still…
Language Studio Server Error
I am following this: https://microsoftlearning.github.io/mslearn-ai-language/Instructions/Labs/05-extract-custom-entities.html When I create project (in the Create a custom named entity recognition project section) I get a server error. See attached…
How to fix this prompt flow managed online endpoint deployment issue
I am developing a prompt flow application in Azure Machine Learning studio. I have created custom environment using both the following methods: "Create a new docker context" "Use existing docker image with optional conda file" The…