344,000 questions

Sort by: Updated
0 answers

Retrieving Image Files by File ID in Azure Assistant Open AI with JavaScript

I'm seeking documentation on how to retrieve an image file by file ID in Azure Assistant Open AI. I aim to download it using JavaScript. Any guidance or resources would be greatly appreciated. Thank you in advance!"

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
962 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,199 questions
asked 2024-05-07T00:48:13.44+00:00
Su Myat Hlaing 50 Reputation points
1 answer

AFD Premium - 301 to a shorter query string

Hello! We're looking to have AFD help us and shorten query strings with a pattern. While query string in "condition" seems to have regex support, we can't seem to access the same capture group in the "action". Goal: 301 redirect…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
581 questions
asked 2024-05-06T19:43:59.8566667+00:00
Jack Jin MSFT Accenture 80 Reputation points Microsoft Vendor
answered 2024-05-07T00:44:43.6633333+00:00
ChaitanyaNaykodi-MSFT 23,031 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Need Office 2019 Professional Plus offline isntaller

Hi, Where can I download Office 2019 Professional Plus direct download link for Windows 10 64x? I can't use online installer. I found this link:…

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,011 questions
asked 2021-08-11T05:59:35.37+00:00
Amin2234 171 Reputation points
commented 2024-05-07T00:44:35.7533333+00:00
Fgen Project 0 Reputation points
3 answers One of the answers was accepted by the question author.

Upload CSV to Event Hub ¿is it posible?

Hi every one I've been making some test and realized that a given CSV payload is around a 35% size of the equivalent JSON payload. I want to propose my boss to send to Event Hub CSV and not JSON, and here are my questions: ¿is it posible? The Data…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
559 questions
asked 2024-04-04T04:54:02.97+00:00
Jona 355 Reputation points
accepted 2024-05-07T00:41:06.1133333+00:00
Jona 355 Reputation points
3 answers

Transfer Windows 10 license to new build Windows 11 PC

I have a perfectly good spec PC running Windows 10. It cannot be upgraded to Windows 11. I reluctantly intend building a new PC with hardware that will support Windows 11. Do I need to purchase a Windows 11 license or is there a way to reassign from my…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,238 questions
asked 2023-06-02T19:51:04.8166667+00:00
SteveB 5 Reputation points
commented 2024-05-07T00:41:00.74+00:00
John TRENT 0 Reputation points
0 answers

Trouble logging into account

I am trying to log in to my account via Authenticator, but when I try to log in it prompts me to get a code from Authenticator which doesn’t make sense because I am trying to log in in the first place. This is incredibly frustrating and I just need…

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.
5,542 questions
asked 2024-05-06T20:52:32.8033333+00:00
Paik, Chris 0 Reputation points
commented 2024-05-07T00:34:55.31+00:00
Thành Khoa 0 Reputation points
0 answers

About Event Hub REST API discordancy respect to Docs

Hi I'm using Event Hub REST API to send data to a stream. This happens in a Functions with BlobStorage trigger.I feel a little confused with some terminology which I've not found the proper documentation to finally fully understand. I built this…

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,813 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
559 questions
asked 2024-05-07T00:29:30.93+00:00
Jona 355 Reputation points
1 answer One of the answers was accepted by the question author.

Hyper-V Virtual Machine Backup Failed

Thank you for your continuous support. The Hyper-V virtual machine is using OracleDB, The situation continues to fail with Avamar backup, I would like to ask you a question that I would like to provide you with a solution. The following is the log of…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,549 questions
asked 2024-04-02T08:05:03.66+00:00
イ / LEE 20 Reputation points
commented 2024-05-07T00:28:47.4266667+00:00
イ / LEE 20 Reputation points
2 answers

Sharepoint JSON Formatting for dates that is past due for 3 days from the current working date

Hi, For your assistance, please. I'm having another problem on my other Sharepoint list that I'm creating. I'd need to have a particular cell to be highlighted as red if it is already beyond the current date (weekends and holidays should not be…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,693 questions
asked 2024-05-02T05:53:15.1433333+00:00
Treb Bert 20 Reputation points
commented 2024-05-07T00:23:44.5133333+00:00
Treb Bert 20 Reputation points
0 answers

b2c prompt=login not working as expected

We are noticing an odd behavior with the prompt=login option using B2C custom policies and could use some help from this support forum. My requirement is to force re-auth for the following use case: “Sign in as a different user” or “Hi John Doe! Not you?…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,654 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,582 questions
asked 2024-05-07T00:23:17.7033333+00:00
Rajkumar Seenivasan 0 Reputation points
0 answers

How to fix Error CS0029 Cannot implicitly convert type 'void' to 'System.Collections.Generic.List<Vase.Models.Person>'

var user = from u in conn.Table<Person>() querywhere u.name == "WALE" select u; **return user.FirstOrDefaultAsync().Wait();** I got error in the bold line. i cant figure what i did wrong pleas help

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,903 questions
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,285 questions
SQL Server Training
SQL Server Training
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Training: Instruction to develop new skills.
4 questions
Entity Framework Core Training
Entity Framework Core Training
Entity Framework Core: A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.Training: Instruction to develop new skills.
3 questions
ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
6 questions
asked 2024-05-07T00:20:57.27+00:00
Gbenga Banuso Odumosu 0 Reputation points
2 answers One of the answers was accepted by the question author.

Blob Storage '+ Add Directory'

I am completing Microsoft Learn Explore Azure Storage exercise Under 'Explore blob storage' point 8 it says "Select + Add Directory and read the information about folders before creating a new directory named products." But I cannot see any…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,438 questions
asked 2023-09-22T12:16:31.9266667+00:00
SHURLOCK, Tim (NHS RESOLUTION) 20 Reputation points
answered 2024-05-07T00:19:57.4233333+00:00
Pooja Rai 0 Reputation points
0 answers

How to improve accuracy of OCR?

Hello, is there any way to label and train data in the custom model without manually updating ocr.json and label.json . I'm currently facing issue with these characters, Character having high failure frequency: - 1 (as I, J and T), 5 (as S), D (as 0 and…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
314 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,392 questions
asked 2024-05-06T18:10:54.43+00:00
Singh, Anurag {PEP} 0 Reputation points
edited a comment 2024-05-07T00:17:12.15+00:00
VasaviLankipalle-MSFT 14,421 Reputation points
0 answers

event veiwer

What do these mean? "A timeout (30000 milliseconds) was reached while waiting for a transaction response from the GamingServices service." "The application-specific permission settings do not grant Local Activation permission for the COM…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,669 questions
asked 2024-05-07T00:14:20.6866667+00:00
clayton brannan 0 Reputation points
5 answers

Windows Server 2022 Datacenter Azure Edition VM deactivated in MS Azure due to lack of "Azure Stack Hypervisor"

Multiple Windows Server 2022 Datacenter Azure Edition VMs started to give the following pop-up We are a bit puzzled as all the servers having this issue are in located in MS Azure (East-US). We checked the connectivity to KMS and we are able to…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,178 questions
asked 2024-04-24T00:46:36.9433333+00:00
Petri Kaukua 35 Reputation points
edited an answer 2024-05-07T00:12:12.55+00:00
Frans Janse Van Rensburg 0 Reputation points
0 answers

ClientSecretCredential authentication failed

This is my code FolioFactory folioFactory = new FolioFactory(); ConfigOneDrive objOneDrive = folioFactory.ConsultarConfigOneDrive(e => e.IdEntity == IdEntity).FirstOrDefault(); var scopes = new[] { "https://graph.microsoft.com/.default"…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
962 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
830 questions
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,285 questions
asked 2024-05-06T21:32:48.83+00:00
Mario Malvido 0 Reputation points
edited the question 2024-05-07T00:11:59.5766667+00:00
Mario Malvido 0 Reputation points
2 answers

Website not working in production server but works in development machine

I'm using .NET Framework 4.8 and runtime 4.8 on production server running on Windows Server 2022 Standard. I've deployed our website to the production server using Web Deploy 4.0 without any problem. The website works fine on the development machine (no…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,399 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,277 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,178 questions
asked 2024-05-06T21:01:21.8033333+00:00
deskcheck1-0579 411 Reputation points
commented 2024-05-07T00:11:45.2966667+00:00
SurferOnWww 1,911 Reputation points
1 answer

Unable to upgrade to Entra ID P2 Tier from my Azure Free Account.

Hello There, I am currently studying for my AZ-104 exam. So I had a free Azure account registered with an email id, say user1@outlook.com. I was accessing it for a month until I wanted to create & manage tenants and explore Entra ID. Now, I…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,582 questions
asked 2024-05-02T02:36:56.2933333+00:00
Adhithya N 0 Reputation points
commented 2024-05-07T00:10:30.29+00:00
Adhithya N 0 Reputation points
0 answers

An error when I use Visualize the view in D365

DataSource.Error: Microsoft SQL: "Error occured during query execution. Error code 229. Please retry the command" RequestId: TDS;204b8dfa-9219-42ca-adca-c995a783f429;4 Time: 2024-05-06T05:18:25.9022615Z. DataSourceKind = CommonDataService.…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
38 questions
asked 2024-05-07T00:10:11.5933333+00:00
Penny Chiu 0 Reputation points
0 answers

Bing Maps API Key Dev Center Keeps Reloading When I Choose Any Option

I have used three web browsers, logged into the Bing Maps API dev centre to create a new key, and all it does is reload, and refresh the page. This happens no matter which option I choose on that page. Nothing works, I have no extensions installed. I…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,772 questions
asked 2024-05-07T00:07:17.3166667+00:00
Michael Slaunwhite 0 Reputation points