341,941 questions

Sort by: Updated
0 answers

How to get phone numbers for your users

Hello  Please i would like to know to get phone numbers for my users from Microsoft.  I don't want them to use to their personal phone numbers i want to get a phone numbers for three of my users from Microsoft. How do i go about it. 

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,074 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
121 questions
asked 2024-04-26T20:19:33.6+00:00
IniobongNkanga-8038 246 Reputation points
0 answers

Defining a table with DocumentFormat.OpenXml.Spreadsheet

I have successfully managed to make an excel file which is exporting my registration model public async Task ExportParticipantListToExcelAsync( Stream stream, RegistrationListRequest request) { try { using…

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,248 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,489 questions
Office Open Specifications
Office Open Specifications
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Open Specifications: Technical documents for protocols, computer languages, standards support, and data portability. The goal with Open Specifications is to help developers open new opportunities to interoperate with Windows, SQL, Office, and SharePoint.
120 questions
asked 2024-04-26T16:39:17.9333333+00:00
losol 0 Reputation points
edited the question 2024-04-26T20:18:43.41+00:00
losol 0 Reputation points
0 answers

Azure App service diagnose and Solve tool

Hello, We are using Azure app service diagnose and solve tool to get the performance report. I want to add these charts (WebApp Shutdown, Application Crashes, High CPU Analysis ) to Grafana dashboard and also I want to send monthly email reports. How can…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,802 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.
939 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
asked 2024-04-26T20:11:53.02+00:00
Ram_Dev 0 Reputation points
2 answers

GetFiles and EnumerationOptions

Hi Question at top to avoid long scrolling below. I have tried so many thing, downloading/installing many 'versions' (5,6,7,8,9) and have not had a single sucess in my trials trying to use (as below). In almost every case I only ever get 'not found'…

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,248 questions
asked 2024-04-26T10:57:50.91+00:00
Les 5 Reputation points
commented 2024-04-26T20:10:36.06+00:00
Bruce (SqlWork.com) 56,021 Reputation points
3 answers

How to I save a document from Word to PDF in SharePoint?

How do I save a Word doc from the Word on my computer as a PDF directly into SharePoint without saving it to my computer first?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,628 questions
asked 2023-06-22T13:59:57.51+00:00
RamageTravisJ-5861 0 Reputation points
answered 2024-04-26T20:09:30.6766667+00:00
Jay Maechtlen 0 Reputation points
0 answers

Data Factory Pipeline, I want to Publish my trigger that I have created through a Http request, is this at all possible.

Hello, I have created a Data Factory Pipeline with help from the below links using a HTTP Rest API call. https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-or-update?view=rest-datafactory-2018-06-01&tabs=HTTP#code-try-0 …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,542 questions
asked 2024-04-24T11:28:52.42+00:00
Clinton Morgan 0 Reputation points
edited a comment 2024-04-26T20:07:22.4733333+00:00
BhargavaGunnam-MSFT 26,136 Reputation points Microsoft Employee
0 answers

Azure logic app , extract file from sharepoint to ADLS

Hi, I am working on a file extraction from sharepint to ADLS and the file size is 1 GB. I need to copy the file to ADLS. I am currently using standard logic app as the file size is more than the default size. After that i tried adding the file size in…

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,342 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,628 questions
asked 2024-04-26T20:06:43.52+00:00
Ritu Harivansh Prajapati 0 Reputation points
2 answers

Cannot enable Staged Rollout from Federation to PTA

We are currently federated to Entra ID with ADFS on premises. We are attempting to run the staged rollout feature with PTA and seamless sign on. Following this article: …

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,190 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,473 questions
asked 2024-04-26T16:52:18.32+00:00
BrianSiegman-1559 21 Reputation points
commented 2024-04-26T20:06:38.7866667+00:00
Andy David - MVP 141.6K Reputation points MVP
1 answer

How to hide users in GAL

Hi! I am scratching my head on this after looking at several posts.. Issue: We have leavers which we disable, remove licenses, convert mailboxes to shared ones and so on. We also moved the users to a non-synchronized OU in AD. However, they still…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,857 questions
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,887 questions
asked 2024-04-26T16:46:02.69+00:00
Jon L 0 Reputation points
answered 2024-04-26T20:03:50.0233333+00:00
Andy David - MVP 141.6K Reputation points MVP
1 answer One of the answers was accepted by the question author.

FormsRecognizer how to create ocr.json files programmatically for custom classification model

In order to automate the creation of a new custom classification model programmatically it appears we need to create ocr.json files for each file before we call the BuildDocumentClassifierAsync method via the DocumentModelAdministrationClient SDK. These…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,366 questions
asked 2023-10-01T13:59:25.55+00:00
Tim Bates 20 Reputation points
commented 2024-04-26T19:58:53.9366667+00:00
William Hawkins 25 Reputation points
0 answers

LogAnalyticsエージェントからAzureMonitorエージェントへ移行後の監視確認

LogAnalyticsエージェントからAzureMonitorエージェントへ移行作業を行っています。 Log AnalyticsエージェントとAzure…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,999 questions
asked 2024-04-26T07:21:24.5766667+00:00
みゅう 0 Reputation points
edited the question 2024-04-26T19:58:07.2133333+00:00
Monalla-MSFT 11,636 Reputation points
1 answer

How do I setup Azure Synapse Link with SQL Managed Instances

Hi. I'm trying to setup Azure Synapse Link to our SQL Managed Instance and I'm having a hard time finding any documentations or walkthrough/howto on this. It seems like all docs and integration available is for Azure SQL Server only. Is this the case? …

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
939 questions
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,369 questions
asked 2024-04-26T16:48:03.0333333+00:00
Vang Xiong 0 Reputation points
commented 2024-04-26T19:57:27.3533333+00:00
Rahul Randive 8,276 Reputation points Microsoft Employee
0 answers

Automating Subscription Creation with Azure Functions

In modern cloud environments, automating routine tasks is key to efficiency and scalability. Azure Functions, a serverless compute service, provides a powerful platform for automating tasks within the Azure ecosystem. One common use case for Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,263 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,129 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,542 questions
asked 2024-04-26T12:39:54.6633333+00:00
Mehul Movadiya 0 Reputation points
edited the question 2024-04-26T19:57:05.1433333+00:00
Monalla-MSFT 11,636 Reputation points
0 answers

Why does a user not in a membership of my site collection gained access to many libraries when I shared a document with them?

We are currently migrating to a SharePoint Online structure. In the setup, I have a parent hub site and 5-6 associated sites. Each site contains libraries. As a test, I created a Word document in a library in site A. I shared this document with a user…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,628 questions
asked 2024-04-26T19:47:39.9533333+00:00
klambert 0 Reputation points
1 answer

How do I activate a free Entra ID P2 on my trial subscription

I am trying to go through the instructions here: https://learn.microsoft.com/en-us/training/modules/allow-users-reset-their-password/4-exercise-set-up-self-service-password-reset Go to Microsoft Entra ID > Password reset. Select Get a free Premium…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,473 questions
asked 2024-04-25T18:39:51.95+00:00
Phillip Putzback 20 Reputation points
accepted 2024-04-26T19:46:48.7566667+00:00
Phillip Putzback 20 Reputation points
0 answers

KQL validation is failing locally

I ran dotnet test as per https://github.com/Azure/Azure-Sentinel#run-kql-validation-locally [xUnit.net 00:00:00.41] Exception discovering tests from Kqlvalidations.Tests: System.BadImageFormatException: Could not load file or assembly…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
976 questions
asked 2024-04-26T06:17:29.5366667+00:00
Ashwin Venkatesha 105 Reputation points
commented 2024-04-26T19:46:30.3833333+00:00
James Hamil 21,696 Reputation points Microsoft Employee
0 answers

How to track Agent Status and Agent Version of VMs using Azure Monitor Logs

Hi, So I am struggling to create a monitor log query that tracks running VMs that have Agent Status as "Not Ready". My understanding is that using Heartbeat helps provide information like Agent State (Healthy or Unhealthy), which is the same as…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,802 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,129 questions
asked 2024-04-26T16:13:53.36+00:00
Daniel Hajsadr 0 Reputation points
commented 2024-04-26T19:46:03.2933333+00:00
Monalla-MSFT 11,636 Reputation points
0 answers

Azcopy is not support in runbook

Azcopy exe I am trying to install inside in runbook but it's not detected and I don't want hybrid worker because I have to maintain it, is there any way to convert exe onto powershell module so that I can convert azcopy exe into module and add that…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,058 questions
asked 2024-04-26T16:16:35.2933333+00:00
Himanshuk 161 Reputation points
commented 2024-04-26T19:45:36.16+00:00
Monalla-MSFT 11,636 Reputation points
0 answers

Copy of payload to external MQTT

So, my question is whether, even if I have my devices inside the Azure platform, I'll be able to send copies of their payloads to an external MQTT. To explain: I have a lab and I'm testing interactions and homologations all the time. In this case, I'd…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
379 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
535 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
343 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,116 questions
Azure IoT Operations
Azure IoT Operations
Azure IoT Operations is a set of modular services enabled by Azure Arc.
11 questions
asked 2024-04-26T19:40:29.97+00:00
Vinicius Miranda 0 Reputation points
4 answers

How to open phpmyadmin on azure linux

I installed lamp on azure vm but i cant open phpmyadin.I get this error when i try to connect using IP address i get this error "This site can’t be reached 102.133.169.103 refused to connect. Try: Checking the connection [Checking the proxy and…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,129 questions
asked 2024-04-19T21:13:49.05+00:00
Pascal 0 Reputation points
answered 2024-04-26T19:39:29.6266667+00:00
Pascal 0 Reputation points