Skip to content

Commit 70fe579

Browse files
fixes
1 parent 40cc2b1 commit 70fe579

File tree

1 file changed

+3
-1
lines changed
  • examples/Ydb.Sdk.AdoNet.Yandex.Cloud.Serverless.Container

1 file changed

+3
-1
lines changed

examples/Ydb.Sdk.AdoNet.Yandex.Cloud.Serverless.Container/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ to [Yandex Cloud Serverless Containers](https://yandex.cloud/en/docs/serverless-
2222
4. **Create a new revision**. After pushing your image, create a new version of the Serverless Container as described in
2323
the [official guide](https://yandex.cloud/en/docs/serverless-containers/quickstart/container#create-revision).
2424
Specify your image and the necessary environment variables and secrets.
25+
2526
5. **Running the Yandex Serverless Container**.
26-
After the new revision has been rolled out, you can use your container (e.g., for a health check) by executing the following command:
27+
After the new revision has been rolled out, you can use your container (e.g., for a health check) by executing the
28+
following command:
2729
```bash
2830
curl --header "Authorization: Bearer $(yc iam create-token)" https://<serverless-container-host>/
2931
```

0 commit comments

Comments
 (0)