344,611 questions

Sort by: Updated
0 answers

Request for modified content filters in Azure.

How can I obtain modified content filters for Azure? I work in the medical field where I input operative reports from medical records into Azure, which sometimes contain graphic medical details (about the procedure or the injury). However, Azure's…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
966 questions
Azure AI Content Safety
Azure AI Content Safety
An Azure service that enables users to identify content that is potentially offensive, risky, or otherwise undesirable. Previously known as Azure Content Moderator.
3 questions
asked 2024-05-08T23:16:38.0266667+00:00
Michelle 0 Reputation points
edited the question 2024-05-08T23:17:35.3266667+00:00
Michelle 0 Reputation points
0 answers

Zindex dosent work

I am trying to make a custom control that resembles a Material Design textbox My app is almost there ContentView x:Class="CustomEntry.Controls.CustomEntry" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,913 questions
asked 2024-05-08T23:17:02.51+00:00
Eduardo Gomez Romero 205 Reputation points
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
0 answers

ADF Snowflake V2 connector throws GenericAdoNetReadError during Copy activity

The problem We're using a Copy activity in ADF to move data from a storage account into a Snowflake database using the V2 Snowflake connector. But just after the data has been copied, the Copy activity fails and throws the following error: Operation on…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,630 questions
asked 2024-05-06T10:11:42.4733333+00:00
Raphael Fritz 0 Reputation points
commented 2024-05-08T23:13:30.1266667+00:00
BhargavaGunnam-MSFT 26,331 Reputation points Microsoft Employee
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
0 answers

A parameter cannot be found that matches parameter name 'ForceMembershipRefresh'.

Trying to refresh DDG per: https://learn.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-dynamic-distribution-groups/troubleshoot-ddg-membership-issues I want to force refresh the membership list of a dynamic distribution group You…

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,200 questions
asked 2024-05-08T23:12:03.24+00:00
Robert Snook 0 Reputation points
0 answers

User Managed identity with failover group with servers in different regions

while using user managed identity with azure sql , the connection string or token acquired using DefaultAzureCredential is dependent on the clientID of user managed identity. for the scenario when there is a sql failover switch i.e due to outage in one…

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-07T19:44:02.75+00:00
KAMALPREET KAUR 1 Reputation point Microsoft Employee
commented 2024-05-08T23:11:15.5166667+00:00
KAMALPREET KAUR 1 Reputation point 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
0 answers

Sharedpoint retention policy

Hi team, We would like to apply a retention policy to a SharePoint site so that any document created more than 90 days ago is automatically deleted. Initially, to make a certain proof of concept, we configured the retention policy for automatic deletion…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,716 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
949 questions
asked 2024-05-08T23:10:57.51+00:00
J-3804 1,396 Reputation points
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
0 answers

طرق |جلب الحبيب&𝟓𝟳𝟖𝟑𝟖𝟓𝟳𝟳𝟬 𝟬𝟬𝟗𝟔𝟔&طريقة سحر المحبة

Select the product and service tags that relate most closely to your scenario.

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-08T23:02:43.9433333+00:00
fgf 0 Reputation points
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
0 answers

Azure Function: ServiceBusTrigger Microsoft.Azure.Amqp exceptions on bind with .NET8 + dotnet-isolated

Hi, I am using .NET8 with dotnet-isolated. Local ServiceBusTrigger binding results in a (very) fast infinite repeat of this console output: Microsoft.Azure.Amqp: Object reference not set to an instance of an object. Message processing error…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
551 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,316 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,409 questions
asked 2024-05-08T23:02:08.5366667+00:00
Francis Gingras 0 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