Skip to content

Commit 3deafe9

Browse files
authored
Merge pull request #242658 from JonVenezia/patch-24
Update container-faq.yml
2 parents e6c4913 + 1f85db5 commit 3deafe9

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/cognitive-services/containers/container-faq.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,29 @@ sections:
2727
- question: Will containers be available for all Cognitive Services offerings, and what's the next set of containers I should expect?
2828
answer: |
2929
We'd like to make more Cognitive Services offerings available as containers. Contact your local Microsoft account manager to get updates on new container releases and other Cognitive Services announcements.
30-
- question: What will the service-level agreement (SLA) be for Cognitive Services containers?
30+
- question: What is the service-level agreement (SLA) for Cognitive Services containers?
3131
answer: |
3232
> [!IMPORTANT]
3333
> To learn more about service-level agreements for Cognitive Services, [visit our SLA page](https://azure.microsoft.com/support/legal/sla/cognitive-services/v1_1/).
3434
35-
Cognitive Services provides SLAs that can be viewed on our SLA page at the link provided above.
35+
Cognitive Services provides SLAs for cloud hosted services which can be viewed on our SLA page.
3636
37-
However, Cognitive Services in containers provide no SLA. Customers control Cognitive Services container configurations of resources, so Microsoft won't offer an SLA for general availability (GA). Customers are free to deploy containers on-premises and define the host environments.
37+
However, Cognitive Services in containers do not provide an SLA as it is on-premises software. Customers control Cognitive Services container configurations of resources, so Microsoft is unable to offer an SLA for general availability (GA). Customers are free to deploy containers on-premises and define the host environments.
3838
- question: Are these containers available in Sovereign clouds?
3939
answer: |
40-
Cognitive Services containers can be used in the Sovereign clouds. The containers can be run and can connect to the billing endpoint in these clouds, but container images need to be pulled from the Public cloud container registry.
40+
Standard Cognitive Services containers can be used in the Sovereign clouds. The containers can be run and can connect to the billing endpoint in these clouds once authorized, but container images need to be pulled from the Public cloud container registry. Containers that rely on language models downloaded at runtime, such as Translator or Custom Speech to text, also are configured to pull models from Public endpoints.
41+
42+
Purchasing disconnected containers is not currently supported in Sovereign clouds, but disconnected containers purchased in Public cloud along with all dependencies can be transferred to Sovereign clouds and run on Sovereign cloud infrastructure.
4143
- name: Versioning
4244
questions:
4345
- question: How are containers updated to the latest version?
4446
answer: |
4547
Customers can choose when to update the containers that they've deployed. Containers are marked with standard [Docker tags](https://docs.docker.com/engine/reference/commandline/tag/) such as `latest` to indicate the most recent version. We encourage customers to pull the latest versions of containers as they're released. For details on how to get notified when an image is updated, see [Azure Container Registry webhooks](../../container-registry/container-registry-webhook.md).
4648
4749
[!INCLUDE [Container license update](../../../includes/cognitive-services-containers-license-update.md)]
48-
- question: What versions will be supported?
50+
- question: What versions are supported?
4951
answer: |
50-
The current and last major version of the container will be supported. However, we encourage customers to stay current to get the latest technology.
52+
Generally only the current version of the container is supported. We encourage customers to stay current to get the latest patches and technology.
5153
- question: How are updates versioned?
5254
answer: |
5355
Major version changes indicate that there's a breaking change to the API signature. We anticipate that this will generally coincide with major version changes to the corresponding Cognitive Services cloud offering. Minor version changes indicate bug fixes, model updates, or new features that don't make a breaking change to the API signature.
@@ -76,7 +78,7 @@ sections:
7678
| `Invalid` | Your API key is invalid. You must provide a valid API key to run the container. Find your API key and service region in the Azure portal, in the **Keys and Endpoint** section for your Cognitive Services resource. |
7779
| `Mismatch` | You've provided an API key or endpoint for a different kind of Cognitive Services resource. Find your API key and service region in the Azure portal, in the **Keys and Endpoint** section for your Cognitive Services resource. |
7880
| `CouldNotConnect` | The container couldn't connect to the billing endpoint. Check the `Retry-After` value and wait for this period to end before you make more requests. |
79-
| `OutOfQuota` | The API key has exceeded the quota. You can either upgrade your pricing tier or wait for additional quota to become available. Find your tier in the Azure portal, in the **Pricing Tier** section of your Cognitive Service resource. |
81+
| `OutOfQuota` | The API key has exceeded the quota. You can either upgrade your pricing tier or wait for more quota to become available. Find your tier in the Azure portal, in the **Pricing Tier** section of your Cognitive Service resource. |
8082
| `BillingEndpointBusy` | The billing endpoint is currently busy. Check the `Retry-After` value and wait for this period to end before you make more requests. |
8183
| `ContainerUseUnauthorized` | The provided API key is not authorized for use with this container. You're likely using a gated container, so make sure your Azure subscription ID is approved by submitting an [online request](https://aka.ms/csgate). |
8284
| `[ERROR] Failed to download: context deadline exceeded` | The model file download request to our servers timed out. Make sure you have a strong internet connection to download all required files within one hour. Model downloads apply to Text Translation and some Speech Services containers. |
@@ -92,7 +94,7 @@ sections:
9294
9395
- question: How does billing work?
9496
answer: |
95-
Customers are charged based on consumption, similar to the Cognitive Services cloud. The containers need to be configured to send metering data to Azure, and transactions are billed accordingly. Resources used across the hosted and on-premises services will add to the single quota with tiered pricing, counting against both usages. For more information, see the following pricing pages:
97+
Customers are charged based on consumption, similar to the Cognitive Services cloud. The containers need to be configured to send metering data to Azure, and transactions are billed accordingly. Resources used across the hosted and on-premises services add to the single quota with tiered pricing, counting against both usages. For more information, see the following pricing pages:
9698
9799
* [Anomaly Detector](../anomaly-Detector/anomaly-detector-container-howto.md#billing)
98100
* [Computer Vision](../computer-vision/computer-vision-how-to-install-containers.md)

0 commit comments

Comments
 (0)