Skip to content

Commit 5f792f4

Browse files
Merge pull request #224404 from JonVenezia/patch-12
Adding notes about license file
2 parents e70f72c + cdf4b1b commit 5f792f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/containers/disconnected-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ docker pull mcr.microsoft.com/azure-cognitive-services/form-recognizer/invoice:l
8787

8888
## Configure the container to be run in a disconnected environment
8989

90-
Now that you've downloaded your container, you'll need to run the container with the `DownloadLicense=True` parameter in your `docker run` command. This parameter will download a license file that will enable your Docker container to run when it isn't connected to the internet. It also contains an expiration date, after which the license file will be invalid to run the container. You can only use a license file with the appropriate container that you've been approved for. For example, you can't use a license file for a speech-to-text container with a form recognizer container.
90+
Now that you've downloaded your container, you'll need to run the container with the `DownloadLicense=True` parameter in your `docker run` command. This parameter will download a license file that will enable your Docker container to run when it isn't connected to the internet. It also contains an expiration date, after which the license file will be invalid to run the container. You can only use a license file with the appropriate container that you've been approved for. For example, you can't use a license file for a speech-to-text container with a form recognizer container. Please do not rename or modify the license file as this will prevent the container from running successfully.
9191

9292
> [!IMPORTANT]
9393
>

0 commit comments

Comments
 (0)