Skip to content

Commit 2b5f084

Browse files
committed
fix the blocking issues
1 parent 452fb55 commit 2b5f084

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/postgresql/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
href: flexible-server/howto-alert-on-metrics.md
694694
- name: Configure and access logs
695695
href: flexible-server/howto-configure-and-access-logs.md
696-
- name: Cost Optimization
696+
- name: Cost optimization
697697
items:
698698
- name: How to optimize costs
699699
href: flexible-server/how-to-cost-optimization.md

articles/postgresql/flexible-server/how-to-cost-optimization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure Postgres reserved capacity pricing allows committing to a specific capacit
3131

3232
To learn more, refer [What are Azure Reservations?](../../cost-management-billing/reservations/save-compute-costs-reservations.md)
3333

34-
## 2. Scale compute Up/Down
34+
## 2. Scale compute up/down
3535

3636
Scaling up or down the resources of an Azure Database for PostgreSQL server can help you optimize costs. Adjust the vCores and storage as needed to only pay for necessary resources. Scaling can be done through the Azure portal, Azure CLI, or Azure REST API. Scaling compute resources up or down can be done at any time and requires server restart. It's good practice to monitor your database usage patterns and adjust the resources accordingly to optimize costs and ensure performance. For more details, please refer Compute and Storage options in Azure Database for PostgreSQL - Flexible Server.
3737

@@ -82,11 +82,11 @@ Creating a test server in a cost-efficient Azure region can be a cost-saving str
8282
1. Migrate test data: Migrate the test data to the new Flexible Server instance. You can use tools such as pg_dump and pg_restore to export and import databases.
8383
1. Monitor performance: Monitor the performance of the test server and adjust the resources as needed to ensure optimal performance.
8484

85-
By creating a test server in a cost-efficient Azure region, you can reduce the cost of running your test server and minimize the cost of running Azure Database for PostgreSQL. It is important to evaluate the impact of the region on your test server's performance and your organization's specific regional requirements. This ensures that network latency and data transfer costs are acceptable for your use case. For more details, refer Azure Database for PostgreSQL pricing.
85+
By creating a test server in a cost-efficient Azure region, you can reduce the cost of running your test server and minimize the cost of running Azure Database for PostgreSQL. It is important to evaluate the impact of the region on your test server's performance and your organization's specific regional requirements. This ensures that network latency and data transfer costs are acceptable for your use case.
8686

8787
To learn more, refer [Azure regions](/azure/architecture/framework/cost/design-regions)
8888

89-
## 7. Starting and Stopping servers
89+
## 7. Starting and stopping servers
9090

9191
Starting and stopping servers can be a cost-saving strategy for Azure Database for PostgreSQL Flexible Server. By only running the server when you need it, you can reduce the cost of running Azure Database for PostgreSQL. Here are a few steps to help you start and stop servers and save costs:
9292

@@ -127,12 +127,12 @@ As you design your application database on Azure Database for PostgerSQL Flexibl
127127
**Cost vs security**
128128
> Increasing security of the workload will increase cost.
129129
130-
**Cost vs performance efficiency**
130+
**Cost vs operational excellence**
131131
> Investing in systems monitoring and automation might increase the cost initially but over time will reduce cost.
132132
133133
## Next steps
134134

135-
To learn more about Cost optimization, see:
135+
To learn more about cost optimization, see:
136136

137137
* [Overview of the cost optimization pillar](/azure/architecture/framework/cost/overview)
138138
* [Tradeoffs for cost](/azure/architecture/framework/cost/tradeoffs)

0 commit comments

Comments
 (0)