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/api-management/self-hosted-gateway-overview.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,12 @@ We provide a variety of container images for self-hosted gateways to meet your n
55
55
|`v{major}`| Use this tag to always run a major version of the gateway with every new feature and patch. |`v2`| ✔️ | ❌ |
56
56
|`v{major}-preview`| Use this tag if you always want to run our latest preview container image. |`v2-preview`| ✔️ | ❌ |
57
57
|`latest`| Use this tag if you want to evaluate the self-hosted gateway. |`latest`| ✔️ | ❌ |
58
+
|`beta`<sup>1</sup> | Use this tag if you want to evaluate preview versions of the self-hosted gateway. |`beta`| ✔️ | ❌ |
58
59
59
60
You can find a full list of available tags [here](https://mcr.microsoft.com/product/azure-api-management/gateway/tags).
60
61
62
+
<sup>1</sup>Preview versions are not officially supported and are for experimental purposes only.<br/>
63
+
61
64
### Use of tags in our official deployment options
62
65
63
66
Our deployment options in the Azure portal use the `v2` tag that allows customers to use the most recent version of the self-hosted gateway v2 container image with all feature updates and patches.
0 commit comments