18,099 questions

Sort by: Updated
0 answers

Azure App Service Console Logs not getting published to log analytics workspace

We have our Springboot Java application running in Azure App Service Linux platform. We have enabled Diagnostic settings in Azure App Service for Azure App Service Console Logs to be sent to Log Analytics Workspace**.** We have also set the App Service…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,956 questions
asked 2024-05-10T20:44:38.9466667+00:00
Senthil, Puviarasu 0 Reputation points
0 answers

Logging into Azure portal with the usual credentials now results in "Limited or No Access"

TLDR: Can't seem to log in to Azure Portal with primary user account -- indicates Limited or No Access. Hello. In the course of troubleshooting some recurring billing problem, I have really messed up my account. Specifically, when I now log into…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,661 questions
asked 2024-05-10T05:06:52.8333333+00:00
Paul Alexander 0 Reputation points
edited the question 2024-05-10T20:40:13.9466667+00:00
Paul Alexander 0 Reputation points
0 answers

Can a Word Add-In Capture Custom Parameters Passed in Word URl?

I'm developing a Word add-in tool that navigates to a bookmark based on its name. I aim to pass a custom parameter to specify the bookmark name, but I'm unable to find a method to achieve this. The 'context.document.url' only provides the document's…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
673 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,532 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,686 questions
asked 2024-05-10T20:32:20.36+00:00
s w 80 Reputation points
0 answers

How to write "az cli" script to deploy WebApp in Github

Please help me write a script to deploy a blazor server web application whose C# source is in a Github repo. My first choice is "azure CLI" commands inside a "ps1" file. Here is my attempt after having successfully created a webapp…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,956 questions
asked 2024-05-10T20:26:06.9966667+00:00
Siegfried Heintze 1,861 Reputation points
0 answers

How to copy config settings for Hyper-V quick create VM

When I create a VM using Hyper-V manager "quick create" it has properties that I like such as resize window, copy/cut/paste with host. However, it uses a Win11 Evaluation version which expires in 90 days. When I create a new VM, I can use a…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,559 questions
asked 2024-05-10T20:22:06.25+00:00
Tony Dalessandro 0 Reputation points
0 answers

SQL Server restrictions for support system centre

I am trying to confirm if I can run a SQL Server cluster (AG) to support System Centre. I understand the database must be Standard Edition and dedicated to System Centre. That's clear. What's not clear is can I run a cluster or must it be s single…

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
841 questions
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,808 questions
asked 2024-05-10T20:15:25.35+00:00
Gagné, Christopher (DBA) 0 Reputation points
0 answers

Migrating from VNET (Classic) to ARM has interruption on the resources?

Have a good day, Migrating from VNET (Classic) to ARM has interruption on the resources (apparentaly not) ?, Also in case something goes wrong there's a rollback for this change ? we don't want to have issues with the services. the following link is what…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
972 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,178 questions
asked 2024-05-10T20:06:42.5266667+00:00
Herbert Rodriguez 0 Reputation points
0 answers

AI Search - semantic hybrid search returns 'Parital Content' Error.

We have implemented a RAG based chatbot with AI search using langchain. Everything was working fine. Suddenly started getting this new exception thrown from ai search when trying to do semantic hybrid search using langchain wrapper. Exception…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
728 questions
asked 2024-05-10T20:01:24.78+00:00
Vikneshvar Chandrahasan 0 Reputation points
0 answers

Issue with Microsoft Sentinel Connectors

Hello! Prior to May the 7th 2024, There were roughly 20 connectors that were connected and working as expected with respect to the Microsoft Sentinel and the log analytics workspace. On the mentioned date we noticed this anomaly where out of the 20 odd…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
990 questions
asked 2024-05-10T20:00:28.38+00:00
Vignesh Sundar 0 Reputation points
0 answers

Migrating from BlueHost to Office 365

Hello   Please i would like to know to migrate my emails from Bluehost to Office 365. 

Microsoft Exchange Online
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,368 questions
asked 2024-05-10T19:54:18.88+00:00
Iniobong Nkanga 1,681 Reputation points
0 answers

Hello so when I am trying to deploy a custom image using an ARM template I see the below error, I did try to look up for error codesand their meaning on msft documentation. I have a couple resources in the template and it fails on a VM .

 Please let me know if you have seen this and know how to solve this : Azure Error: DeploymentFailed Message: At least one resource deployment operation failed. Please list deployment operations for details. Please see…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,196 questions
asked 2024-05-10T19:46:00.5566667+00:00
Tejaswini Suryaprakash 0 Reputation points
0 answers

I want to find the owners of the app id using Graph Api. But when I am in microsoft tenant it does not give me owners for Ame Tenant. How can I achieve this.

I am using https://graph.microsoft.com/v1.0/applications(appId='9a3a7c13-5ed7-4dd4-beeb-d5b2f4fe4a7e')/owners?$select=mail,displayName To get the owners of this app id. The app id mentioned above lives inside Ame tenant, how can the get the owners in…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-05-10T19:45:56.0166667+00:00
Prachi Sharma 0 Reputation points Microsoft Employee
0 answers

Yealink CP965 Error Message

I am having a rough time trying to get the CP965 working and hoping you can help.  I have created a resource account for the room it will be in and assigned it a Teams Room Basic license.  I also found this article and created a meeting room policy and…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,154 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.
972 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.
126 questions
asked 2024-05-10T19:38:21.8433333+00:00
Jeffrey Cahill 0 Reputation points
0 answers

How to use c++ 20 modules in shared libraries ?

Hello everyone, I am currently working on a test-project where I want to use shared libraries and I would like to leverage the new C++20 modules feature. However, I am having some difficulty understanding how to properly set up my code to use C++20…

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,544 questions
asked 2024-05-10T19:22:17.17+00:00
Michael Brunner 0 Reputation points
0 answers

Azure Get Utilization Data and usage % for multiple VMs with Rest API

Hi All, I am trying to get all or multiple VM usage/utilization data from Azure. The API below provides CPU % for 1 VM at a time: Is there a way to get multiple or all VMs in a subscription with one API? Is there a way to include other metrics like…

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,826 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,196 questions
asked 2024-05-10T19:19:34.8266667+00:00
Sam 0 Reputation points
0 answers

VM not connecting to network

Hi all, So I am hoping this will make sense in the form I am writing it but if not please feel free to ask questions. I have recently created a new VM on hyper v. I created a vSwitch on vSwitch manager. It is an external connection type using Microsoft…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,559 questions
asked 2024-05-10T19:06:03.06+00:00
Kid_Silva_000093 0 Reputation points
0 answers

Kernel mode Windows driver

Hi. I'm a beginner in Windows driver development. I'm making a driver that manages network traffic. I need expert advice. I need the following functions. The ability to triplicate received packets and send them to different subnets. The ability to…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,276 questions
asked 2024-05-10T18:45:55.04+00:00
Shinhyung Kang 0 Reputation points
0 answers

Enhanced Session Windows Server 2019

Good day everyone, While using VM Windows Server 2019 in basic session and click or select enhance session, log me out; same thing after connect to the VM Windows Server selecting use all monitors or adjusting the size of the VM screen. It work normal…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,480 questions
asked 2024-05-10T18:45:25.1733333+00:00
Emilio 0 Reputation points
0 answers

How to troubleshoot 'Bad Request' error when using 'startswith' to filter groups in Microsoft Graph API?

I'm using the following endpoint to query the Microsoft Graph API, tracking changes by delta and filter groups by displayName using…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 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,661 questions
asked 2024-05-10T18:40:00.9666667+00:00
Sameh Tawfik (MiddleEast) 0 Reputation points
0 answers

Drive mapping in SharePoint

Hello    Please i need your help on this issue.   I would like to know how to have my SharePoint drives mapped in File explorer

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,236 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,736 questions
asked 2024-05-10T18:24:08.0433333+00:00
Iniobong Nkanga 1,681 Reputation points