290,460 questions

Sort by: Updated
1 answer

An old ASP.NET WebForms app won't build due to missing references and related

I maintain an old ASP.NET WebForms application, written using VB.NET so long ago that no one knows who started this application. The guy who maintained it, before I was given it, left before I joined. He didn't put anything in any source control, and he…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,286 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,633 questions
asked 2024-05-08T21:06:30.9666667+00:00
Falanga, Rod, DOH 80 Reputation points
commented 2024-05-08T23:15:54.4966667+00:00
Albert Kallal 4,806 Reputation points
2 answers

The Group Policy Client service failed the sign-in

While logging into a domain joined machine, randomly users encountered an error message as shown in the screenshot. Sometimes, rebooting the machine resolves this issue. However, it re-appeasers again What is the cause of this issue ? also, tried the…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,682 questions
Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,372 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,917 questions
asked 2024-05-07T19:27:38.5333333+00:00
$@chin 85 Reputation points
commented 2024-05-08T23:13:17.0933333+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
1 answer

What happens if we dont enable perodic assement, does patches wont apply to virtual machines?

What happens if we dont enable periodic assesment, does patches wont apply to virtual machines?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,178 questions
asked 2024-05-07T18:11:32.83+00:00
Varma 1,170 Reputation points
commented 2024-05-08T23:12:18.0833333+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
1 answer

Cannot access a specific website from any of my Azure VM's

Hi(Based in UK), I have a client who cannot access a specific website from their AVD. I connected to the DC in the same Azure tenant and get the same 403 forbidden error. So it looks like its the entire Azure environment. The url in question is…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,178 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,169 questions
asked 2024-05-07T16:54:01.11+00:00
Zenzero Admin 0 Reputation points
commented 2024-05-08T23:11:12.52+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How can I resolve the "could not find server" error when using execute(@sql) at [linked_server] with a stored procedure?

I have created a stored procedure in SQL Server to execute a PL/SQL script to a linked Oracle server using either sp_executesql or execute(@sql). The former method works while the latter generates a "cannot find linked server" or…

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,784 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
46 questions
asked 2024-05-08T15:59:54.14+00:00
Timothy Dooling 20 Reputation points
commented 2024-05-08T23:10:31.9133333+00:00
Timothy Dooling 20 Reputation points
1 answer

Recebi o email: Your workloads are running on images that will be deprecated soon

Bom dia! Recebi o e-mail com o conteúdo "Your workloads are running on i Eu consigo fazer a mmigração usando o portal da Azure? Estou pesquisando aqui mas não estou achando a configuração.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,178 questions
asked 2024-05-07T12:02:05.81+00:00
Leandro Grupozani 0 Reputation points
commented 2024-05-08T23:09:39.3833333+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
13 answers

Some keys are not working after windows 11 update

after the recent update to windows 11 everything were good. but i was prompted for small small updates afterwards too. after the small update has been done the keys on laptop mainly B,N, Arrow Left-right-down were not working. I tried restarting the…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,259 questions
asked 2021-12-17T09:55:02.083+00:00
Siddhesh sharad chavan 6 Reputation points
commented 2024-05-08T23:08:14.6966667+00:00
Ijeanuli Ezeokeke 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure API Management | Certificate mTLS

Hi, I have an APIM instance, which has an App Gateway attached. I am using an external system to call apis using client certificate flow. The Certificate is not reaching APIM due to the following snippet from the MS Doc Certificate validation with…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,780 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
960 questions
asked 2023-12-06T23:05:20.2166667+00:00
Abhay Chandramouli 966 Reputation points
commented 2024-05-08T23:03:03.8+00:00
Gurram, Aditya 1 Reputation point
2 answers

running asp.net intranet application on localhost asking for authentication

I have an intranet application written int ASP.net core, when I run this application on localhost, I get a pop window asking me to authenticate and once I enter my domain name\my username and password then it authenticates me and lets me run the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,201 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,286 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,294 questions
asked 2024-05-06T23:53:29.4066667+00:00
Anjali Agarwal 1,386 Reputation points
commented 2024-05-08T23:02:27.55+00:00
Anjali Agarwal 1,386 Reputation points
2 answers

Calling a azure web api with bearer token, received 401 unauthorized

Hi, when I try to call a web api with a scope policy enforced; I receive a 401 unauthorized. How should I configure web api and the get request?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,624 questions
asked 2024-05-08T11:42:23.6533333+00:00
Ernesto 61 Reputation points
commented 2024-05-08T23:01:13.2833333+00:00
Marilee Turscak-MSFT 34,061 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to remove duplicate devices in denfender and intune

Hi team, We have devices that are listed twice, or three times, with the same device ID but different names in defender under asset >devices . This happens when we offboard a user, we wipe his computer and then assign it to another person, so the…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,222 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,385 questions
asked 2024-04-26T02:53:20.88+00:00
J-3804 1,396 Reputation points
accepted 2024-05-08T23:00:29.4+00:00
J-3804 1,396 Reputation points
1 answer One of the answers was accepted by the question author.

How to automatically update all application in intune

Hi Team, Under Security > Endpoint > Vulnerability Management > Recommendations, we have a lot of recommendations that ask to update applications. We want to know if there is a way to apply the software updates automatically on user devices…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,222 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,385 questions
asked 2024-04-26T02:57:43.28+00:00
J-3804 1,396 Reputation points
accepted 2024-05-08T22:59:39.38+00:00
J-3804 1,396 Reputation points
1 answer

Azure Management Instance Business Critical

Hi people, I have two questions about SQL Management Instance Business Critical. 1 - When I activate Zone Redundancy, I can't select which redundancy zone I want one of the nodes to be in? 2 - When I have zone redundancy in a failover with Business…

Azure SQL Database
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,784 questions
asked 2024-05-08T19:12:41.2266667+00:00
Emerson Sousa 0 Reputation points
commented 2024-05-08T22:56:43.52+00:00
Oury Ba-MSFT 16,556 Reputation points Microsoft Employee
2 answers

how to set ssl need basic idea and step by step implementation

hello I have hosted my site in IIS and that system has static ip from internet provider for example 55.XXX.XXX.XX anywhere around the world if i enter this ip its working fine now client requirment is he want as website so what i did is i purchase one…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,286 questions
asked 2024-05-08T10:52:46.27+00:00
RAVI 916 Reputation points
answered 2024-05-08T22:56:22.19+00:00
Bruce (SqlWork.com) 56,851 Reputation points
1 answer

[Quota Increase] - All of our quota Increase requests are getting rejected

Hi, We were recently enrolled into Azure's Startup Founders Program, and were looking forward to reduce our AI/Machine Learning research expenditure by utilising the allotted credits. I have been trying since yesterday now to setup even a very basic…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,178 questions
asked 2024-05-08T08:32:39.0633333+00:00
Mahyar Ali 0 Reputation points
commented 2024-05-08T22:53:51.2233333+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
1 answer

How to add subfolders to the azure functions app using VScode?

Hello there, I have sub folders "assets" and "components" inside the content directory of my azure function app. I want to copy these folders to the output directory. How to do that? I tried including this to my .csproj file but it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,316 questions
asked 2024-05-01T10:03:16.4+00:00
Adwait Naik 40 Reputation points
commented 2024-05-08T22:45:01.5666667+00:00
LeelaRajeshSayana-MSFT 13,471 Reputation points
1 answer

Cloud sync for AD to AZ is skipping "Change password at next logon" flag.

Hello, I'm currently setting up Cloud sync for AD to AZ (Microsoft Entra ID). The users have synchronized successfully, I configured SSPS (self service password reset) for all users. When I tested to reset a test user password, it works. However, when I…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,917 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,624 questions
asked 2024-05-08T15:10:56.3866667+00:00
Leo Hernandez 0 Reputation points
commented 2024-05-08T22:42:02.89+00:00
Andy David - MVP 142.3K Reputation points MVP
1 answer

How to put webserver behind SonicWall?

THIS ASSIGNMENT IS FOR LEARNING PURPOSES ONLY I'm a new IT professional that's looking to become a sys admin. I deployed a windows vm via azure containing my webserver, thats hosting my site (https://mysite.net). I just deployed another vm with SonicWall…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,178 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,169 questions
asked 2024-05-08T17:36:16.47+00:00
Steven O 0 Reputation points
commented 2024-05-08T22:37:16.2+00:00
Steven O 0 Reputation points
1 answer

How do I install .NET on a Windows 11 machine

How do I install .NET on a Windows 11 machine?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,409 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,259 questions
asked 2024-05-08T21:59:29.1766667+00:00
Marsha Harner (Applause App Quality LLC) 0 Reputation points Microsoft Vendor
answered 2024-05-08T22:33:11.72+00:00
Pruthviraj Mundargi 0 Reputation points
1 answer

I am getting "The completion operation does not work with the specified model, gpt-35-turbo"

I am trying to run a completion via curl : curl https://my-instance/openai/deployments/my-deployment-name/completions\?api-version\=2024-02-01\ -H "Content-Type: application/json" \ -H "api-key: my-api-key" \ -d "{ …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,211 questions
asked 2024-05-08T06:46:24.4666667+00:00
Kunal Nanda 0 Reputation points
edited a comment 2024-05-08T22:33:06.5933333+00:00
Kunal Nanda 0 Reputation points