340,845 questions

Sort by: Updated
0 answers

how to fix this error this request should return popup but it return this error(We`re Sorry! An Error has occured! Type: 500 Please try your request again, check the server logs, or contact the site admi) although i check logs but all query prams correct

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
635 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.
923 questions
asked 2024-04-23T08:10:17.2333333+00:00
Maha Mahmoud [Pharma] 0 Reputation points
1 answer

Issue with Filtering Users by smtp: in ProxyAddresses Attribute Using Microsoft Entra Connect Synchronization Rules Editor

How can I filter users by their proxyAddresses attribute using the Microsoft Entra Connect Synchronization Rules Editor? The positive filter with the operator CONTAINS and value domain.com works for users with a primary proxy email address like…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,422 questions
asked 2024-04-16T08:23:28.3666667+00:00
Ivan Kychkin 0 Reputation points
answered 2024-04-23T08:10:16+00:00
Sandeep G-MSFT 14,321 Reputation points Microsoft Employee
0 answers

Calling Azure function API from Sharepoint classic using Managed identity

We have created an Azure function API in Python which will be further called by SharePoint classic using javascript. We want to make it secure using managed identity. Right now we are providing them API key which we do not want to.   Sharepoint is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,229 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,660 questions
Microsoft Entra
asked 2024-04-11T13:32:45.1333333+00:00
Rajeev Kumar Dave 1 Reputation point
commented 2024-04-23T08:07:23.5+00:00
MayankBargali-MSFT 68,396 Reputation points
0 answers

We can’t access your Microsoft certification profile because it is blocked. Please contact Microsoft Learning - Security Team

Please help me out to resolve below issue, getting error- "We can’t access your Microsoft certification profile because it is blocked. Please contact [Microsoft Learning - Security Team] " Already sent mail to mlsecure@microsoft.com to ask…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
923 questions
asked 2024-04-23T08:07:11.83+00:00
AKASH MALI 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get the highest parent(The form in which the user control is located) of an object(user control)

When I want to reach the highest parent(meaning the same form) in my fake user control , these are returned due to the placement of the user control in (TableLayoutPanel, Panel, TabControl,...).

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,568 questions
asked 2024-04-23T06:29:36.65+00:00
Mansour_Dalir 1,511 Reputation points
commented 2024-04-23T08:06:32.5433333+00:00
Mansour_Dalir 1,511 Reputation points
1 answer One of the answers was accepted by the question author.

Windows server 2019:- no internet access on domain network

I have a Windows Server 2019 where I setup DNS on the server. After deploying these, the yellow warning icon appeared on the network icon in the bottom right corner, and it says "No internet access". I don't know where to look further. My…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,448 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,832 questions
asked 2024-04-09T15:56:48.8866667+00:00
中村 圭(Kei Nakamura) 20 Reputation points
commented 2024-04-23T08:06:25.1966667+00:00
中村 圭(Kei Nakamura) 20 Reputation points
0 answers

In Excel's Python, when running a double for loop, it shows "timeout".

import pandas as pd for index, row in df1.iterrows(): invoice_num = row['num'] for index2, row2 in df2.iterrows(): if row2['num'] == invoice_num: receivable_balance = df1.loc[index, 'rece‘] - row2['come'] df1.loc[index, 'rece'] =…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,450 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,472 questions
asked 2024-04-23T01:36:19.53+00:00
原 田 0 Reputation points
edited the question 2024-04-23T08:06:05.27+00:00
Emi Zhang-MSFT 21,626 Reputation points Microsoft Vendor
1 answer

Multiple choice questions are displayed incorrectly and cannot be answered.

Introduction to Azure Virtual Networks\ I cannot answer the multiple choice questions in the following sections of the above module bacause they are not displayed correctly. Design name resolution for your virtual network Enable cross-virtual network…

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.
875 questions
asked 2024-04-19T04:06:42.12+00:00
Rod Allan 0 Reputation points
edited an answer 2024-04-23T08:05:56.1566667+00:00
SiddeshTN 2,230 Reputation points Microsoft Vendor
0 answers

Perform CRUD operation on SharePoint online using raw REST API

I have created an Azure App Registration, and I got these info:- Client ID Tenant ID Certificate Thumbprint Certificate Password PFX certificate now how i can use that info inside my console application to authenticate to SharePoint online site…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,592 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,660 questions
asked 2024-04-22T20:28:43.56+00:00
john john Pter 110 Reputation points
edited the question 2024-04-23T08:05:43.3166667+00:00
MayankBargali-MSFT 68,396 Reputation points
0 answers

How to use C++/WinRt API like as part of DLL without user interface(UI)

Hi, I am attempting to utilize the C++/WinRT code provided in the sample of LampArray, cppwinrt to create a DLL. However due to the tight coupling of this sample with the UI, I am not able to use below API independently within my DLL code, without…

Universal Windows Platform (UWP)
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
723 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,414 questions
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,524 questions
asked 2024-04-23T06:41:57.05+00:00
sunil maurya 21 Reputation points
edited the question 2024-04-23T08:04:14.4666667+00:00
Junjie Zhu - MSFT 14,446 Reputation points Microsoft Vendor
0 answers

How to fix web activity error "Error calling the endpoint" for Azure API management service from Azure data factory

I have an azure data factory in VNet and API management service with virtual network type "Internal". I am trying to invoke one of the Api endpoints from data factory using web activity "POST" method but getting the below mentioned…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,743 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,511 questions
asked 2024-04-22T21:50:32.2266667+00:00
Chodisetti, Veda 0 Reputation points
edited the question 2024-04-23T08:03:20.2+00:00
KapilAnanth-MSFT 34,766 Reputation points Microsoft Employee
0 answers

Support for different platforms on AIO codespace image?

I'm working with the Getting Started documentation for Azure IoT Operations. I've created a variant of one of the sample apps and simply want to see it working. Due to machine limitations, I'm only able to generate a docker image against the arm64…

Azure IoT Operations
Azure IoT Operations
Azure IoT Operations is a set of modular services enabled by Azure Arc.
10 questions
asked 2024-04-22T21:11:07.2566667+00:00
Hennessy, Tim 25 Reputation points
commented 2024-04-23T08:02:42.8666667+00:00
AshokPeddakotla-MSFT 27,206 Reputation points
0 answers

Logic App - Internal Server Error for HTTP request

Hello, I'm working on a logic app integration with Microsoft Defender for Vulnerability. I use HTTP request to authenticate with Microsoft Defender API. …

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,753 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,833 questions
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,188 questions
asked 2024-04-22T10:52:35.3133333+00:00
Hrabec Pavel 0 Reputation points
edited the question 2024-04-23T08:02:13.1166667+00:00
MayankBargali-MSFT 68,396 Reputation points
1 answer

Queries on patches using update manager

Could you please clarify my following 4 queries: If we enable periodic assessment enable, does patches gets downloaded? If we create maintenance configuration with out providing schedule details , does it downloads the patches? and apply the patches?…

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
217 questions
asked 2024-04-22T20:06:24.4133333+00:00
Varma 1,015 Reputation points
commented 2024-04-23T08:00:49.2766667+00:00
Stanislav Zhelyazkov 20,786 Reputation points MVP
2 answers

sccm pxe booting not working directly from NICs but works from an anker dock

Hi! One of my clints is unable to pxe boot directly from computers, however, can pxe boot those same computers when attached to an anker dock. SMSpxe.log presents the boot image and TS deployment, finds the MP, however, on the computer to be imaged…

Microsoft Configuration Manager
asked 2024-04-22T22:14:58.9+00:00
Dia Lakota 0 Reputation points
answered 2024-04-23T08:00:44.66+00:00
Simon Ren-MSFT 30,031 Reputation points Microsoft Vendor
1 answer

Getting info about available memory from scaleset

When I am using scaleset from azure pipelines. I see following error. Microsoft Excel cannot open or save any more documents because there is not enough available memory or disk space.  scale set runs that pipeline I know it is 16 GB RAM for the scale…

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
346 questions
asked 2024-04-23T06:32:27.3233333+00:00
Varma 1,015 Reputation points
answered 2024-04-23T08:00:13.2033333+00:00
Anveshreddy Nimmala 2,150 Reputation points Microsoft Vendor
0 answers

can we create a common policy for global and product scope?

I created an API Management (APIM) policy at the product level and now we need to set up a policy that can be used at the global, product, and API scopes. I initially created a product-level policy and tried to place it at the global scope, but it…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,743 questions
asked 2024-04-22T08:59:31.0866667+00:00
akhilas@secful.com 20 Reputation points
commented 2024-04-23T07:58:59.5366667+00:00
akhilas@secful.com 20 Reputation points
1 answer

I enrolled for a contest for the AZ-700, but i could take the multiple choice question at the end of some of the sessions to complete the training

I enrolled for a contest for the AZ-700, but i could take the multiple choice question at the end of some of the sessions to complete the training. The multiple choice question are not selectable This question is related to the following Learning…

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.
875 questions
asked 2024-04-19T13:48:23.2266667+00:00
Charles Olojede 0 Reputation points
answered 2024-04-23T07:58:38.28+00:00
SiddeshTN 2,230 Reputation points Microsoft Vendor
1 answer

Why below virtual machines are failing as part of patches operation maintenance configuration plan

Here are the details from updates secton of below 2 VMs: How can we change azure managed safe deployment to customer managed. because I see that option is grade out? 2. Why below machines is not supported from azure update manager? you can see…

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
217 questions
asked 2024-04-23T06:42:28.1266667+00:00
Varma 1,015 Reputation points
commented 2024-04-23T07:57:26.5266667+00:00
Stanislav Zhelyazkov 20,786 Reputation points MVP
1 answer

How to set up a "default font" & size for a companywide rollout of O365, Sharepoint and web outlook?

We want to ensure that all the 200 users of the company are using the same font family. How to do this while using sharepoint, Office 365 and outlook.office.com?

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,291 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,592 questions
asked 2023-05-05T09:03:26.62+00:00
Prakash Dogra 20 Reputation points
commented 2024-04-23T07:57:05.88+00:00
R_Prive 0 Reputation points