Skip to content

Commit e236543

Browse files
authored
Merge pull request #300570 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents f704f23 + 338fd00 commit e236543

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

articles/container-apps/container-debug-console.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
title: Connect to a container debug console in Azure Container Apps
33
description: Connect to a container debug console in your container app.
44
services: container-apps
5-
author: fangjian0423
5+
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 09/18/2024
10-
ms.author: fangjimmy
9+
ms.date: 05/29/2025
10+
ms.author: cshoe
1111
---
1212

13-
1413
# Connect to a container debug console in Azure Container Apps
1514

1615
Azure Container Apps platform offers a debugging console to help you troubleshoot your application under the following circumstances:
@@ -127,7 +126,7 @@ az containerapp debug `
127126

128127
---
129128

130-
## Built-in tools in Debug Console
129+
## Built-in tools in the debug console
131130

132131
The following diagnostic tools are preinstalled to the debug console to help you troubleshoot issues:
133132

@@ -154,16 +153,19 @@ tdnf install -y msopenjdk-17
154153

155154
---
156155

157-
## Scenario - Accessing container's file system via Debug Console
158-
159-
By default, debug console runs as root user.
156+
## Accessing a container's file system in the debug console
160157

161-
You can access `/proc/1` to access container's file system if your container runs as root user. If your container doesn't run as root user, run below command to switch user before accessing `/proc/1` directory, or you'll get a permission denied error.
158+
By default, the debug console runs as the root user. You can access your container's file system through the `/proc/1/cwd/` directory. If your container doesn't run as the root user, run the following command before accessing the `/proc/1/cwd/` directory, or you'll get a permission denied error.
162159

163160
```bash
164161
switch-user
165162
```
166163

164+
For more information, see the following Linux man pages:
165+
166+
- [pid_namespaces](https://www.man7.org/linux/man-pages/man7/pid_namespaces.7.html)
167+
- [/proc/pid/cwd](https://www.man7.org/linux/man-pages/man5/proc_pid_cwd.5.html)
168+
167169
---
168170

169171
> [!div class="nextstepaction"]

articles/cost-management-billing/costs/cost-mgt-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ For more information, see [What are Azure Reservations?](../reservations/save-co
222222

223223
#### Use Azure Hybrid Benefit
224224

225-
If you already have Windows Server or SQL Server licenses in your on-premises deployments, you can use the Azure Hybrid Benefit program to save in Azure. With the Windows Server benefit, each license covers the cost of the OS (up to two virtual machines), and you only pay for base compute costs. You can use existing SQL Server licenses to save up to 55 percent on vCore-based SQL Database options. Options include SQL Server in Azure Virtual Machines and SQL Server Integration Services.
225+
If you already have Windows Server or SQL Server licenses in your on-premises deployments, you can use the Azure Hybrid Benefit program to save in Azure. With this Azure offer, each license covers the cost of the OS (up to two virtual machines). SQL Server licensees can save up to 55 percent on vCore-based SQL Database options. Options include SQL Server in Azure Virtual Machines and SQL Server Integration Services.
226226

227-
For more information, see [Azure Hybrid Benefit savings calculator](https://azure.microsoft.com/pricing/hybrid-benefit/).
227+
For more information, see [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-benefit/).
228228

229229
### Other resources
230230

articles/cost-management-billing/costs/overview-cost-management.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ During your cloud journey, there are many tools available to help you understand
6868

6969
- The [Total Cost of Ownership (TCO) calculator](https://azure.microsoft.com/pricing/tco/calculator/) should be your first stop if you’re curious about how much it would cost to move your existing on-premises infrastructure to the cloud.
7070
- [Azure Migrate](https://azure.microsoft.com/products/azure-migrate/) is a free tool that helps you analyze your on-premises workloads and plan your cloud migration.
71-
- The [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) helps you estimate the cost of creating new or expanding existing deployments. In this tool, you're able to explore various configurations of many different Azure services as you identify which SKUs and how much usage keeps you within your desired price range. For more information, see the pricing details for each of the services you use.
72-
- The [Virtual Machine Selector Tool](https://azure.microsoft.com/pricing/vm-selector/) is your one-stop-shop for finding the best VMs for your intended solution.
73-
- The [Azure Hybrid Benefit savings calculator](https://azure.microsoft.com/pricing/hybrid-benefit/#calculator) helps you estimate the savings of using your existing Windows Server and SQL Server licenses on Azure.
71+
- The [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) is a free cost management tool that allows users to understand and estimate costs of Azure Services and products. It serves as the only unauthenticated experience that allows you to configure and budget the expected cost of deploying solutions in Azure. For customers that want to view their negotiated estimate prices, there is an authenticated version. The Azure pricing calculator allows organizations to plan and forecast cloud expenses, evaluate different configurations and pricing models, and make informed decisions about service selection and deployment options.
7472

7573
## Report on and analyze costs
7674

@@ -131,4 +129,4 @@ For other options, see [Azure benefits and incentives](https://azure.microsoft.c
131129

132130
## Next steps
133131

134-
For other options, see [Azure benefits and incentives](https://azure.microsoft.com/pricing/offers/#cloud).
132+
For other options, see [Azure benefits and incentives](https://azure.microsoft.com/pricing/offers/#cloud).

0 commit comments

Comments
 (0)