385,792 questions

Sort by: Updated
0 answers

I want to fetch regulatory compliance data from microsoft defender for cloud via API in postman, is there any way to do this ?

I see this api on microsoft learn platform but I am not able to replicate the same in postman, I am not sure what type of permission i need to give my application in order for me to fetch regulatory compliance data just same as shown below but via…

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,406 questions
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint: A Microsoft unified security platform for preventative protection, postbreach detection, and automated investigation and response. Previously known as Microsoft Defender Advanced Threat Protection.Training: Instruction to develop new skills.
45 questions
asked 2024-11-06T09:28:30.1666667+00:00
Milan Pandya 0 Reputation points
2 answers

How to fetch meeting ID from meeting link or given meeting ID from the calendar?

Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id I am trying to get Meeting ID for to fetch transcript.So,i am trying in Graph Explorer using below URLs and i have tried via coding also. For to get…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,252 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.
3,333 questions
asked 2024-11-01T05:20:20.8233333+00:00
Kripa 80 Reputation points
commented 2024-11-06T09:28:29.4733333+00:00
Meghana-MSFT 3,891 Reputation points Microsoft Vendor
1 answer

How can i get Meeting Transcript of any Meeting in my organization domain ?

Hello MSFT Team, I have researched a lot how to get transcript of any meeting scheduled in my organization or out of the organization of any MSFT Teams Meeting. How other third party application like Sana AI ,Meetingtor they can easily fetch any meeting…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,252 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.
3,333 questions
asked 2024-11-05T15:27:04.34+00:00
Kripa 80 Reputation points
commented 2024-11-06T09:27:02.4733333+00:00
Meghana-MSFT 3,891 Reputation points Microsoft Vendor
2 answers

Preventing Password Reuse in Active Directory for Students

Hello, In a K-12 environment, there is an issue with students reusing passwords when they need to reset them. The technician currently brings up the Active Directory (AD) console and allows students to type their own new passwords. How can password reuse…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,630 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,070 questions
asked 2024-11-04T16:28:20.0933333+00:00
brichardi 331 Reputation points
commented 2024-11-06T09:26:39.9+00:00
BANDELA Siri Chandana 160 Reputation points Microsoft Vendor
0 answers

Unable to login using corporate credentials

I am trying to login to Azure using my corporate email address e.g. xyz@abc.com but when I suppy them, I get auto redirect to xyz123@abc.onmicrosoft.com. While xyz@abc.com is Global Admin on Azure, xyz123@abc.onmicrosoft.com is a normal user. My…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,070 questions
asked 2024-11-06T08:05:55.57+00:00
edited the question 2024-11-06T09:26:19.2266667+00:00
RDash 2,155 Reputation points Microsoft Vendor
3 answers

How tonreactive account

Hello, I have this message : This subscription expired on Sep 25, 2024 ietremblant@tkzq1.onmicrosoft.com This subscription is currently inactive. Please take advantage of your free trial subscription to develop solutions for Microsoft 365. If you don't…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,810 questions
asked 2024-11-05T00:13:57.1733333+00:00
patrice corteggiani 0 Reputation points
commented 2024-11-06T09:25:38.2233333+00:00
Yanli Jiang - MSFT 26,761 Reputation points Microsoft Vendor
1 answer

i am facing issue when creating user subscription.

i am facing issue when creating user subscription. url: https://graph.microsoft.com/v1.0/subscriptions parameter: { "changeType": "created", "notificationUrl":…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,070 questions
asked 2024-10-30T12:52:47.23+00:00
Dotless Technologies 0 Reputation points
commented 2024-11-06T09:25:31.1433333+00:00
BANDELA Siri Chandana 160 Reputation points Microsoft Vendor
3 answers

Asking for suggestions on how to proceed with no FKs

I am at the beginning of re-writing an old ASP.NET WebForms application, into an ASP.NET Core app using Razor and Blazor. The difficult step I am facing now is the database. The original developers, all who left before I was hired, had originally used…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
750 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,606 questions
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,595 questions
asked 2024-11-04T16:40:42.7833333+00:00
Falanga, Rod, DOH 190 Reputation points
edited an answer 2024-11-06T09:25:19.0066667+00:00
Zhi Lv - MSFT 32,441 Reputation points Microsoft Vendor
0 answers

Azure Communication Service - Custom domian email being suppressed

We are facing issue with communication service. Scenario: the azure communication services were running fine till the custom domain email service (hosted on gmail) went down for couple of hours. After that we are not able to send or receive email on this…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,898 questions
asked 2024-11-06T07:43:34.5466667+00:00
Pascali Admin 0 Reputation points
edited the question 2024-11-06T09:25:05.34+00:00
RDash 2,155 Reputation points Microsoft Vendor
1 answer

How to make "RefreshView" friends with "AbsoluteLayout"

public CollectionPage() : base() { collection.SelectionChanged += _OnSelectionChanged; collection.ItemTemplate = GetDataTemplate(); LoadedCollection(); refresh.Command = new Command(LoadedCollection); refresh.Content = collection; var fabButton…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,587 questions
asked 2024-10-08T16:42:53.7533333+00:00
валера карманов 396 Reputation points
commented 2024-11-06T09:23:07.3733333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 32,306 Reputation points Microsoft Vendor
2 answers

No more allocated vCores on Azure For Students Subscription

Hello, I got an azure for students subscription a week ago and Azure Synapse Spark Pool worked just fine with the allocated 12 vCores that come with the subcription. I only used 2$ of credit as of now, but for some reason, since yesterday, new created…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,987 questions
asked 2024-10-31T20:23:37.7666667+00:00
Ramzi Belbahri 0 Reputation points
commented 2024-11-06T09:21:42.2+00:00
Chandra Boorla 2,605 Reputation points Microsoft Vendor
1 answer

Links created in Lists does not seems to work some time.

Hello Please i need your help on this issue. Links created in Lists does not seems to work some time. There is Project Tracker files created in Lists.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,810 questions
asked 2024-11-05T20:17:25.1266667+00:00
IniobongNkanga-8038 681 Reputation points
edited an answer 2024-11-06T09:21:39.3066667+00:00
Emily Du-MSFT 47,296 Reputation points Microsoft Vendor
2 answers

AVD join to on premise domain

We have a Azure host pool with VMs joined to Azure AD only. There is a network connectivity to our on premise domain but some 3rd party apps are not working as expected - these are tools to manage on premise domain. Is it possible to have hybrid scenario…

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,568 questions
asked 2024-10-28T14:07:23.2433333+00:00
ADM Bartlomiej Belko 0 Reputation points
commented 2024-11-06T09:21:16.1533333+00:00
ADM Bartlomiej Belko 0 Reputation points
0 answers

Running MSTest method in Azure Load Runner

I have api based automations in MS Test. Is there a way to run these from Azure Load Testing?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,656 questions
Azure Load Testing
Azure Load Testing
An Azure service that enables developers and testers to generate insights on how to improve the performance, scalability, and capacity usage of their application
64 questions
asked 2024-11-06T06:43:50.9933333+00:00
Ambili Sudhi 0 Reputation points Microsoft Employee
edited the question 2024-11-06T09:20:57.8633333+00:00
RDash 2,155 Reputation points Microsoft Vendor
1 answer

Unable to mount file share, even after connecting with VPN

I have a fileshare-only storage account that has been disabled from public networks, and only selected VNET and their subnets can mount the fileshare on their system. I already knew fileshare works on SMB protocol and cannot be accessed directly so we…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,301 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
266 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,221 questions
asked 2024-11-04T13:34:03.01+00:00
needHelp 0 Reputation points
commented 2024-11-06T09:19:48.67+00:00
Vinod Kumar Reddy Chilupuri 660 Reputation points Microsoft Vendor
1 answer

I can't create a new azure portal account and add a credit card, "you're not eligible for an azure account, we coundn't create an azure account for you"

I have a school edu account with a 200$ experience. After 1 month of experience expires, I want to upgrade to pay as you go to continue using, but currently there is a problem with Azure, not allowing me to upgrade. level up, I've contacted support but…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,681 questions
asked 2024-11-01T09:56:40.21+00:00
HOÀNG HẢI ĐĂNG 0 Reputation points
commented 2024-11-06T09:19:24.1966667+00:00
Pranay Reddy Madireddy 440 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Migrating from MailEnable to Office 365 Using Staged Migration Process

What are the steps to migrate from MailEnable to Office 365 using the Staged Migration Process while maintaining the same domain? Additionally, what tools and services are supported and available for this migration? The plan is to transition to Microsoft…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,098 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,575 questions
asked 2024-11-05T22:53:40.3333333+00:00
MPLA_1111 0 Reputation points
edited a comment 2024-11-06T09:19:10.71+00:00
Xintao Qiao-MSFT 3,770 Reputation points Microsoft Vendor
1 answer

java.lang.NoClassDefFoundError: com/azure/storage/common/policy/StorageBearerTokenChallengeAuthorizationPolicy

Hello I am using a spring boot Java application to upload files into data lake but I am getting below error when trying to run the application Caused by: java.lang.NoClassDefFoundError:…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,919 questions
asked 2024-11-04T12:14:30.14+00:00
Rakesh Venkatesh 0 Reputation points
edited a comment 2024-11-06T09:18:39.2233333+00:00
Vinod Kumar Reddy Chilupuri 660 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Generate date rows in ADF data flow

I'm just starting to learn Azure Data Factory as we have a need to migrate our Alteryx workflows. I've created a data flow within data factory which summarizes data to return a max and min date column per recruiter, as per below. What I now need to do…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,822 questions
asked 2024-11-04T14:00:20.39+00:00
Richard Hawkins (AXIS) 0 Reputation points
edited a comment 2024-11-06T09:18:34.28+00:00
Smaran Thoomu 16,730 Reputation points Microsoft Vendor
1 answer

How to Monitor Per-User Usage and Costs of Azure Document Intelligence Resource?

Hello all, I currently have a Document Intelligence resource set up and have a separate web application integrated with it so that it makes calls to my endpoint and receives the results to be displayed back to the user. This application is going to be…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,314 questions
asked 2024-11-01T18:03:02.7666667+00:00
Francis Scheuermann 0 Reputation points
commented 2024-11-06T09:18:29.53+00:00
Pranay Reddy Madireddy 440 Reputation points Microsoft Vendor