352,530 questions

Sort by: Updated
0 answers

Unexpected truncation error when inserting from UTF8 to non-UTF8 collation

I believe I am hitting a bug with moving data from a UTF8 to a non-UTF8 collations in SQL Server 2022 CU13 (running under Linux but assuming for now this issue is not related). The issue is that MSSQL appears to be determining the width of a string for…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,028 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,574 questions
asked 2024-06-11T00:42:42.9533333+00:00
Ben 0 Reputation points
commented 2024-06-11T14:44:02.1333333+00:00
Ben 0 Reputation points
0 answers

RAG - How can I define orderby/sort in a chat completions create command with data source?

This is how I define my chat completions create when I add my own data source from an Azure Search Index. My question is simple. I would like to order the results from the search based on specific index fields. This is possible when I interact with Azure…

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.
789 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,498 questions
asked 2024-06-11T14:43:26.7233333+00:00
Nuno Rodrigues 20 Reputation points
1 answer

Graph API - Intune androidDeviceOwnerEnterpriseWiFiConfiguration change connectAutomatically

Hi, I have created a Intune deviceconfiguration profile thats sets a WiFi profile. Within the gui of intune i am not able to set connect automatically flag. After reading this artikel I found out this flag can only be set using the Graph API. I have…

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,767 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,554 questions
asked 2021-10-06T11:34:24.297+00:00
Michael Hogendoorn 1 Reputation point
answered 2024-06-11T14:41:37.08+00:00
Miguel Gonçalves 176 Reputation points
0 answers

Link to sample Access database does not work

I am currently doing a Power BI training module called Create and use analytics reports with Power BI (https://learn.microsoft.com/en-gb/training/paths/create-use-analytics-reports-power-bi/) The module uses a sample Access database…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
142 questions
asked 2024-04-30T09:14:32.4033333+00:00
Simon Wilkinson 10 Reputation points
commented 2024-06-11T14:41:34.4133333+00:00
Gustavo Bidutti 0 Reputation points
0 answers

Azure Web App REST request timeout

I have an Azure Web App C#, .NET 8.0; uses a React (18.2) front end The app makes regular calls to Azure SQL, Azure CosmosDB and Azure BLOB storage. All works very well except when I try to retrieve images from Azure BLOB storage. The REST call times…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,132 questions
asked 2024-06-10T20:15:58.8066667+00:00
Matt Bair 25 Reputation points
commented 2024-06-11T14:41:32.5466667+00:00
Matt Bair 25 Reputation points
0 answers

intro-to-azure-cloud-shell/5-knowledge-check is not submitting even if i refresh the page

The Knowledge check for intro-to-azure-cloud-shell is not submitting after clicking the submit button its just rotating. Tried to refresh the page still the same issue

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,131 questions
asked 2024-06-11T14:39:58.0066667+00:00
Maleon Adam 0 Reputation points
2 answers

Posting to sideloaded Bot conversation is failing with "Authorization has been denied for this request."

I'm removing this code as the ticket is not being addressed.

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,947 questions
asked 2024-05-06T21:47:05.6266667+00:00
Michael Karampalas 5 Reputation points
edited the question 2024-06-11T14:39:56.72+00:00
Michael Karampalas 5 Reputation points
2 answers

passwordless phone signin from BYOD enrolled Android device

Hello, I have a simple binary question to validate. Has anybody successfully done passwordless Phone-signin registration for any account in work-profile-container from latest MS-authenticator app (version 6.2404) on latest Android 14 device…

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,784 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
252 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,554 questions
asked 2024-06-07T11:52:11.3533333+00:00
testuser7 271 Reputation points
answered 2024-06-11T14:39:10.1933333+00:00
testuser7 271 Reputation points
1 answer

Getting certificates details using Invoke-Command powershell gives error

Invoke-command -computername server1 -ScriptBlock { dir cert: -Recurse | Where-Object { $_Subject -like 'server1' }} Gives error The system cannot open the device or file specified. Please help on how to this.

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,211 questions
asked 2024-06-10T14:05:33.4566667+00:00
Sam White 6 Reputation points
commented 2024-06-11T14:37:29.8733333+00:00
Michael Taylor 49,676 Reputation points
1 answer One of the answers was accepted by the question author.

adding model based controller gives me an error in MVC 5

I am trying to add model based controller, according to a tutorial: https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/accessing-your-models-data-from-a-controller I tried reinstalling Visual studio, tried deleting…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,357 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,457 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
asked 2024-06-10T10:18:57.1966667+00:00
David Kamushadze 20 Reputation points
commented 2024-06-11T14:37:24.1933333+00:00
David Kamushadze 20 Reputation points
0 answers

RD Client iOS Configuration App

Hello, I have implemented the Remoe Desktop Client application to MDM Intune and I am releasing it to a test collection of devices. Unfortunately, I cannot add the configuration for the Workspace to this application, I would like the user to have the…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,324 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,767 questions
asked 2021-09-15T04:25:02.877+00:00
R.B 21 Reputation points
commented 2024-06-11T14:36:42.9233333+00:00
Miguel Gonçalves 176 Reputation points
1 answer One of the answers was accepted by the question author.

Is there a way to retrigger messages for Azure Function SQL Trigger

I have a function app that uses SQL trigger there was an issue with the main class location and my function app did get triggered but failed due to the exception that main class was not found. The issue is fixed but I see that there are messages in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
asked 2024-06-11T10:24:47.94+00:00
Shruti 20 Reputation points
accepted 2024-06-11T14:36:39.3766667+00:00
Shruti 20 Reputation points
1 answer

How to add microsoft intune to my program

Hi there can you tell me if I can build my own program and add miceosoft end point manager into it. Thank you mathew

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,554 questions
asked 2024-06-07T07:09:57.56+00:00
mathew butterfield 41 Reputation points
commented 2024-06-11T14:35:19.2266667+00:00
mathew butterfield 41 Reputation points
0 answers

Function App service bus trigger does not work on deployment

Hello All, I have a typical issue where my function app runs fine locally using function app tools and able to receive message when I push message from service bus queue. But when I deploy the same in azure, it is not able to get triggered on service bus…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
567 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
asked 2024-06-05T10:02:46.9166667+00:00
Dutta, Pijush 1 Reputation point
commented 2024-06-11T14:35:19.04+00:00
Ryan Hill 26,621 Reputation points Microsoft Employee
1 answer

Unable to select a particular geometry layer and modify its color

I attempted to create polygons on the map using the drawingManager class and setOptions method for coloring. However, when I select a polygon and modify its color, the change affects all other polygons as well. Is there a way to alter the color only for…

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
624 questions
asked 2024-05-27T22:01:24.2833333+00:00
Blessy Gnanamanickam 60 Reputation points
commented 2024-06-11T14:35:04.91+00:00
rbrundritt 16,046 Reputation points Microsoft Employee
1 answer

Azure video Indexer Face Recognition

Hello, I am experiencing an issue with the face recognition feature on my Unlimited Video Indexer account. Despite completing the necessary form for face recognition and receiving approval, I have observed that the system fails to recognize and identify…

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
61 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
asked 2024-06-10T06:18:07.66+00:00
Hussein Safa 10 Reputation points
commented 2024-06-11T14:34:45.0233333+00:00
romungi-MSFT 43,251 Reputation points Microsoft Employee
0 answers

Knowledge Check fails to grade or provide results. AZ-104: Prerequisites for Azure administrators Introduction to Azure Cloud Shell

Anyone else not able to complete the training module due to the knowledge check not functioning? https://learn.microsoft.com/en-us/training/modules/intro-to-azure-cloud-shell/5-knowledge-check After marking my responses, it just spins after clicking…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,131 questions
asked 2024-06-10T20:08:20.1866667+00:00
Chad Heinrichs 5 Reputation points
commented 2024-06-11T14:34:20.27+00:00
SiddeshTN 2,950 Reputation points Microsoft Vendor
0 answers

Test/Run trigger not working from within Azure Function under Flex Consumption pricing tier; throws CORS error

I'm an Azure novice/intermediate. Please bear with me. I have a Function App with a collection of timer triggered functions that need to run for ~20minutes each. I decided to upgrade my Function App to the Flex Consumption plan from the lowest-tier…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,466 questions
asked 2024-06-11T14:33:43.82+00:00
jmahmood 0 Reputation points
0 answers

How to Transfer files to Azure VM

I want to know how to transfer any folder or files to Azure VM using secure way. For windows and RHEL Linux.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,356 questions
asked 2024-06-11T14:32:17.1666667+00:00
Shailesh Ganesh Shripati 90 Reputation points
0 answers

Graph API to create androidManagedStoreAppConfiguration giving 403

The Microsoft graph API for androidManagedStoreAppConfiguration always giving 403 Forbidden error, while permissions required to call this API as background application already given to app. The API is working when we authenticate with user…

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,767 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
901 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,554 questions
asked 2021-06-01T07:51:10.687+00:00
Rahul Nagar (External) 1 Reputation point
edited a comment 2024-06-11T14:32:12.2466667+00:00
Miguel Gonçalves 176 Reputation points