max_tokens in Azure Open AI not serving its purpose
Hello, I am using Azure's OpenAI REST API to fetch responses but am struggling to limit token usage. According to the documentation, I can set a maximum token limit by using the max_tokens parameter, but it doesn’t seem to work as expected. For…
Error Code: ScriptExecution.StreamAccess.Authentication
Getting this after submitting a job on AML. Actually I used the same yaml confirations multiple times before and it all worked, but now for some reason I don't know it starts to return this failure. The role assignment of the storage account also looks…
Incorrect parameter mapping in a dataflow
Hi, I have faced the problem with using definition of parameter. In a DataFlow in source stage, I use a storage procedure with parameters as an input. If I directly put a parameter name in a value, it looks OK (because in expression builder he recognises…
realtime update
I have a service, that is uploading to firestore async Task LoadOrInitializeTurbineAsync() { var turbinesRef = _firestoreDb!.Collection(collectionName); var snapshot = await turbinesRef.GetSnapshotAsync(); if (snapshot.Count ==…
Is there a workaround to index SharePoint site pages in Azure AI Search?
We are currently developing a chatbot using Azure Open AI, and we plan to use SharePoint as a data source. We have pages containing the data that we want the chatbot to reference. However, according to the documentation SharePoint Online indexer…
Parallel Execution or Multi Thread Execution of Stored Procedure.
Hi, I have a Stored Procedure, that compares data from multiple tables and adds into my main table. This Stored Procedure will run on a large amount of data to add data in the main table. What I need help with is that I want to run multiple instances of…
Windows search is unable to find programs despite upgrade to windows 11 and multiple failed attempts to fix from suggestions by others.
Originally had windows 10 with non-functioning search bar out of the blue. Can type but it fails to find any installed programs - instead tries to show me web results only. I have restarted windows explorer, doesn't work. Restart windows search, doesn't…
Error on Sink in ADLS Gen2 Data Load: 'Operation Failed Due to Remote Host Connection Reset' - How to Resolve?
Hello, we are experiencing the error below in some Pipelines, when running the trigger schedule the following error appears: Operation on target Load Programacao_Producao_full failed: Failure happened on 'Sink' side.…
How can I obtain certification reports for Azure RTOS ThreadX for IEC-61508, IEC-62304, ISO 26262, and EN 50128?
Azure RTOS ThreadX has been certified by SGS-TUV Saar for use in safety-critical systems according to IEC-61508 SIL 4, IEC-62304 SW Safety Class C, ISO 26262 ASIL D, and EN 50128. I require access to the certification reports for these standards. How can…
How to fix : "local security authority process" high disk use.
How to fix : "local security authority process" high disk use. SO: Windows 11 I have the same problem on several computers, it appeared after Windows was updated.
Grant admin consent to user_impersonation for azure service management
Getting above error.can anybody suggest correct resource id for azure service management
Update-AzVM will not assinged a user defined identity
Hello, I am creating a set o virtual machines and need to assign them a user defined identity. This code below at the last command returns everything is ok but at the Azure portal the identity is not assigned. I still can assing it at the portal but…
Error after updating Azure Functions Core Tools to version 4.0.6543
I updated Azure Functions Core Tools to version 4.0.6543 this morning and when I tried to run my app service function locally in Visual Studio Code I got the following error... Could not load file or assembly…
How to restore database that are part of azure data sync group?
How to restore on-prem and azure sql database that are part Azure data sync group? When Azure sql database which is part of azure data sync group is restored, the sync group gets deleted automatically? How to restore both on-prem and azure sql database…
Hello all, ive setup a connection to dataverse what now
Ive connected to my dataverse in VS 2022 how do i know get data from the tables via ssis (if poss)
Signing in with B2C Tenant users in Enterprise Application SSO
I have an Enterprise Application set up in the same directory as my B2C tenant. It is configured for SAML SSO to sign on with a 3rd-party application. I have set "Assignment required?" to "No". When I test sign-in I am not able to…
How many domains can be linked to a single Email Communication Service and Azure Communication Service?
The title states the question. As of recently, Azure Communication Service supports multiple linked domains: What is the limit? And another, related, question: how many domains can be provisioned in a single Email Communication Service?
Domain Controller NTP
We use domain controller as NTP server for all cisco devices, now i want to know is NTP Active Directory can act as SNTP also to support authentication?
opening notebook in Azure ML with VSCode (web) fails
Attempting to open notebooks with VSCode (web) and getting a Fatal Error that states "Please check Developer Tools" on a black page. Opening Developer Tools, I see the following error: VM16 webOpener.js:2 Refused to create a TrustedTypePolicy…
How to check text in row 1 of Excel file for about 10 column headers?
I'm using Azure Data Factory (ADF) on the portal. I use the latest Chrome browser to get to ADF. I'm not an admin and have no admin rights. I have an Excel file I want to read. I'm still fairly new to ADF. I'm guessing this could be done in a data flow.…