Skip to content

Commit 28cc314

Browse files
committed
Updated alt text in search-capacity-planning.md
1 parent b73903c commit 28cc314

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/search-capacity-planning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,23 +88,23 @@ To increase or decrease the capacity of your service, you have two options:
8888

8989
The following screenshot shows a Standard service provisioned with one replica and partition. The formula at the bottom indicates how many search units are being used (1). If the unit price was $100 (not a real price), the monthly cost of running this service would be $100 on average.
9090

91-
:::image type="content" source="media/search-capacity-planning/initial-values.png" alt-text="Scale page showing current values" border="true":::
91+
:::image type="content" source="media/search-capacity-planning/initial-values.png" alt-text="Screenshot of the Scale page showing the current replica and partition values." border="true":::
9292

9393
1. Use the slider to increase or decrease the number of partitions. Select **Save**.
9494

9595
This example adds a second replica and partition. Notice the search unit count; it's now four because the billing formula is replicas multiplied by partitions (2 x 2). Doubling capacity more than doubles the cost of running the service. If the search unit cost was $100, the new monthly bill would now be $400.
9696

9797
For the current per unit costs of each tier, visit the [pricing page](https://azure.microsoft.com/pricing/details/search/).
9898

99-
:::image type="content" source="media/search-capacity-planning/add-two-each.png" alt-text="Add replicas and partitions" border="true":::
99+
:::image type="content" source="media/search-capacity-planning/add-two-each.png" alt-text="Screenshot of the Scale page with added replicas and partitions." border="true":::
100100

101101
1. Check your notifications to confirm that the operation started.
102102

103-
:::image type="content" source="media/search-capacity-planning/portal-notifications.png" alt-text="Save changes" border="true":::
103+
:::image type="content" source="media/search-capacity-planning/portal-notifications.png" alt-text="Screenshot of the notification of the scaling operation in the Azure portal." border="true":::
104104

105105
This operation can take several hours to complete. You can’t cancel the process after it starts, and there’s no real-time monitoring of replica and partition adjustments. However, the following message displays while changes are underway.
106106

107-
:::image type="content" source="media/search-capacity-planning/updating-message.png" alt-text="Status message in the Azure portal" border="true":::
107+
:::image type="content" source="media/search-capacity-planning/updating-message.png" alt-text="Screenshot of the Updating message in the Azure portal." border="true":::
108108

109109
### Change your pricing tier
110110

0 commit comments

Comments
 (0)