290,212 questions

Sort by: Updated
1 answer

Azure AI Search: Best way to implement several languages in one search index.

I have items with title and description (and some other fields). They have title and descriptions in 5 languages. The user will search with one of those languages. Should I make one index for each language or make one index with 5 languages? I…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
asked 2024-05-07T12:37:43.55+00:00
Vilhelm Heiberg 11 Reputation points
edited an answer 2024-05-07T23:02:06.29+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer

How to Get the Folder and all Sub-Folders GUIDs using Power Shell

I have a request to provide a list of sub-Folder GUIDs. I can generate one Folder GUID from this script, but I need the sub-folders within it. Can you assist with a script that will provide a list of sub-folder GUIDs? Cheri #Variables $SiteURL =…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,704 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,089 questions
asked 2024-05-01T17:09:13.0666667+00:00
Cheri Bell 1 Reputation point
commented 2024-05-07T22:58:33.15+00:00
Cheri Bell 1 Reputation point
2 answers

How to Create simple HTML/CSS project in Visual Studio 2022

I'm so used to creating simple HTML projects in 2019. How do I do the same thing in 2022? I don't want Core at all, just a project that will launch from a basic index.html. I can't even find a way to add an HTML file to an empty project. What's the best…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,401 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,282 questions
asked 2024-05-07T19:07:57.77+00:00
Coreysan 1,631 Reputation points
answered 2024-05-07T22:54:50.0966667+00:00
Albert Kallal 4,731 Reputation points
3 answers One of the answers was accepted by the question author.

Blazor Server: It is possible get Current Loged User In DbContext

Hello, I build blazor server multi tenant application and I wants to use HasQueryFilter in entity framework DbContext for predefined filter with TenantId. But I cannot get Current Loged User in DbContext. I inject to DB Context…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
696 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,399 questions
asked 2021-03-17T08:54:54.227+00:00
Jan Mucha 101 Reputation points
edited a comment 2024-05-07T22:50:36.6+00:00
Bruce (SqlWork.com) 56,846 Reputation points
2 answers

Azure Pipeline is failing in "Xcode@5" task with error

I am using Azure pipelines to upload my iOS apps to TestFlight. It was working fine before but recently I changed the vmImage to "macOS-12" in .yml file with xCode 14.0.1 and after that pipeline is failing in "Xcode@5" task with…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,203 questions
asked 2022-10-31T03:48:04.567+00:00
Charmi PATALIA 1 Reputation point
commented 2024-05-07T22:49:09.55+00:00
Sachin Jakhar 0 Reputation points
6 answers

Why Intel Core i7-7820HK CPU @ 2.90Ghz is not supported for Windows 11

Intel® Core™ i7-7820HQ1 Intel® Core™ i7-7820X This 2 CPU from the same series are compatible but Intel® Core™ i7-7820HK is not compatible for windows 11. HK is in terms off performance batter than 7820HQ and 7820X.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,242 questions
asked 2021-09-14T16:12:16.35+00:00
Devng Gndhi 61 Reputation points
commented 2024-05-07T22:33:41.7466667+00:00
Jimmy Ramírez Guzmán 0 Reputation points
2 answers

PDFs embedded in word documents will not open using Edge or Nitro Pro, but will open with adobe reader

Hello, Recently, PDFs embedded in word documents no longer open if the user has edge as the primary PDF viewer or Nitro Pro. One of our users has adobe reader and they can open the embedded PDFs. PDFs are embedded From Insert > Object. Displayed…

Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
896 questions
asked 2024-01-16T12:19:52.08+00:00
Edwards, Barbara 0 Reputation points
commented 2024-05-07T22:32:46.3233333+00:00
Stefan Blom 2,081 Reputation points MVP
1 answer

How to get the content recommendation based on the user chat history in a AOAI chat webapp

We have a AOAI chat webapp, using azure open ai service and azure cognitive search, please suggest a way to provide content recomendation to the user based on his/her chat history in the current session.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
724 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
asked 2024-04-01T06:01:19.51+00:00
TagnaviMY-1268 30 Reputation points
commented 2024-05-07T22:29:00.38+00:00
Grmacjon-MSFT 16,191 Reputation points
1 answer One of the answers was accepted by the question author.

How to add a function app for azure workbook and sentinel solution

Hi, I am working on contributing to an azure sentinel solution in github, My solution contains data connector and workbooks. Now, I want to add a workbook that talks to a custom endpoint. In this case, the custom endpoint is a function app http…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
988 questions
asked 2024-04-30T07:54:16.0666667+00:00
Ashwin Venkatesha 125 Reputation points
accepted 2024-05-07T22:24:11.4133333+00:00
Ashwin Venkatesha 125 Reputation points
3 answers One of the answers was accepted by the question author.

Restart Azure Web App via Web Job with Powershell script

I am attempting to make a task that restarts our Web Application. I have read that I should be able to use a Web Job in combination with a Powershell script. What I have tried is a simple powershell script, such as "Restart-AzWebApp…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
asked 2023-08-30T14:35:29.0966667+00:00
Austin Anderson 20 Reputation points
commented 2024-05-07T22:20:15.4766667+00:00
Rimon.C 0 Reputation points
3 answers

How to extract checkbox answer as value and question as key?

I am very new to azure document intellegence studio. I am using this form as input to General Document in Document Intellegence Studio and extracting key value pairs. As you can see in the left bottom cornor of this form there is one question " Did…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,396 questions
asked 2024-05-02T14:04:15.2966667+00:00
Muhammad 0 Reputation points
answered 2024-05-07T22:15:46.95+00:00
Nagesh Pabbisetty 0 Reputation points
9 answers One of the answers was accepted by the question author.

Installing Microsoft Teams in Linux

Any help on how to install/configure Microsoft Team in Linux

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,135 questions
Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
456 questions
asked 2019-12-11T21:07:24.147+00:00
json 21 Reputation points
answered 2024-05-07T22:15:12.61+00:00
Matthew Mckenzie 5 Reputation points
1 answer

Why when using redirect_uri as schema://app, my application does not show MFA but bypasses login successfully by default?

Why when using redirect_uri as schema://app, my application does not show MFA but bypasses login successfully by default? …

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,597 questions
asked 2024-04-17T07:05:16.99+00:00
Hoàng Phúc 0 Reputation points
commented 2024-05-07T22:05:09.8933333+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer

Azure B2C SMS Cost

Hi Team, I have doubt for Azure B2C SMS Cost. If Example i have 1000 Users(All users are active) in B2C Local Account and configured SMS Based Authentication. If the users are login attempts 2 or 3 times per day. so, the sms attempts for 3000 time for…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,597 questions
asked 2024-04-17T12:35:51.4266667+00:00
umasankar govindaraj 0 Reputation points
commented 2024-05-07T22:04:55.3233333+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer

Azure B2C for a Blazor WASM randomly stopped working?

Hey all sorry to be a burden but I am running out of options for this so I thought I would ask Over the Easter Break I taught myself how to implement Azure B2C in a Blazor WASM+Api environment for SPA (using .Net 7). I followed this tutorial for the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,597 questions
asked 2024-04-18T14:22:24.6333333+00:00
Jeremy Beare 0 Reputation points
commented 2024-05-07T22:04:35.13+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer

Could I Hide "Choose an account to continue to b2clogin.com" in Azure B2C with Google sign IN?

Hi! I am working on a project with Azure B2C where we are using Google as Identity Provider, client says us that they want to hide (or change) the URL (b2clogin.com) who appears when you are going to sign up with Google: After a depth look in the Google…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,597 questions
asked 2024-04-18T15:26:10.4233333+00:00
Amiranda 0 Reputation points
commented 2024-05-07T22:04:14.0433333+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer

Key Vault Integration on the Roadmap?

Are there currently any plans to allow Credentials and encrypted variables to be sourced directly from Key Vault so that we don't have to use PowerShell in the script to query the vault? Normally this wouldn't be an issue but since we're protecting our…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,128 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,129 questions
asked 2024-04-18T18:20:59.8+00:00
Austin Greca 0 Reputation points
commented 2024-05-07T22:04:01.61+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer

Do we have any exception with maximum Application proxy timeout of 180 seconds. Out application takes more than 3 minutes to load some reports. How can we acheive this without getting proxy timeout error.

Do we have any exception with maximum Application proxy timeout of 180 seconds. Out application takes more than 3 minutes to load some reports. How can we achieve this without getting proxy timeout error.

Microsoft Entra
asked 2024-04-19T21:14:33.38+00:00
Aravindh Ganesan 0 Reputation points
commented 2024-05-07T22:03:38.7+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer

How do I upload an xml file to an Enterprise App in Entra?

Trying to configure SAML on an application. I've been provided the metadata.xml and would like to upload it to Entra and the Enterprise application I have configured. My problem is simple, where do I upload the file?

Microsoft Entra
asked 2024-04-23T16:20:29.32+00:00
Brian Walter 0 Reputation points
commented 2024-05-07T22:02:38.58+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

KQL validation is failing locally

I ran dotnet test as per https://github.com/Azure/Azure-Sentinel#run-kql-validation-locally [xUnit.net 00:00:00.41] Exception discovering tests from Kqlvalidations.Tests: System.BadImageFormatException: Could not load file or assembly…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
988 questions
asked 2024-04-26T06:17:29.5366667+00:00
Ashwin Venkatesha 125 Reputation points
accepted 2024-05-07T22:01:16.9833333+00:00
Ashwin Venkatesha 125 Reputation points