358,594 questions

Sort by: Updated
0 answers

How do I access my Azure Storage using managed identity?

Hi all; I have a managed identity created. How do I (step by step please as I remember this as being complicated): Set the BLOB storage to allow access via managed identity? What is the connection string I then provide to the production server? How…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,579 questions
asked 2024-07-08T18:10:21.0766667+00:00
David Thielen 2,526 Reputation points
1 answer

Where do I use the SecurityAnalyzedMessage.Read.All App permission?

Hi, I want to use the Graph API to automate some mail analysis tasks using an App. The main thing I need is to know why a specific email was detected as phishing / spam. I found the SecurityAnalyzedMessage.Read.All permission, and thought it may be…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 questions
asked 2023-10-01T05:14:44.26+00:00
VeriT 0 Reputation points
answered 2024-07-08T18:09:54.0333333+00:00
Yannis SAADI 0 Reputation points
0 answers

How do I access my Azure SQL Database using my managed identity?

Hi all; I have a managed identity created. How do I (step by step please as I remember this as being complicated): Set the database to allow access via managed identity? What is the connection string I then provide to the production server? How do I…

Azure SQL Database
asked 2024-07-08T18:09:17.6133333+00:00
David Thielen 2,526 Reputation points
0 answers

Trying to LINK my work Microsoft account to my certification profile in my personal account.

Last Monday I lost the link between my WORK Microsoft profile and my PERSONAL Microsoft profile. (Personal holds my certifications) I try to link them back up and I'm being prompted to MERGE and I don't want to merge. I have tried going to Settings and…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
919 questions
asked 2024-07-08T18:09:07.74+00:00
Lisa Holmes 0 Reputation points
0 answers

How to integrate Outlook and Azure DevOp notificaions

I appreciate the community's help in finding out how to integrate Outlook and Azure DevOps so that each time I'm tagged on an item (in Azure DevOps) I'll receive an email about that. To explain my request I'll compare it to working with Jira. When…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,573 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,340 questions
asked 2024-07-08T18:07:00.8166667+00:00
M, Michael 0 Reputation points
0 answers

Как перенести контроллер домена с windows server 2008 r2 на windows server 2022

Как перенести контроллер домена с windows server 2008 r2 на windows server 2022

Windows Server Migration
Windows Server Migration
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Migration: The process of making existing applications and data work on a different computer or operating system.
414 questions
asked 2024-07-08T18:06:27.57+00:00
Stanislav Timofeev 20 Reputation points
0 answers

How do I verify I have my App Servers running under my managed identity?

Hi all; I believe, many months ago, that I got my app servers (prod & dev slots) running under my managed identity. How do I verify I have that configured right? thanks - dave

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,294 questions
asked 2024-07-08T18:05:59.29+00:00
David Thielen 2,526 Reputation points
1 answer

Planner not showing up in Teams for Guests

Our organization would like to share a Kanban Board by utilizing the application Planner on Teams with a vendor. The outside users have been added to Microsoft 365 as guest for our organization. The "Guest" users have limited access to our…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,506 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,160 questions
asked 2024-07-08T17:53:52.8166667+00:00
EH09 1 Reputation point
answered 2024-07-08T18:05:23.6466667+00:00
Maycon Batista 11 Reputation points
0 answers

SMB1 Not Working on Windows 11 Pro

I am working on 2 Windows 11 laptops, 1 Pro and 1 Home. These both have a folder connected to an old AXYZ CNC router that is controlled with Windows CE. Back in April, the laptop running Pro stopped connecting to the router. It says the path does not…

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.
5,007 questions
asked 2024-07-08T18:04:14.95+00:00
Joe JEM 0 Reputation points
1 answer

Azure AD B2C Custom Policy as a Federated Identity Provider in AWS Cognito User Pool

I have an Azure AD B2C Custom Policy defined with OpenId Connect. I ahve four custom claims added in the policy and they correctly appear in the response (id_token) of the policy when tested using the B2C Custom Policy 'Run Now' menu in Azure portal. I…

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,742 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,372 questions
asked 2024-07-04T10:28:37.1266667+00:00
Anand Patil 20 Reputation points
commented 2024-07-08T18:02:27.0133333+00:00
Anand Patil 20 Reputation points
0 answers

What all should I be monitoring, alerting, etc. in production?

Hi all; At my past company there were DevOps people who took the code we wrote and pushed it up to Azure and insured it was running fine. And then pulled us in if there was a problem. Now I'm on my own and need to handle all this myself. I have the app…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,294 questions
asked 2024-07-08T18:01:19.3466667+00:00
David Thielen 2,526 Reputation points
0 answers

webjob details page

The link on the logs column of a webjob used to take me to the history page for all of the functions. It now only displays the job_log.txt info when the link is clicked. What has changed with his? How do I get to the function history?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,294 questions
asked 2024-07-08T17:57:08.4833333+00:00
Richard McMillian 0 Reputation points
0 answers

C++WinRT does not correctly handles Chinese characters using Windows.Foundation.Uri

I have a uri with Chinese character and query string that needs to be parsed with Windows.Foundation.Uri. Using C++WinRT, it always returns me an empty result. But equivalent C# code does returns me expected result. I have tried changing the file…

Universal Windows Platform (UWP)
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,583 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,618 questions
asked 2024-07-08T17:57:07.7366667+00:00
peter li 1 Reputation point
1 answer One of the answers was accepted by the question author.

openai req

Hai I have raised a req fir openai and its been more than a week and still have no update . Can anyone help me expedite the process sooner, Kind reagrds gangan

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,544 questions
asked 2024-07-08T17:18:49.6266667+00:00
gangan 0 Reputation points
accepted 2024-07-08T17:56:40.2633333+00:00
gangan 0 Reputation points
1 answer

Kubernetes cluster version update

Having updated the Kubernetes version of the cluster to 1.27.9 a few months ago as LTS, I would like to know the price of long-term support for this version. I would also like to know what failure to update the cluster version would mean.

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,968 questions
asked 2024-07-08T16:55:04.89+00:00
Francesco Landoni 0 Reputation points
edited an answer 2024-07-08T17:54:41.9266667+00:00
Nikhil Duserla 645 Reputation points Microsoft Vendor
1 answer

Troubleshooting Microsoft sign-in issue with OIDC flow for organization/school users

I'm trying to implement sign-in with Microsoft using the OIDC flow in my application. However, when I test with my work account or Microsoft account xxx@microsoft.com, I get error messages saying that the Microsoft account doesn't exist or that the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,372 questions
asked 2024-06-20T06:18:28.7066667+00:00
Guanda Li 0 Reputation points
edited a comment 2024-07-08T17:51:19.64+00:00
Guanda Li 0 Reputation points
0 answers

What is the cause of the following error - "getting assigned identities for pod <namespace>/<pod_name> in CREATED state failed after 20 attempts, retry duration [5]s" , while connecting to IMDS endpoint from a pod in AKS.

I am trying to connect to Azure Key vault via user assigned managed identity from a pod of AKS. I have provided the necessary RBAC role to the identity. I have created Azure Identity and Azure Identity Binding. I have updated my deployment with…

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,177 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
712 questions
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,968 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,372 questions
asked 2024-07-08T17:50:19.59+00:00
Mahalingam Vignesh 0 Reputation points
1 answer

There is not routes.txt file in the azure storage account for an exercise, from where we should consume the data. Please confirm this doubt.

Link to the course ^ | heres the link for the course. 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.
1,241 questions
asked 2024-06-23T10:02:42.53+00:00
Amit Kumar 0 Reputation points
commented 2024-07-08T17:48:51.71+00:00
c0dewiz 0 Reputation points
0 answers

We have been working test scenarios and adding and removing VMs CPUs do not come back after remove

We have been testing solutions for implementation by creating VMs testing and then deleting the VMs. The CPU count goes down when we create the VMs but it does not go back up after we delete the VMs

Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
336 questions
asked 2024-07-08T17:30:22.9666667+00:00
Karl W. Glenn 0 Reputation points
commented 2024-07-08T17:47:08.8233333+00:00
KarishmaTiwari-MSFT 18,752 Reputation points Microsoft Employee
3 answers

How can I open .bak file in Mac?

Hello, I use azure because I use Mac but I have a problem. How can I open the .bak file in Mac?

Microsoft Intune MacOs
Microsoft Intune MacOs
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.MacOs: A family of Apple operating systems for the Apple Mac line of computers.
76 questions
asked 2024-02-11T17:20:32.2033333+00:00
ÖZGÜN TEKSOY 0 Reputation points
commented 2024-07-08T17:46:10.89+00:00
Yatin Kulkarni 0 Reputation points