53,832 questions

Sort by: Updated
0 answers

Test outbound connectivity through all ips in an aks loadbalancer outbound rule

We have an aks cluster sitting behind an azure loadbalancer. All inbound/outbound connectivity to/from the aks cluster goes through this LB. The LB has an outbound rule with 13 public IP's. We have another system on prem which has some firewall rules to…

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,862 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
403 questions
asked 2024-05-03T07:37:21.1533333+00:00
Vaishak Shetty M 0 Reputation points
0 answers

APIM recommendation with service endpoints

With respect to this article, I would like to understand what is the latest recommendation when it comes to APIM networking Art: https://learn.microsoft.com/en-us/azure/api-management/api-management-using-with-vnet?tabs=stv2 Can you suggest why private…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,766 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,152 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
468 questions
asked 2024-05-03T07:36:28.02+00:00
Pulin Gupta 0 Reputation points
0 answers

IIS is automatically call to http://localhost after application pool get recycled or stop and start

Hi, We have some .Net applications running on Windows servers and backed by IIS. We noticed that when the application pool got recycled or stop&start. There will be a call to http://localhost/ with the clientIP 127.0.0.1 This is annoying us…

Internet Information Services
asked 2024-05-03T06:45:22.1833333+00:00
Simon Dao 0 Reputation points
edited the question 2024-05-03T07:34:12.9666667+00:00
Simon Dao 0 Reputation points
0 answers

How do I get Azure Communication SMTP Settings

Hello, I am configuring azure communication services to enable smtp email sending on Mautic email marketing. How do I get the SMTP settings to connect to the Mautic platform?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
684 questions
asked 2024-04-30T10:35:19.26+00:00
Hassan Waqar 0 Reputation points
commented 2024-05-03T07:32:56.88+00:00
Grmacjon-MSFT 16,101 Reputation points
0 answers

.NET Framework 4.8.1 compatibility with Windows 10 enterprise LTSC

Hi everyone, I'm trying to run a WinForms application that requires .NET Framework 4.8.1 on a Windows 10 LTSC Enterprise VM. However, I'm encountering an error message stating that 4.8.1 isn't supported on this OS when I try installing. I've confirmed…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,651 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,394 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,169 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,123 questions
Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
456 questions
asked 2024-05-03T07:12:57.55+00:00
Michael Alfred 5 Reputation points
edited the question 2024-05-03T07:32:10.9566667+00:00
Michael Alfred 5 Reputation points
0 answers

How can I retrieve the values of custom columns from Sharepoint site pages via the Graph API?

I know that the values can be extracted from items in documents and I know that I can extract the values of the default columns from site pages, but I cannot extract the values of custom created columns. Even when I try to add the page details as a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,637 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,674 questions
asked 2024-05-03T07:31:45.8266667+00:00
Chris Freeday 0 Reputation points
0 answers

windows server remote Desktop User ID cannot be reused

We currently have a server providing remote connections for users to perform data queries. Recently, there have been issues with connecting to the server. Upon checking Task Manager, it was noticed that whenever the ID in the USER field approaches 900,…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,169 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,249 questions
asked 2024-05-03T07:30:04.5233333+00:00
YuRuei 0 Reputation points
0 answers

Getting VSS Error ID 8200 while taking VSS Snapshot backup. API IVssWriterComponentsExt.GetWriterInfo is failed with error VSS_E_INVALID_XML_DOCUMENT

We are developing an application to backup our filesystem files via VSS. We are getting an issue while gathering writer component info which is blocking us to move ahead with building the tool. Can someone please help? Detailed logs…

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,425 questions
asked 2024-04-29T14:11:06.7166667+00:00
Subodh Agnihotri 21 Reputation points
commented 2024-05-03T07:29:23.73+00:00
Jeanine Zhang-MSFT 9,181 Reputation points Microsoft Vendor
0 answers

InterlockedCompareExchange128 is not found on newer sdk

I'm running into a problem using windows 11 sdk (10.0.22621.0) through Microsoft Visual Studio. However I'm running into a problem where it cannot find "InterlockedCompareExchange128". The specific error message looks like: error C3861:…

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,425 questions
asked 2024-04-24T13:50:04.7333333+00:00
Alexandra Wheeler 0 Reputation points
edited a comment 2024-05-03T07:28:25.7933333+00:00
Jeanine Zhang-MSFT 9,181 Reputation points Microsoft Vendor
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…

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,425 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,535 questions
asked 2024-04-23T06:41:57.05+00:00
sunil maurya 21 Reputation points
edited the question 2024-05-03T07:27:35.8966667+00:00
Roy Li - MSFT 32,051 Reputation points Microsoft Vendor
0 answers

IMAGE UPLOAD USING PHOTO PICKER DIALOG

RegistrationForm.cshtml <div class="mt-2"> <div class="row"> <div class="col-7 col-sm-6"> <div class="d-flex…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,184 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
298 questions
asked 2024-05-02T10:39:55.1833333+00:00
Nandini S 20 Reputation points
commented 2024-05-03T07:27:29.7333333+00:00
Nandini S 20 Reputation points
0 answers

How to fetch data of more than one column with single click In MS Office?

I am here with a problem and want to get solution of it through your help. I am MS Office user and have multiple records in one file like mix and match jollibee. I have a multiple records in the file and want to fetch different records with single click.…

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,010 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,363 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,552 questions
asked 2024-05-02T10:11:38.2733333+00:00
Chelegonzale 0 Reputation points
commented 2024-05-03T07:26:42.04+00:00
Jiajing Hua-MFST 4,990 Reputation points Microsoft Vendor
0 answers

How can i redirect to my own page after successful login in dotnet maui

i want to redirect my dotnet maui pages after successful login how can i do it in dotnet maui emulator i have sign in redirect uri : "https://localhost:7152//sign-ingoogle and aftter login i want to redirect to my own pages

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,295 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,394 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,184 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,895 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
766 questions
asked 2024-05-03T07:26:25.66+00:00
Kanika Rana 0 Reputation points
0 answers

How to map a shared mailbox to user's mailboxes in an access list?

I have an access list that has full permission to a shared mailbox and want map the shared mailbox to everyone in the access list.

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,899 questions
asked 2024-05-02T12:44:56.1266667+00:00
Robinson, Wendell 0 Reputation points
commented 2024-05-03T07:24:34.3833333+00:00
Faery Fu-MSFT 17,021 Reputation points Microsoft Vendor
0 answers

Audio Issue in Microsoft Teams Mobile App

I have setup a Group Number and 6 people in a call group that should ring at the same time and they should all be able to answer, all devices ring, however when someone answers with a mobile Teams app, there is no audio. so I have been testing a few days…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,114 questions
asked 2024-05-03T07:23:10.2466667+00:00
Souren Dadaian 5 Reputation points
0 answers

MFA in Users vs Group in Entra ID

I have created a user and added the same user in a group, and enabled MFA in both user and group, In user I have enabled SMS OTP, and in group I have enabled Microsoft authenticator. Now if I have to login to the user what Authentication will work since…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,552 questions
asked 2024-05-03T07:23:05.4233333+00:00
Robert Immanuvel 0 Reputation points
0 answers

Issue deploying app services on azure

I am trying to deploy a node.js application in azure. The service used to work a few days ago but it has stopped working. I can't deploy from my bitbucket repository, visual studio code or even the azure cli. All say the same error: Gateway Timeout 504…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,901 questions
asked 2024-04-29T10:49:58.1266667+00:00
Denis Çerri 0 Reputation points
commented 2024-05-03T07:22:40.79+00:00
Grmacjon-MSFT 16,101 Reputation points
0 answers

Azure Eflow VM decryption with TPM

I am trying to use TPM (using TSS c# library) to decrypt secrets in IoT modules running in an Eflow VM. There are three layers : The host OS (Windows). That has access to the TPM The Eflow VM. That returns an empty string when decrypting The Module…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
asked 2024-04-29T08:18:57.42+00:00
Deni Gahlinger 0 Reputation points
commented 2024-05-03T07:22:30.1666667+00:00
Deni Gahlinger 0 Reputation points
0 answers

Why cant I access the public IP-Adress of my pfSense VM?

Hello together, I am currently creating a pfSense firewall environment in Azure as part of my final project of the training. I have already created two test client VMs and taken the pfSense machine from the market place. In the assigned NSG, I have…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,154 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,152 questions
asked 2024-05-03T07:20:00.35+00:00
Tim Negele 0 Reputation points
0 answers

can i link tickets on one board to an other board in azure devops

I have an overall board with product backlog items for a big product. And every team has aboard of its own where the PBIs from the main board are worked out in more detail. What I want is to link the PBIs or just show the them on the main board. Can I do…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,294 questions
asked 2024-05-03T07:17:46.5166667+00:00
Romkes, René 0 Reputation points