347,763 questions

Sort by: Updated
0 answers

Receive events via webhook from a 3rd party app

I have create a Django app (with postgresql database) in az. The views.py look like @require_POST @csrf_exempt def enr(request): jsondata = request.body ... .save() return HttpResponse(status=200) I would like to receive a json data sent…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,003 questions
asked 2020-07-01T08:34:37.097+00:00
ULRICH ESCHCOL NYAMSI 1 Reputation point
commented 2020-07-01T22:22:20.29+00:00
Ryan Hill 26,241 Reputation points Microsoft Employee
1 answer

Intune wrapping tool with Azure AD SSO

Hi all, My company is using some third party vendor apps for work. However, we don't have the source codes of the apps and only have the .ipa and .apk. We are using the intune wrapper so that we can management the applications on our employees'…

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2020-06-25T23:29:23.387+00:00
TechProductMan 1 Reputation point
commented 2020-07-01T22:00:17.83+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee
1 answer

What Microsoft Graph API equivalent to execute the create contact?

Hi, I'm trying to imitate the functionality of Office365 on adding Contacts. Please see screenshot for details. Can you help me identify if there are Microsoft Graph APIs needed to achieve my goal? Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2020-06-26T12:29:14.073+00:00
Elmor Cabalfin 1 Reputation point
commented 2020-07-01T21:58:35.58+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee
0 answers

Not able to retrieve DNS TXT record for DKIM public key

I'm trying to sign an outgoing email with DKIM in Azure Linux virtual machine, but I'm not able to fetch DKIM record from DNS records of my domain. I have tested with the following command and I'm able to fetch SPF record without any issues $ dig…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
603 questions
asked 2020-06-22T20:36:52.037+00:00
prem prakash 1 Reputation point
commented 2020-07-01T21:15:45.96+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
0 answers

Azure AD B2C keep me signed in (SSO)

Hi, our customer wants to have a SingleSignOn and the feature "keep me signed in" (in short KMSI). Currently I'm working through the process of creating custom policies. That's really complicated. We already have set up user flows with…

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,677 questions
asked 2020-06-15T12:10:41.023+00:00
SvenGlöckner 436 Reputation points
commented 2020-07-01T21:13:34.537+00:00
Marilee Turscak-MSFT 34,626 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to pull the data from Dynamic 365 to Data lake

<p>Hi <a rel="user" nodeId="74270" href="/answers/users/74270/chiragmishramsft-1092.html">@ChiragMishraMSFT-1092</a> </p> <p>Can you pls help me with the below error:</p> <p>{…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,365 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,717 questions
asked 2020-06-30T06:16:02.907+00:00
Anonymous
commented 2020-07-01T20:59:37+00:00
KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
1 answer

Network Topology is showing blank for a RG with VNet

In the Network Watcher Service, I am seeing blank Topology for Selected RG and VNet. I am the Admin and Owner

Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
159 questions
asked 2020-06-22T08:23:01.503+00:00
Madan 1 Reputation point
answered 2020-07-01T20:55:19.38+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
1 answer

Email pops up then disappears. Admin center shows it sent successfully. That is not the case.

Email pops up then disappears. Admin center shows it sent successfully. That is not the case. Can't figure out where it went. Not in Junk, Clutter or deleted items. More Microsoft garbage I assume. I am using a Mac mini. Missing from iphone as well.…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,475 questions
asked 2020-07-01T20:28:22.067+00:00
Kendal Mullen 1 Reputation point
answered 2020-07-01T20:31:34.583+00:00
Dave Patrick 426.2K Reputation points MVP
3 answers

when trying to get Security Center Alerts into an Event Hub using continuous export I get the error "Failed to update export settings"

I can successfully add Security Center Recommendations. , can anyone advise ? Do I need an Event Hub Policy for Alerts

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
567 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,212 questions
asked 2020-06-24T13:19:57.43+00:00
David Kent 1 Reputation point
commented 2020-07-01T20:31:11.217+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee
0 answers

CosmosDB NodeJS SDK query Timeout

Hello, I am having an issue with a timeout using the Cosmos NodeJS SDK within an async Azure function (HTTP Trigger). I followed the tutorial found here to build the same example. Is this an issue with the async flow or the Cosmos connection? My code…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,365 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,469 questions
asked 2020-06-24T19:49:01.583+00:00
Jason Ortiz 1 Reputation point
commented 2020-07-01T20:13:53.207+00:00
Jason Ortiz 1 Reputation point
0 answers

Is this possible in Azure AD B2C?

We are creating a new shop website, and we want to implement B2C for the authentication, but is it possible in B2C to have user roles and delegation? For example, we have 2 user types, "Business" and "Distributors". In the…

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,677 questions
asked 2020-06-15T14:24:26.953+00:00
zoeeeej 1 Reputation point
commented 2020-07-01T20:01:39.703+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee
1 answer

Correct Properties in Azure Resource Graph

Hello, I am Looking for a query to retrieve the URL's in subscriptions from App Service, Hosted DNS zone, Public IP's, Load Balancer and to other services. The Command Properties.url is not fetching the details. What is the correct property to fetch…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,212 questions
asked 2020-06-15T05:12:05.137+00:00
Anonymous
commented 2020-07-01T20:01:10.683+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee
1 answer

Microsoft Graph API - Create Application [MethodNotAllowed]

Hello, I'm using the Graph Explorer (https://developer.microsoft.com/en-us/graph/graph-explorer) to try "create a new application". As-is with the POST request returns "MethodNotAllowed." Am I missing something?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2020-06-10T19:13:13.317+00:00
TACTICS 1 Reputation point
commented 2020-07-01T19:56:50.347+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee
1 answer

How to enable Azure B2C custom banned password list

The custom banned password list option is not avaible for our Azure B2C tenant. Please advise how we can enable this feature. Thanks,

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2020-06-10T18:02:32.597+00:00
Tina 6 Reputation points
commented 2020-07-01T19:56:13.81+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee
1 answer

How to create a one drive picker inside iOS app with new Graph API

We have been using the One drive picker inside our iOS app . Now that , it has been deprecated and Graph is launched , I want to implement the same . What I am expecting is , When user clicks one drive option in app , they have to be redirected to…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2020-06-08T05:17:24.523+00:00
Veera Venkata Sateesh Pasala 1 Reputation point
commented 2020-07-01T19:52:21.26+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee
1 answer

Lab Manual

Hi, I'm looking for the official Designing and Deploying Microsoft Exchange Server 2016 (Course 20345-2A ) Lab manual. For my students. I'm MCT not able to find the official lab manual. Please suggest.

Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
283 questions
asked 2020-07-01T19:14:00.327+00:00
Mobashir Rahman 1 Reputation point
answered 2020-07-01T19:19:33.81+00:00
Dave Patrick 426.2K Reputation points MVP
2 answers One of the answers was accepted by the question author.

Can we create R Server on HDInsight 4.0?

Can we create R Server on HDInsight 4.0? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Sourced from Docs - Azure HDInsight R Server

Azure R Server for HDInsight
Azure R Server for HDInsight
An Azure service that provides predictive analytics, machine learning, and statistical modeling for big data.
13 questions
asked 2020-05-14T07:40:59.847+00:00
Ramya Harinarthini_MSFT 5,306 Reputation points Microsoft Employee
answered 2020-07-01T18:43:04.3+00:00
Christoph Kiefer 141 Reputation points
1 answer

Regional vnet integration not working with custom image(wildfly) deployed in azure app service.Although i have followed the Microsoft link for regional vnet integration.

I am currently working on an app that need wildfly server for deployment.I have created the Dockerfile for wildfly and build and push images to Azure Container Registry(ACR).When i simply deploy app in app service with docker image option then it works…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,003 questions
asked 2020-06-09T19:24:02.233+00:00
Sandeep Kumar 1 Reputation point
commented 2020-07-01T18:35:13.13+00:00
Grmacjon-MSFT 16,596 Reputation points
2 answers

SCCM - CMG Configuration

Environment Details AD Forest - ABC.COM On Premise SCCM (Hierarchy 1) - 1906 (Connected to Azure Tenant via Azure AD Connect) AD Forest - DEF.COM Azure hosted SCCM (Hierarchy 2) - 1910 Please suggest if I can configure CMG in Hierarchy 2 when…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,475 questions
asked 2020-06-24T12:38:23.543+00:00
myquestforLearning 1 Reputation point
answered 2020-07-01T18:12:37.163+00:00
Dave Patrick 426.2K Reputation points MVP
1 answer

Do I need admin consent on calendar operations?

I'm working on a project in which I need to create events in my calendar, for this I am using the GRAPH API and there should be no user interaction (daemon app). I'm using my personal account. I'm trying with the application permissions for…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2020-06-23T21:07:06.967+00:00
Luis Veliz 1 Reputation point
commented 2020-07-01T18:00:36.103+00:00
Saurabh Sharma 23,761 Reputation points Microsoft Employee