98,738 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Creating a Recommendation Engine

Hi all; Sorry, this is a giant question asking about everything around this. But if I'm on the right track here, and you all can help me with these questions, then I think I'll have it. Use Case I have written an app that manages events for political…

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.
763 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,459 questions
asked 2024-05-20T17:56:04.0433333+00:00
David Thielen 2,331 Reputation points
edited an answer 2024-05-31T04:54:01.11+00:00
Grmacjon-MSFT 16,786 Reputation points
2 answers One of the answers was accepted by the question author.

How can we save some billing while AKS cluster is not using?

I have 2 Kubernetes services containing some applications. I want to retire them, but archive them in case I need to turn them back on. i.e. we no longer use the platform but may in the future. I want to save some $ by shutting it down, yet storing code…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,902 questions
asked 2024-05-29T12:28:27.0366667+00:00
Fayaz Abdullah 20 Reputation points
accepted 2024-05-31T04:45:52.0933333+00:00
Fayaz Abdullah 20 Reputation points
1 answer One of the answers was accepted by the question author.

AzCopy log file for MD5 mismatch

Hi, I'm using AzCopy version 10.17.0 to download files from storage account. I'm using --put-md5 and --check-md5 to validate the file integrity. However, on download, if there is an MD5 mismatch for one of the blob then how that will be logged in the…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,777 questions
asked 2024-05-30T14:19:17.31+00:00
Zeno GH 20 Reputation points
edited the question 2024-05-31T04:34:21.56+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Creating App Service Managed Certificate before CNAME record

Hello, I'm trying to create an Azure Web App to supersede an existing Azure Web App. I've created the necessary TXT record to validate the domain name in the new App Service, however I'm unable to create an App Service Managed Certificate for the TLS/SSL…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,053 questions
asked 2024-05-30T13:36:36.1066667+00:00
Steve Christy 20 Reputation points
edited the question 2024-05-31T04:23:27.2766667+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Azure IoT central device cannot connect to MQTT after several days of working

I was testing 1 IoT central devices over the weekend, from 3/31 19:00 KST, and another for more than 10 days, but I found that they are both disconnected since 4/1 05:34AM KST and 4/1 05:05AM KST. One of them shows error as follows. 2023/4/4 11:13:47…

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
355 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,137 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
209 questions
asked 2023-04-04T02:30:59.6566667+00:00
Casey Park 40 Reputation points
accepted 2024-05-31T04:18:13.95+00:00
Casey Park 40 Reputation points
1 answer One of the answers was accepted by the question author.

How to extract resource group name and subscription ID from containers in Azure Container Apps and Azure Container Instances

Is it possible to extract the resource group name and subscription ID from within containers running in Azure Container Apps and Azure Container Instances? If so, can anyone provide information on how to accomplish this?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
656 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
299 questions
asked 2024-05-29T06:01:47.6366667+00:00
PS 105 Reputation points
accepted 2024-05-31T04:13:53.1066667+00:00
PS 105 Reputation points
3 answers One of the answers was accepted by the question author.

Is there an Azure Function trigger support for Event Grid Namespace Topic?

Hi There is an EventGridTrigger attribute for Azure Function that can be used to handle custom topic event. I wonder if there is an equivalent for Event Grid Namespace Topic with the pull model event subscription. I cannot find any example online. What…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,415 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
325 questions
asked 2024-05-30T04:42:51.3633333+00:00
Philip Leung 0 Reputation points
edited an answer 2024-05-31T04:01:57.19+00:00
James Huber 0 Reputation points
1 answer One of the answers was accepted by the question author.

Application crash even on a try catch block

When i comment out the line GetViewsByZOrder i get the following exception: Exception thrown at 0x00007FF96E36EE19 (rpcrt4.dll) in : 0xC0000005: Access violation reading location 0x00000000094F0122. On the line if (collection->GetViewForHwnd(hwnd,…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,571 questions
asked 2024-05-30T03:16:00.1533333+00:00
Yanis 20 Reputation points
commented 2024-05-31T03:43:26.1566667+00:00
Yanis 20 Reputation points
1 answer One of the answers was accepted by the question author.

"Remove Unused References" unavailable for UWP projects

I have enabled "Remove Unused References" but the context menu of a UWP app project does not have the option: Could anyone shed some light on this?

Universal Windows Platform (UWP)
asked 2024-05-30T23:35:05.0633333+00:00
Hong 1,141 Reputation points
accepted 2024-05-31T03:10:36.7966667+00:00
Hong 1,141 Reputation points
2 answers One of the answers was accepted by the question author.

How can I sync data from a source database table without primary key to the destination database table with primary key

Hi all, If the source MS SQL SERVER 2017 database table does not have primary key but destination MS SQL SERVER 2019 database table has primary key, what is the best way or method to make both tables data in sync? Please take into consideration that…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,938 questions
asked 2024-05-23T01:45:18.7933333+00:00
Cindy See 186 Reputation points
accepted 2024-05-31T03:08:04.1233333+00:00
Cindy See 186 Reputation points
1 answer One of the answers was accepted by the question author.

Datatime value issue

Hi, How to correct it below? tb_apply_date.Text = Datetime.Now.ToString();

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,720 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,412 questions
asked 2024-05-30T08:28:23.0166667+00:00
Peter_1985 2,546 Reputation points
accepted 2024-05-31T03:03:42.38+00:00
Peter_1985 2,546 Reputation points
3 answers One of the answers was accepted by the question author.

Can I figure out why my new computer is crashing?

I have a new Windows 11 computer which keeps unexpectedly restarting after showing the blue screen. I have looked at the Event Viewer and see that it shows a bug check of 26. I also saved a mini dump but don't know how to read it. Can anyone help with…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,477 questions
asked 2024-05-30T12:45:32.92+00:00
SteveR 0 Reputation points
answered 2024-05-31T02:34:52.1733333+00:00
Docs 15,231 Reputation points
1 answer One of the answers was accepted by the question author.

Azure AI Studio Prompt Flow feature - resources and cost

I am currently exploring the Prompt Flow feature in Azure AI Studio and have below questions: Resource Creation: When we create a Prompt Flow in Azure AI Studio, could you please share which specific azure resources are generated as part of this…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,330 questions
asked 2024-05-30T08:25:23.65+00:00
Mithun 20 Reputation points
edited an answer 2024-05-31T02:30:13.76+00:00
AshokPeddakotla-MSFT 28,501 Reputation points
1 answer One of the answers was accepted by the question author.

Intune - (APPS) Device Install Status, and column "Last modified time"

Hi All From Intune application, under monitor, you have Device Install status, to show which devices has the app installed or not. Can someone tell me what the column "Last Modified Time" is actually for? Is this when the app was…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,505 questions
asked 2024-05-30T06:50:24.9066667+00:00
David Moon 561 Reputation points
commented 2024-05-31T02:16:50.7666667+00:00
David Moon 561 Reputation points
1 answer One of the answers was accepted by the question author.

How to show 3 picture per line on pages Blazor.

@page "/" <PageTitle>Home</PageTitle> <h1>HOUSE</h1> @for (int i = 0; i < images.Count - 1; i = i + 3 ) { <img src=@($"/Images/{i}") /> } @code { // Define the list of image file names …

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,432 questions
asked 2024-05-30T15:49:57.01+00:00
MIPAKTEH_1 80 Reputation points
accepted 2024-05-31T02:16:45.3366667+00:00
MIPAKTEH_1 80 Reputation points
2 answers One of the answers was accepted by the question author.

Upgrade windows server 2012R2 to windows server 2016, will the Exchange system be affected?

Our current system is installing Exchange 2016 on the Windows 2012R2 OS platform. We are planning to upgrade the OS to Windows 2016 -> I want to ask, will the Exchange system be affected? Do I have to reconfigure Exchange? Thanks to everyone for help

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,124 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,407 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,331 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,410 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
416 questions
asked 2024-05-30T10:28:19.7866667+00:00
Pham Tien Dung 40 Reputation points
commented 2024-05-31T02:16:41.6433333+00:00
Pham Tien Dung 40 Reputation points
1 answer One of the answers was accepted by the question author.

Code Signing using a USB device

We have our builds on our Azure VM and code signing certificates on a USB device. Can we connect these USB devices to our local machine and then use the plug-and-play option in RDP to connect the device to the Azure VM for code signing? Additionally, I…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,308 questions
Azure IoT Plug and Play
Azure IoT Plug and Play
A Microsoft technology based on an open modeling language that enables developers to connect internet of things (IoT) devices to the cloud without having to write any code.
16 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,306 questions
asked 2024-05-27T03:30:21.3833333+00:00
Vishnu Anand 40 Reputation points
accepted 2024-05-31T02:12:10.64+00:00
Vishnu Anand 40 Reputation points
1 answer One of the answers was accepted by the question author.

Could I delete Intune configuration policy using graph api?

I checked the document but only found get or list query for configuration policy. And I tried to delete the policy on Intune manually and copy the request URL and run it, but it still didn't work.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,902 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,754 questions
asked 2024-05-30T07:38:17.7566667+00:00
Mike Ye 0 Reputation points
accepted 2024-05-31T02:06:46.67+00:00
Mike Ye 0 Reputation points
2 answers One of the answers was accepted by the question author.

MAUI: Background color is not updating when changing the mode (iOS)

When changing the mode I am updating the background color and text color of the UI via code. It was working fine on Android side but when I check it on iOS, the Listview background color is not updating properly. Expected Output of light and dark mode is…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,008 questions
asked 2024-04-29T13:42:50.5933333+00:00
Sreejith Sreenivasan 691 Reputation points
commented 2024-05-31T01:59:59.7966667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,276 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Viva Learning - why are most of the courses showing as linked in learning which is an additional license I need to purchase

I have just purchased a license for Viva Learning, however a lot of the courses are tagged as linked in learning so I can't access them, I don't want to purchase a linked in learning license.... (as I have purchased a viva learning license) why are these…

Viva Learning
Viva Learning
A Microsoft Viva module that provides employees with formal and informal learning.
88 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,282 questions
asked 2024-05-29T20:25:37.39+00:00
Krystie Brickland 20 Reputation points
edited the question 2024-05-31T00:56:24.9966667+00:00
LiweiTian-MSFT 15,120 Reputation points Microsoft Vendor