You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-capacity-planning.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,23 +88,23 @@ To increase or decrease the capacity of your service, you have two options:
88
88
89
89
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.
90
90
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":::
92
92
93
93
1. Use the slider to increase or decrease the number of partitions. Select **Save**.
94
94
95
95
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.
96
96
97
97
For the current per unit costs of each tier, visit the [pricing page](https://azure.microsoft.com/pricing/details/search/).
98
98
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":::
100
100
101
101
1. Check your notifications to confirm that the operation started.
:::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":::
104
104
105
105
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.
106
106
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":::
0 commit comments