Skip to content

Commit 896d7ae

Browse files
Merge pull request #10127 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-05 22:00 UTC
2 parents 9f26d19 + c87c096 commit 896d7ae

File tree

13 files changed

+286
-19
lines changed

13 files changed

+286
-19
lines changed

SharePoint/OneDrive/storage/check-storage-increase-eligibility.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Check if your storage is eligible to be increased to greater than 5
44
author: Cloud-Writer
55
ms.author: meerak
66
manager: dcscontentpm
7-
ms.date: 11/04/2024
7+
ms.date: 11/05/2025
88
audience: Admin
99
ms.topic: troubleshooting
1010
ms.custom:
@@ -44,10 +44,6 @@ Admins can request Microsoft to increase the default storage space up to 25 TB p
4444

4545
1. After the user's OneDrive storage limit is increased, you can [set a different limit for the user's storage space](/onedrive/change-user-storage) from the Microsoft 365 admin center or SharePoint Online Management Shell.
4646

47-
> [!NOTE]
48-
> - Users who reach at least 90 percent of their 25 TB capacity of OneDrive storage will be provided additional cloud storage in the form of a 25 TB SharePoint team site. For more information and assistance, contact [Microsoft Support](https://go.microsoft.com/fwlink/?linkid=869559).
49-
> - The maximum amount of OneDrive storage provided to any single Education user with OneDrive for Business Plan 2 is 25 TB. Pooled storage limits still apply at the tenant level.
50-
5147
## References
5248

5349
For more information about the storage that’s available for Microsoft 365 subscriptions, see the [OneDrive service description](https://go.microsoft.com/fwlink/?linkid=826071).

support/azure/partner-solutions/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,9 @@ landingContent:
6363
linkLists:
6464
- linkListType: how-to-guide
6565
links:
66+
- text: Can't install or uninstall the agent on a VM
67+
url: new-relic/install-uninstall-extension-vm.md
6668
- text: Update ingestion key after rotation
6769
url: ingestion-key-rotation-log-flow.md
70+
- text: Resource monitoring stopped working
71+
url: new-relic/resource-monitoring-troubleshoot.md
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Can't Install or Uninstall the Agent on a Virtual Machine
3+
description: Resolve problems with installing or uninstalling the New Relic agent on a virtual machine.
4+
author: shijojoy
5+
ms.author: jarrettr
6+
ms.reviewer: v-ryanberg
7+
ms.service: partner-services
8+
ms.topic: troubleshooting-problem-resolution
9+
ms.custom: New Relic troubleshooting
10+
ms.date: 09/18/2025
11+
ai-usage: ai-assisted
12+
13+
#customer intent: As an Azure administrator or user, I want to resolve problems with installing or uninstalling the New Relic agent on virtual machines.
14+
15+
---
16+
17+
# Can't install or uninstall the agent on a virtual machine
18+
19+
This article explains how to resolve problems with installing or uninstalling the New Relic agent on a virtual machine (VM). Specifically, it describes what to do if you select VMs and the **Install Extension** or **Uninstall Extension** button is unavailable.
20+
21+
## Prerequisites
22+
23+
- An Azure account with permissions to manage VM extensions (Contributor or Owner on the subscription or resource group, or a role with explicit extension management permissions).
24+
- The target VMs must be visible in the Azure portal on the **Virtual machines** page.
25+
26+
## Symptoms
27+
28+
- On the **Virtual Machines** page of the New Relic resource, the **Install Extension** button is unavailable (dimmed) after you select one or more VMs.
29+
- On the **Virtual Machines** page of the New Relic resource, the **Uninstall Extension** button is unavailable (dimmed) after you select one or more VMs.
30+
31+
## Cause
32+
33+
The portal enables the **Install Extension** or **Uninstall Extension** button only when the entire selection of VMs matches the required state for that action:
34+
35+
- **Install Extension** is enabled only when none of the selected VMs has the New Relic agent installed.
36+
- **Uninstall Extension** is enabled only when every selected VM already has the New Relic agent installed.
37+
38+
The Azure portal displays the agent/extension state in the **Agent status** column:
39+
40+
- VMs on which the New Relic agent is installed show **Running** or **Shutdown**.
41+
- VMs on which the New Relic agent isn't installed show **Not Installed**.
42+
43+
If your selection includes VMs in different states (some that have the agent and some that don't), neither **Install Extension** nor **Uninstall Extension** will be enabled.
44+
45+
## Solution
46+
47+
1. In the Azure portal, go to the **Virtual Machines** page of the New Relic resource.
48+
1. To install the New Relic agent:
49+
1. Select only VMs that show an **Agent status** of **Not Installed**.
50+
1. Deselect any VMs that show a status of **Running** or **Shutdown**. (These VMs already have the agent.)
51+
1. Confirm that the **Install Extension** button is active and then proceed.
52+
1. To uninstall the New Relic agent:
53+
1. Select only VMs that show an **Agent status** of **Running** or **Shutdown**. (These VMs have the agent installed.)
54+
1. Deselect any VMs that show a status of **Not Installed**.
55+
1. Confirm that the **Uninstall Extension** button is active and then proceed.
56+
57+
## Related content
58+
59+
- [Manage extensions on Azure virtual machines](/azure/virtual-machines/extensions/overview)
60+
- [Troubleshoot VM Agent issues](../../virtual-machines/windows/windows-azure-guest-agent.md)
61+
- [Introduction to the Azure Native New Relic Service](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/get-started/azure-native/)
62+
63+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
64+
65+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Resource Monitoring Stopped Working
3+
description: Troubleshoot situations in which New Relic stops receiving logs or metrics from Azure resources.
4+
author: shijojoy
5+
ms.author: jarrettr
6+
ms.reviewer: v-ryanberg
7+
ms.service: partner-services
8+
ms.topic: troubleshooting-general
9+
ms.custom: New Relic troubleshooting
10+
ms.date: 09/19/2025
11+
ai-usage: ai-assisted
12+
13+
#customer intent: As an Azure administrator or user, I want to troubleshoot situations in which New Relic monitoring stops working.
14+
15+
---
16+
17+
# Resource monitoring stopped working
18+
19+
This article helps you troubleshoot situations in which New Relic stops receiving telemetry (logs, metrics, or events) from Azure resources like virtual machines (VMs) and app services.
20+
21+
## Prerequisites
22+
23+
- Access to the New Relic account that owns the ingest API key (API key admin or owner).
24+
- Access to the Azure subscription and resource group that contain the affected resources (Reader to view, Contributor/Owner to remediate or change billing).
25+
26+
## Causes and solutions
27+
28+
### Cause: Ingest API key is revoked
29+
30+
Resource monitoring in New Relic is enabled through the *ingest API key*, which you set up at the time of resource creation. Revoking the ingest API key from the New Relic portal disrupts monitoring of logs and metrics for all resources, including virtual machines and app services. You shouldn't revoke the ingest API key.
31+
32+
#### Solution
33+
34+
- If the API key is revoked, contact [New Relic support](https://support.newrelic.com/).
35+
36+
### Cause: Azure subscription suspended or deleted
37+
38+
If your Azure subscription is suspended or deleted for payment-related issues, resource monitoring in New Relic automatically stops.
39+
40+
#### Solution
41+
42+
- If the subscription is suspended or deleted for payment-related reasons, either update the payment method or move resources to an active subscription. For more information, see [Add, update, or delete a payment method](/azure/cost-management-billing/manage/change-credit-card).
43+
44+
### Cause: New Relic service issues
45+
46+
New Relic manages the APIs for creating and managing resources, and for the storage and processing of telemetry data. The New Relic APIs might be on or outside of Azure. Some issues can originate outside of Azure.
47+
48+
#### Solution
49+
50+
If your Azure subscription and resource are working correctly but the New Relic portal shows problems with monitoring data, contact [New Relic support](https://support.newrelic.com/).
51+
52+
## Related content
53+
54+
- [Add, update, or delete a payment method](/azure/cost-management-billing/manage/change-credit-card)
55+
- [New Relic support](https://support.newrelic.com/)
56+
57+
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
58+
59+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]

support/azure/partner-solutions/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ items:
4949
href: informatica/resource-creation.md
5050
- name: New Relic
5151
items:
52+
- name: Can't install or uninstall the agent on a VM
53+
href: new-relic/install-uninstall-extension-vm.md
5254
- name: Diagnostic settings manual update
5355
href: diagnostic-settings-manual-update.md
5456
- name: Diagnostic settings not created
@@ -59,5 +61,5 @@ items:
5961
href: log-forwarding-persists.md
6062
- name: Log limitations
6163
href: log-limitations.md
62-
63-
64+
- name: Resource monitoring stopped working
65+
href: new-relic/resource-monitoring-troubleshoot.md

support/azure/virtual-machines/linux/swap-file-not-recreated-linux-vm-restart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ Now, create a VM with [az vm create](/cli/azure/vm) and specify the cloud-init f
130130
```azurecli-interactive
131131
az vm create \
132132
--resource-group myResourceGroup \
133-
--name centos74 \
134-
--image OpenLogic:CentOS:7-CI:latest \
133+
--name redhat810 \
134+
--image RedHat:RHEL:8_10:latest \
135135
--custom-data cloud_init_swappart.txt \
136136
--generate-ssh-keys
137137
```
@@ -154,7 +154,7 @@ The output from this command should look like this:
154154

155155
```output
156156
Filename Type Size Used Priority
157-
/dev/sdb2 partition 2494440 0 -1
157+
/dev/sdb2 partition 2494440 0 -1
158158
```
159159

160160
> [!NOTE]

support/azure/virtual-machines/linux/troubleshoot-linux-rhui-certificate-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ Trying other mirror.
882882
883883
---
884884
885-
## Cause 5: Verification error in RHEL version 8 or 9 ("CA certificate key too weak")
885+
## Cause 5: Verification error in RHEL version 8, 9, or 10 ("CA certificate key too weak")
886886
887887
The system tries to connect to a server that contains a certificate that's signed by using 2048-bit RSA keys. However, the system has a `FUTURE` policy setting that prohibits that cryptographic algorithm. The following error messages are shown in the */var/log/messages* or */var/log/dnf.log* file:
888888

support/azure/virtual-machines/windows/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ items:
243243
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-installation-error-corruption.md
244244
- name: Error Code 0x8007045b
245245
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-error-shutdown-in-process.md
246-
- name: Error Code 0x800f0831
247-
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-installation-error.md
248246

249247
- name: My VM is not booting
250248
items:

support/windows-client/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,8 @@ items:
10891089
href: ../windows-server/system-management-components/open-client-can-not-connect-server.md?context=/troubleshoot/windows-client/context/context
10901090
- name: OpenSSH Server Service Doesn't Start and Generates Error 1053
10911091
href: ../windows-server/system-management-components/openssh-server-service-wont-start-error-1053.md?context=/troubleshoot/windows-client/context/context
1092+
- name: Troubleshoot common SFTP issues when using OpenSSH
1093+
href: ../windows-server/system-management-components/troubleshoot-sftp-issues-using-openssh.md?context=/troubleshoot/windows-client/context/context
10921094
- name: Use "MaxStartups" and "MaxSessions" to troubleshoot OpenSSH connection issues
10931095
href: ../windows-server/system-management-components/troubleshoot-openssh-connection-issues-maxstartups-maxsessions.md?context=/troubleshoot/windows-client/context/context
10941096
- name: PowerShell

support/windows-server/admin-development/events-not-forwarded-by-windows-server-collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The forwarder is having a problem communicating with subscription manager at add
3737
This behavior is caused by the permissions that are configured for the following URLs:
3838

3939
- `http://+:5985/wsman/`
40-
- `http://+:5986/wsman/`
40+
- `https://+:5986/wsman/`
4141

4242
On the event collector computer, both the Windows Event Collector service (WecSvc) and the Windows Remote Management service (WinRM) use these URLs. However, the default access control lists (ACLs) for these URLs allow access for only the svchost process that runs WinRM.
4343
In the default configuration of Windows Server 2016, a single svchost process runs both WinRM and WecSvc. Because the process has access, both services function correctly. However, if you change the configuration so that the services run on separate host processes, WecSvc no longer has access and event forwarding no longer functions.

0 commit comments

Comments
 (0)