File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
examples/Ydb.Sdk.AdoNet.Yandex.Cloud.Serverless.Container Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ to [Yandex Cloud Serverless Containers](https://yandex.cloud/en/docs/serverless-
22224 . ** 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+
25265 . ** 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 ```
You can’t perform that action at this time.
0 commit comments