294,053 questions

Sort by: Updated
1 answer

Configure machines to receive a vulnerability assessment provider azure policy confusion

hi, can anyone please tell me why does the following Azure Policy Configure machines to receive a vulnerability assessment provider https://www.azadvertizer.net/azpolicyadvertizer/13ce0167-8ca6-4048-8e6b-f996402e3c1b.html has two options for the…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
806 questions
asked 2024-05-27T13:42:11.2466667+00:00
AdamBudzinskiAZA-0329 91 Reputation points
answered 2024-05-28T06:51:44.5833333+00:00
Stanislav Zhelyazkov 21,506 Reputation points MVP
1 answer

The configured universal link doesn't open the app

Issue Details: We integrated the Intune SDK into our iOS app. But the universal link doesn't reopen the app after successful SSO sign-in using a managed browser (Edge). The user sees the following dialog box when clicking a button that contains the…

Microsoft Intune iOS
Microsoft Intune iOS
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.iOS: An Apple mobile operating system.
191 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.
895 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,488 questions
asked 2024-05-27T13:30:47.8266667+00:00
Yogendra 0 Reputation points
commented 2024-05-28T06:51:18.9633333+00:00
Crystal-MSFT 44,416 Reputation points Microsoft Vendor
1 answer

Standard Recommendations with Source "Defender for Cloud"

Recommendations under Compliance Standards (e.g. Azure CSPM (Preview) Standard) are tagged with source field as "Policy" or "Defender for Cloud". whats the difference between recommendations that are sourced from policy vs defender…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,216 questions
asked 2024-05-23T20:55:59.75+00:00
Tropo Bridge 0 Reputation points
answered 2024-05-28T06:48:27.3866667+00:00
Sandeep G-MSFT 15,236 Reputation points Microsoft Employee
1 answer

Sharepoint search for files not working

Hello    Please i need your help on this issue. WE are experiencing an issue with SharePoint search for files. We have uploaded multiple files into the SharePoint "PDQ Freight" a few days ago, but none of the files are appearing in the search…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,881 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,721 questions
asked 2024-05-27T00:06:37.5066667+00:00
Iniobong Nkanga 1,686 Reputation points
edited an answer 2024-05-28T06:46:09.2333333+00:00
Yanli Jiang - MSFT 21,961 Reputation points Microsoft Vendor
1 answer

SCCM Database Size issue

I have a primary site server running with several roles and this is a only site running. I want to know how can I reduce the size of SCCM dataSCCM Disk space issue.jpgbase. Please find image.

Microsoft Configuration Manager
asked 2024-05-28T06:22:02.4433333+00:00
Rahul Sapke 141 Reputation points
answered 2024-05-28T06:43:07.08+00:00
AllenLiu-MSFT 41,371 Reputation points Microsoft Vendor
1 answer

How to monitor CPU and RAM usage for a Linux VM in Azure

Hi All, There is a Linux VM in Azure. How to monitor its CPU and RAM usage? For example I need to find the maximum CPU and RAM usage for a certain period of time (from 8AM till 6PM).

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,291 questions
asked 2024-05-28T06:01:13.4133333+00:00
Cloud_Geek_82 811 Reputation points
answered 2024-05-28T06:41:23.6266667+00:00
Olaf Helper 41,496 Reputation points
2 answers One of the answers was accepted by the question author.

How to make search text in ASP.NET dropdown controls

I have been developing ASP.NET application. some of the place i want searchable dropdown controls. the dropdown should search both numbers and name. How to do this...? example data as below. Cust.Name | Cust.Number Alfred K AXN29109 …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,318 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,391 questions
asked 2024-05-25T08:11:36.1666667+00:00
Gani_tpt 1,786 Reputation points
edited a comment 2024-05-28T06:40:46.9066667+00:00
Gani_tpt 1,786 Reputation points
1 answer One of the answers was accepted by the question author.

How to resolve debug assertion error when calling dialog create function in mfc extension dll

I have code like below: m_pPreviewDlg.Create(IDD_DIALOG_PREVIEW); The error below occurs in this code. What is the solution? I am using visual studio 2022

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,564 questions
asked 2024-05-23T06:32:49.1433333+00:00
채문석(jim) 21 Reputation points
commented 2024-05-28T06:40:36.9466667+00:00
채문석(jim) 21 Reputation points
1 answer

Not finding MessageTrace Exchange Online API permision

Under Splunk Addon for Microsoft 365, i'am trying to input the Message trace of Exchange Online. My Azure application and permissions are well setup for all others inputs, but i got an issue with this input. The endpoint i'am trying to access is :…

Microsoft Exchange Online
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,258 questions
asked 2024-05-27T15:10:56.54+00:00
Thomas DUSSOSSOY | Process-IT 0 Reputation points
answered 2024-05-28T06:39:41.2266667+00:00
Vasil Michev 97,231 Reputation points MVP
2 answers One of the answers was accepted by the question author.

MFC Debug Assertion Failed (DLL Dialog Create Error)

I am trying to CREATE a dialog as MODALESS in a DLL. When DEBUGING is attempted, DEBUG ASSERTION FAILED LINE24 is output. What should I do? Code Example : extern "C" __declspec(dllexport) int CreateDlg() { CTestDlg *pDlg = new…

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,564 questions
asked 2022-11-08T04:53:27.717+00:00
채문석(jim) 21 Reputation points
accepted 2024-05-28T06:38:54.35+00:00
채문석(jim) 21 Reputation points
1 answer

Unable to create Distribution lists using exchange online with app-only authentication(Azure AD Application) with exchange online

Requirement: To create Distribution lists using exchange online with app-only authentication. Description: I am using Azure AD credentials to connect to exchange online, because i wanted to create distribution lists automatically without user…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,258 questions
asked 2024-05-27T15:14:53.4866667+00:00
Mariyada, Ajaynath Reddy 0 Reputation points
edited a comment 2024-05-28T06:38:40.7433333+00:00
Mariyada, Ajaynath Reddy 0 Reputation points
1 answer

How to enable Microsoft Teams

Request Id: a2c590dd-d572-498e-a9f3-5cf934b7d700 Correlation Id: f7976f8c-ac75-4329-a6e6-e787eb26d0da Timestamp: 2024-05-27T10:02:36Z Message: AADSTS7000112: Application '1fec8e78-bce4-4aaf-ab1b-5451cc387264'(Microsoft Teams) is disabled.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,260 questions
asked 2024-05-27T10:26:12.1433333+00:00
Willem Coetzee 0 Reputation points
answered 2024-05-28T06:38:34.0033333+00:00
JimmyYang-MSFT 49,441 Reputation points Microsoft Vendor
1 answer

How to load customer virtual channel in Macos Azure remote desktop

I know avd support use dvc api to create virtual channel in win. But I want to use in macos. So How to load customer virtual channel in Macos Azure remote desktop???

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,389 questions
asked 2023-09-28T07:40:34.2366667+00:00
Hao Chen (hchen2) 5 Reputation points
commented 2024-05-28T06:37:11.0166667+00:00
Dane Dai 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to create a deployment of GPT-4o so that all data resides in Europe?

Now that GPT-4o API is available on Azure, our company would like to upgrade from gpt-3.5-turbo to gpt-4o. However, our privacy policy states that data must be processed in Europe, and I haven't found a way to deploy the model to Europe. How can I do…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,304 questions
asked 2024-05-24T09:35:59.4133333+00:00
Juuso 0 Reputation points
accepted 2024-05-28T06:36:46.9+00:00
Juuso 0 Reputation points
1 answer

How to not play default beep sound when pressing alt key?

I'm implementing the wpf app, and added the shortcut feature with alt key combination. The problem is that the app window is open and active(focused) and I press alt + shift + U(alt key added shortcut), then the default alert sound is playing from OS. I…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,441 questions
asked 2024-05-28T02:14:08.52+00:00
commented 2024-05-28T06:36:05.79+00:00
1 answer

"Operation not allowed" on Graph API Item Preview endpoint

Hello, I have created an App registration. Endpoint in question: https://learn.microsoft.com/en-us/graph/api/driveitem-preview?view=graph-rest-1.0 According to that document, this endpoint requires at least "Files.Read" permission. I've…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
872 questions
asked 2024-05-28T06:05:54.8866667+00:00
Python Developer 7 0 Reputation points
answered 2024-05-28T06:35:49.6333333+00:00
Python Developer 7 0 Reputation points
1 answer

infer_schema stopped working on Azure Data Factory new Snowflake connector. Error code 2011

I have been using Azure data factory for copying data from Azure to Snowflake with the Snowflake connector linked service. It has worked well for 2 years. Now Azure tells me to update to the new version I am using the SCRIPT activity and I was using the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,765 questions
asked 2024-05-27T15:50:57.1833333+00:00
kosmos 246 Reputation points
edited the question 2024-05-28T06:35:20.2966667+00:00
kosmos 246 Reputation points
2 answers

Firewall Configuration for Custom Model Serving in Azure Databricks

Hi, I am encountering an error when trying to serve my custom LLM model endpoint. The error message reads: "Container image creation failed, see Build Logs for details. If there are no build logs, the failure may be due to storage firewall…

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,766 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,972 questions
asked 2024-05-23T10:43:43.7833333+00:00
Pejman Memar 0 Reputation points
answered 2024-05-28T06:33:26.23+00:00
Nehruji R 3,041 Reputation points Microsoft Vendor
2 answers

Will the Azure App continue working when changing the publisher name?

Hey, I have a question regarding changing the publisher name of an already published app in Microsoft Azure, under the App registration menu. The app is one that users give consent to (similar to logging in with Outlook). On the partner canter, it says…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
211 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,045 questions
asked 2024-05-24T11:00:24.8066667+00:00
Eraldo Forgoli 0 Reputation points
answered 2024-05-28T06:33:24.4533333+00:00
Umesh Pandit 21 Reputation points
2 answers

Is there a way to set DHCP to only allow know MAC’s

I need to block user from connecting an ethernet cable from the wall port, to there laptops. I can restrict there individual MAC’s, but its immposible to do this when we recieve new users all the time. Is there a way to only allow MAC address of…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,299 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,026 questions
asked 2024-05-26T15:41:48.4166667+00:00
Himanshu Thapliyal 0 Reputation points
answered 2024-05-28T06:33:02.2333333+00:00
Jing Zhou 2,790 Reputation points Microsoft Vendor