350,849 questions

Sort by: Updated
0 answers

Only allow Entra ID devices to make inbound and outbound requests

I have an app service that I want to close down to ALL public access. They can neither read nor write. If you're apart of the companies Entra compliant devices I want to allow them to make inbound and outbound requests. But at the same time I need to…

Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
360 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,081 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,955 questions
asked 2024-06-04T14:44:23.0766667+00:00
Mikkel Glerup (Marine Travel) 0 Reputation points
edited the question 2024-06-04T15:06:19.4733333+00:00
deherman-MSFT 34,116 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to assign custom user attributes to B2C users?

I'm looking to assign custom attributes to each of my B2C users, such as job titles, to assign different permissions in my application. I've created the custom attribute "JobTitle" in B2C, but I don't know how to assign individual users a…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,688 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,955 questions
asked 2024-05-28T18:26:50.19+00:00
hampton123 1,115 Reputation points
commented 2024-06-04T15:05:34.5933333+00:00
hampton123 1,115 Reputation points
1 answer

HTTP Error 500.0 - Internal Server Error

HTTP Error 500.0 - Internal Server Error I have a web app service, when I try to access the database I get this error, but everything works fine locally, I can access the azure sql database locally.

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,081 questions
asked 2024-06-04T14:47:51.1+00:00
Styves Amougou 0 Reputation points
commented 2024-06-04T15:04:28.8166667+00:00
Styves Amougou 0 Reputation points
10 answers One of the answers was accepted by the question author.

Microsoft.Exchange.WebServices.Data.EmailMessage error "The operation can't be performed because the item is out of date. Reload the item and try again"

Hi, I have been using Microsoft Exchange Web Services for a couple of years in my asp.net c# system and had no issues. Last week 1 customer started getting below error, then yesterday another customer and 2 more…

Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
521 questions
asked 2024-05-23T08:49:37.1566667+00:00
David Joyce 125 Reputation points
commented 2024-06-04T15:04:13.01+00:00
Antonio De Gregorio 0 Reputation points
0 answers

Azure Vector Search

Dear Community, I am new to the Azure business which is why I kindly ask for your patience. Recently, I created I chatbot including the RAG approach. Everything worked perfectly, i.e. I could upload my data on the azure AI platform, selected the…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
773 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,472 questions
asked 2024-06-04T15:02:53.0466667+00:00
Fabian Tomaschek 0 Reputation points
1 answer

shared mailbox access

Hi All i am using exchange 2016 hybrid envrionment. I have a shared mailbox created in onprem and migrated to online. I have a requirement to provide access to this shared mailbox to couple of external users This external users are not in my domain. If i…

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,128 questions
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,276 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,419 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,934 questions
asked 2024-06-04T09:12:20.3466667+00:00
Glenn Maxwell 10,451 Reputation points
answered 2024-06-04T15:02:47.6833333+00:00
Vasil Michev 97,386 Reputation points MVP
0 answers

Counter page in blazor not working

This code pick from somewhere but not count when Click event in Counter page. can tell why. @page "/counter" <h1>Counter</h1> <p>The counter value is @currentCount</p> <button class="btn btn-primary"…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,440 questions
asked 2024-06-04T15:02:08.19+00:00
MIPAKTEH_1 140 Reputation points
2 answers

Azure AD B2C Password Reset

Hi, I want to create a custom policy where the first step would be a force password reset step. I want to ask if it is possible to skip the send email previous step, so that the user starts by just seeing the reset password screen. Is it possible? If so,…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,955 questions
asked 2024-06-03T10:55:48.7066667+00:00
víctor arranz 0 Reputation points
commented 2024-06-04T15:00:47.5633333+00:00
víctor arranz 0 Reputation points
0 answers

IIS 10.0 will not allow an application pool identity to be set to a valid service account on .NET482. How do I fix this?

I have a series of production websites that are currently running 4.6 with IIS 10. I can set the application pool identity to an internal service account. I can also set WCF services to that service account. On my development and test servers, which…

Internet Information Services
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,485 questions
asked 2024-06-03T14:57:44.9033333+00:00
Timothy Dooling 25 Reputation points
commented 2024-06-04T15:00:29.0066667+00:00
Timothy Dooling 25 Reputation points
2 answers

Access to Azure Keyvault inside Azure Container Instance WebApi

I would like to retrive the keyvault secrets using managed identity in web Api. Creates Web APi with DefaultAzureCredential Able to retrive the data using aboe code. Built image and pushed into Azure container registry Created azure container…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,153 questions
asked 2024-06-03T18:27:48.5266667+00:00
commented 2024-06-04T14:59:49.4866667+00:00
2 answers One of the answers was accepted by the question author.

Outlook Safe Link protection trigger the actual Rest endpoint API twice.

There is option call Advance Thread protection (Safelink) in outlook due this when user click the URL in the mail, the actual API got triggered twice or 3 times. This multiple API triggering causing to link expired The decoded (through…

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,962 questions
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,276 questions
asked 2021-06-11T00:56:34.057+00:00
Anushan Selvakumar 21 Reputation points
answered 2024-06-04T14:59:06.5533333+00:00
Parvez Kadivar 0 Reputation points
0 answers

How to add a custom attribute to an AD object

We are trying to add a new attribute to AD groups similar to "Managed By" name attribute. We want to call it Approver or something similar. It would be like the "managed by" name attribute in that it would only allow AD user objects…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,024 questions
asked 2024-06-04T14:58:48.51+00:00
Hollister, Don 0 Reputation points
1 answer

My computer isn't working

When I reset my computer, it isn't working. It tries to download windows 10 but it is pause on %64. When I open pc , it close automatically. Can you help me for this?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,874 questions
asked 2024-06-04T12:47:25.6766667+00:00
Mirmiga 0 Reputation points
answered 2024-06-04T14:58:19.19+00:00
Daisy Zhou 19,591 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Unable to connect to Azure Cosmos DB using Corporate Proxy

I am trying to use Azure Cosmos DB as my document database using Python SDK library. And it seems that I unable to connect to cosmos DB using corporate proxy if I pass the proxy information using "ProxyConfiguration" or…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-05-30T10:49:50.39+00:00
Shahnawaz 21 Reputation points
accepted 2024-06-04T14:57:13.4533333+00:00
Shahnawaz 21 Reputation points
5 answers

When Microsoft will release Entity Framework 6.x (.NET Full framework) having Microsoft.Data.SQLClient support?

We are migrating our .NET Full framework 4.8 based Data Access Layer projects from System.Data.SQLClient to Micosoft.Data.SQLClient. While it is very straightforward for AD0.NET based projects, we do have some projects where we are also using EF 6.0. As…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,485 questions
asked 2023-06-05T07:36:18.9+00:00
Buch, Dishant 5 Reputation points
answered 2024-06-04T14:55:49.9033333+00:00
Mosiałek, Albert 0 Reputation points
0 answers

The QueryVirtualMemoryInformation function fails in 32-bit mode because the WIN32_MEMORY_REGION_INFORMATION structure is defined incorrectly.

For the record, I have Windows 11, "Version 10.0.22631 Build 22631". The WIN32_MEMORY_REGION_INFORMATION structure is defined in "memoryapi.h" as the following: typedef struct WIN32_MEMORY_REGION_INFORMATION { PVOID…

Windows
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.
4,887 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,458 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,574 questions
asked 2024-06-04T11:29:47.0133333+00:00
RoflCopter4 0 Reputation points
commented 2024-06-04T14:53:49.0333333+00:00
RLWA32 41,466 Reputation points
1 answer

I need help building a PA flow to update a teams chat

I currently have a flow built that will take parts of a list entry and create a chat in teams. Is there a way I can have that chat be updated if / when a column is updated? Situation: The list contains info from an email in which my team needs to reply…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,303 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
527 questions
asked 2024-06-04T14:03:56.7866667+00:00
Amy P 0 Reputation points
answered 2024-06-04T14:53:13.29+00:00
Jonathan Van Dyck 0 Reputation points
0 answers

Error when calling Azure Search client for creation or searching tasks

I'm seeing the following error when trying to call the search clients i.e. SearchClient and SearchIndexClient. For more context, I'm using my compute instance for Azure AI Studio resource's project space for calling the clients using Azure Search sdk Can…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
773 questions
asked 2024-06-04T12:15:17.8266667+00:00
Das Gupta, Abhijeet 75 Reputation points
commented 2024-06-04T14:52:18.4533333+00:00
Grmacjon-MSFT 16,956 Reputation points
0 answers

Error Message Displayed in Azure OpenAI Studio's "On your data"

When selecting "Upload files" as the data source in "On your data" and uploading a PDF file, it is automatically uploaded to Blob Storage. In AI Search, an index, indexer, data source, and skill set are automatically created. However,…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
773 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,360 questions
asked 2024-06-04T14:51:53.9533333+00:00
KaitoNishimura 0 Reputation points
1 answer

How do I fix Windows 11 automatically changing my timezone to Jakarta when I'm still in my office network, home network, or mobile hotspot?

I'm experiencing an issue where Windows 11's timezone is changing to Jakarta (+7) even when I'm still on my office network, home network, or mobile hotspot, which should be set to +2. I've tried turning off the location option and setting the timezone…

Windows
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.
4,887 questions
asked 2024-05-27T13:00:35.8633333+00:00
commented 2024-06-04T14:48:42.49+00:00
Stephanie 0 Reputation points