344,242 questions

Sort by: Updated
0 answers

During a microsoft azure fundamentals virtual certification, is it allowed to use headsets?

During a microsoft azure fundamentals virtual certification, is it allowed to use headsets?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,618 questions
asked 2024-05-07T19:54:13.13+00:00
Octavio Andre Guevara 0 Reputation points
0 answers

Using MS Graph to get Calendar for a resource

Trying to get Calendar information for a specific users (not Me) but getting error. Getting user detail: Query: https://graph.microsoft.com/v1.0/Users/5e28a862-6056-44fc-b8a6-f3cdbdd47fcb Result : gave me detail about this users without any…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,017 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,675 questions
asked 2024-05-07T19:54:03.3366667+00:00
virginie Marcoux 0 Reputation points
1 answer One of the answers was accepted by the question author.

Not able to ping secondary NIC IP address with same VNET/SNET VM.

I have added another network interface card on an azure VM running with CentOS. a dynamic IP is assigned to the NIC, and I can see the IP after login the VM. when I try to ping NIC1 IP address from another VM of same VNET/SNET it went successful, but…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,169 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,167 questions
asked 2024-05-07T15:32:45.55+00:00
Daniyal Raza 21 Reputation points
accepted 2024-05-07T19:46:20.25+00:00
Daniyal Raza 21 Reputation points
0 answers

I'm having trouble in connecting to Azure service bus from my AWS workspace using VS application with VS default credentials

I'm having trouble in connecting to Azure service bus from my AWS workspace using VS application with VS default credentials. Direct connection string is working fine but if I try to connect using default credentials, I get error. Code return new…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
550 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.
961 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,630 questions
asked 2024-05-07T19:46:09.9333333+00:00
Srivastava, Savita 0 Reputation points
0 answers

Issues with afxres.rc

I have some MFC projects that have worked for many years, but suddenly I can no longer access resources from afxres.rc in any of them. For example, here's a simple test: CBitmap bitmap; BOOL success = bitmap.LoadBitmap(AFX_IDB_CHECKLISTBOX_95); assert(…

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,540 questions
asked 2024-04-23T10:44:51+00:00
JW 61 Reputation points
commented 2024-05-07T19:45:30.17+00:00
David Lowndes 2,355 Reputation points MVP
1 answer

Is there any particular KB that would take care of curl update to 8.4.0

Is there any particular KB that would take care of curl update to 8.4.0 if yes what is that KB number?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,180 questions
asked 2024-04-29T17:30:28.2366667+00:00
Varma 1,170 Reputation points
edited a comment 2024-05-07T19:44:45.1733333+00:00
Varma 1,170 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,775 questions
asked 2024-05-07T19:44:02.75+00:00
KAMALPREET KAUR 1 Reputation point Microsoft Employee
0 answers

B2C Sign Up Issue in Azure API Management Developer Portal

Hello, I'm encountering an issue with my API Management developer portal. Currently, the portal only permits sign-ins and sign-ups via B2C. Previously, I successfully tested the sign-up and sign-in system. However, after updating the gateways for both…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,772 questions
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,656 questions
asked 2024-05-07T19:23:12.0833333+00:00
hampton123 1,055 Reputation points
edited the question 2024-05-07T19:43:30.1433333+00:00
hampton123 1,055 Reputation points
1 answer One of the answers was accepted by the question author.

ERROR: The user, group or application does not have secrets get permission on key vault

Azure Pipeline throws the below error but I am unable to find the correct appid. Is there a way to back trace and figure out the correct "appid" using the "oid" printed? and what is oid (object id ?) ERROR: The user, group or…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,595 questions
asked 2022-01-29T07:58:42.223+00:00
David Maryo 101 Reputation points
commented 2024-05-07T19:39:53.51+00:00
Harpreet Singh Arora 0 Reputation points
1 answer

None of the sandbox activations allow me to create a function app. They sit there and spin after filling out the first page.

I don't have this problem when I use my work accounts, so I am positive it is a sandbox-specific issue. I have tried 5 times over the last 24 hours to no avail. This question is related to the following Learning Module

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.
954 questions
asked 2024-04-30T20:59:29.3233333+00:00
DS-9972 0 Reputation points
commented 2024-05-07T19:34:50.61+00:00
DS-9972 0 Reputation points
1 answer

MS Graph API - Fetch Resource Calendar meeting details using user's oAuth token

Our application uses Microsoft Graph API to sync MS 365 calendar using oAuth. For user specific calendar, below API is being used to fetch data using their access token, https://graph.microsoft.com/v1.0/me/calendarview We have additional requirement to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,675 questions
asked 2024-04-04T14:06:07.44+00:00
Saravana 161 Reputation points
commented 2024-05-07T19:34:05.3+00:00
CharanyaB-MSFT 1,421 Reputation points Microsoft Vendor
1 answer

How to disable a user's mailbox in Microsoft Online Exchange to reject emails

What are the steps to disable a user's mailbox in Microsoft Online Exchange to make sure that emails sent to this mailbox are rejected with a notification that the mailbox no longer exists? Please provide details and recommended practices.

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,197 questions
asked 2024-05-07T19:21:03.4666667+00:00
Rita Bautista 0 Reputation points
answered 2024-05-07T19:30:54.9233333+00:00
Andy David - MVP 142.3K Reputation points MVP
0 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,676 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,371 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,909 questions
asked 2024-05-07T19:27:38.5333333+00:00
$@chin 85 Reputation points
1 answer

Microsoft.SpatialAnchorsAccount - deployment fails due to operation ‘write’ is disallowed.

I am a complete beginner on Azure. During the deployment of the resource Spatial Anchors on Azure, I have encountered a following error, please find below. Is there a problem in policy? How can I access the settings or template to allow the write…

Azure Spatial Anchors
Azure Spatial Anchors
An Azure service that is used to build immersive three-dimensional applications and experiences that map, persist, and restore content or points of interest at real-world scale.
87 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
906 questions
asked 2024-05-03T02:56:49.89+00:00
petb78 5 Reputation points
commented 2024-05-07T19:23:14.54+00:00
Rob Caplan - MSFT 5,422 Reputation points Microsoft Employee
0 answers

create a transport rule

Hi All I have software, and we add licenses for it from its portal when we run out. There are 5 members in my team. If I'm on shift, I may add licenses; if someone else is on shift, they will do it. Whoever adds a license will receive an email…

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,086 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,197 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,360 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,897 questions
asked 2024-05-07T19:16:23.14+00:00
Rising Flight 3,751 Reputation points
0 answers

Copying a Database to another logical server via the Portal

Copying a Database to another logical server does not show the available Elastic Pool in the destination when using the Portal. What is the reason for this?

Azure SQL Database
asked 2024-05-07T16:32:39.4+00:00
Jon Josep 0 Reputation points Microsoft Employee
commented 2024-05-07T19:13:41.3533333+00:00
Oury Ba-MSFT 16,471 Reputation points Microsoft Employee
1 answer

FIDO2 NFC Security key vs Android phone

Hello, I have configured FIDO2 as the only sign-in method for my tenant. It is also enforced through CA policies as phishing resistant MFA. Our FIDO2 keys are NFC compatible. The NFC experience from an Iphone is similar to the browser and works great:…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,376 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,595 questions
asked 2024-05-06T21:56:07.4833333+00:00
Vladyslav Bondarchuk 40 Reputation points
commented 2024-05-07T19:13:34.26+00:00
Andy David - MVP 142.3K Reputation points MVP
1 answer One of the answers was accepted by the question author.

AclCheckFailed when list chat messages via Graph API

I'm try to get messages from a chat ID https://learn.microsoft.com/en-us/graph/api/chat-list-messages GET /chats/{{chatId}}/messages GET /users/{{UserId}}/chats/{{chatId}}/messages Response: { "error": { "code":…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,135 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,675 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,878 questions
asked 2024-04-26T15:47:03.78+00:00
Adão Duque 20 Reputation points
commented 2024-05-07T19:12:29.7066667+00:00
Adão Duque 20 Reputation points
0 answers

I created an Assistant in the Assistants Playground. No files and no functions. When I ask a simple question like "how are you" the request most of the time fails and a lot of times takes about 90 seconds or more.

My experience with Assistants thus far has been terrible. I created a Gpt4 assistant on the playground. I eventually want to add some text files and a couple of functions. But even without them it has been next to impossible to get a response for any…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
asked 2024-05-07T19:11:13.6166667+00:00
Kumar Rajan 0 Reputation points
0 answers

How to Create simple HTML/CSS project in Visual Studio 2022

I'm so used to creating simple HTML projects in 2019. How do I do the same thing in 2022? I don't want Core at all, just a project that will launch from a basic index.html. I can't even find a way to add an HTML file to an empty project. What's the best…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,401 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,281 questions
asked 2024-05-07T19:07:57.77+00:00
Coreysan 1,631 Reputation points