Skip to content

Commit 72f8961

Browse files
Updated region description
More explicitely stated max scale, also added a line about contacting us for more scale
1 parent 0187153 commit 72f8961

File tree

1 file changed

+30
-34
lines changed

1 file changed

+30
-34
lines changed

articles/azure-functions/functions-premium-plan.md

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -95,44 +95,40 @@ Running on a machine with more memory does not always mean that your function ap
9595

9696
For example, a JavaScript function app is constrained by the default memory limit in Node.js. To increase this fixed memory limit, add the app setting `languageWorkers:node:arguments` with a value of `--max-old-space-size=<max memory in MB>`.
9797

98-
## Regions
98+
## Region Max Scale Out
9999

100-
Below are the currently supported regions for each OS.
100+
Below are the currently supported maximum scale out values for a single plan in each region and OS configuration. To request an increase please open a support ticket.
101101

102102
|Region| Windows | Linux |
103103
|--| -- | -- |
104-
|Australia Central| ✔<sup>1</sup> | |
105-
|Australia Central 2| ✔<sup>1</sup> | |
106-
|Australia East|| ✔<sup>1</sup> |
107-
|Australia Southeast || ✔<sup>1</sup> |
108-
|Brazil South| ✔<sup>2</sup> | ✔<sup>1</sup> |
109-
|Canada Central|| ✔<sup>1</sup> |
110-
|Central US|| ✔<sup>1</sup> |
111-
|East Asia|| ✔<sup>1</sup> |
112-
|East US || ✔<sup>1</sup> |
113-
|East US 2|| ✔<sup>1</sup> |
114-
|France Central|| ✔<sup>1</sup> |
115-
|Germany West Central|| |
116-
|Japan East|| ✔<sup>1</sup> |
117-
|Japan West|| ✔<sup>1</sup> |
118-
|Korea Central|| ✔<sup>1</sup> |
119-
|North Central US|| ✔<sup>1</sup> |
120-
|North Europe|| ✔<sup>1</sup> |
121-
|Norway East| ✔<sup>1</sup> | ✔<sup>1</sup> |
122-
|South Central US|| ✔<sup>1</sup> |
123-
|South India || |
124-
|Southeast Asia|| ✔<sup>1</sup> |
125-
|UK South|| ✔<sup>1</sup> |
126-
|UK West|| ✔<sup>1</sup> |
127-
|West Europe|| ✔<sup>1</sup> |
128-
|West India|| ✔<sup>1</sup> |
129-
|West Central US| ✔<sup>1</sup> | ✔<sup>1</sup> |
130-
|West US|| ✔<sup>1</sup> |
131-
|West US 2|| ✔<sup>1</sup> |
132-
133-
<sup>1</sup>Maximum scale out limited to 20 instances.
134-
<sup>2</sup>Maximum scale out limited to 60 instances.
135-
104+
|Australia Central| 20 | Not Available |
105+
|Australia Central 2| 20 | Not Available |
106+
|Australia East| 100 | 20 |
107+
|Australia Southeast | 100 | 20 |
108+
|Brazil South| 60 | 20 |
109+
|Canada Central| 100 | 20 |
110+
|Central US| 100 | 20 |
111+
|East Asia| 100 | 20 |
112+
|East US | 100 | 20 |
113+
|East US 2| 100 | 20 |
114+
|France Central| 100 | 20 |
115+
|Germany West Central| 100 | Not Available |
116+
|Japan East| 100 | 20 |
117+
|Japan West| 100 | 20 |
118+
|Korea Central| 100 | 20 |
119+
|North Central US| 100 | 20 |
120+
|North Europe| 100 | 20 |
121+
|Norway East| 20 | 20 |
122+
|South Central US| 100 | 20 |
123+
|South India | 100 | Not Available |
124+
|Southeast Asia| 100 | 20 |
125+
|UK South| 100 | 20 |
126+
|UK West| 100 | 20 |
127+
|West Europe| 100 | 20 |
128+
|West India| 100 | 20 |
129+
|West Central US| 20 | 20 |
130+
|West US| 100 | 20 |
131+
|West US 2| 100 | 20 |
136132

137133
## Next steps
138134

0 commit comments

Comments
 (0)