|
2 | 2 |
|
3 | 3 | copyright:
|
4 | 4 | years: 2020, 2023
|
5 |
| -lastupdated: "2023-12-19" |
| 5 | +lastupdated: "2023-12-20" |
6 | 6 |
|
7 | 7 | keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
|
8 | 8 |
|
@@ -235,7 +235,7 @@ You can manage your app revisions by using the [**`ibmcloud ce revision get`**](
|
235 | 235 |
|
236 | 236 | By default, when you deploy an app, the app deploys such that it can receive requests from the public internet, from a private network, or from components within the project. To change the visibility of your app such that it is accessed only by other {{site.data.keyword.codeengineshort}} resources that are running in the same project, use the `--visibility=project` option with the [**`ibmcloud ce app update`**](/docs/codeengine?topic=codeengine-cli#cli-application-update) or [**`ibmcloud ce app create`**](/docs/codeengine?topic=codeengine-cli#cli-application-create) command.{: shortdesc}
|
237 | 237 |
|
238 |
| -In this scenario, update the application that you created in [Deploying an application with the CLI](/docs/codeengine?topic=codeengine-deploy-app#deploy-app-cli) to change the visibility of the app to use a [project endpoint](/docs/codeengine?topic=codeengine-application-workloads#app-endpoint-projectonly). |
| 238 | +In this scenario, update the application that you created in [Deploying an application with the CLI](/docs/codeengine?topic=codeengine-deploy-app&interface=cli#deploy-app-cli) to change the visibility of the app to use a [project endpoint](/docs/codeengine?topic=codeengine-application-workloads#app-endpoint-projectonly). |
239 | 239 |
|
240 | 240 | 1. Run the **`application update`** command. For example,
|
241 | 241 |
|
@@ -328,7 +328,7 @@ By default, when you deploy an app, the app deploys such that it can receive req
|
328 | 328 | You can only use your VPE to access your app with a private endpoint if your selected project supports [application private visibility](/docs/codeengine?topic=codeengine-application-workloads#app-endpoint-private). To confirm if the project supports application private visibility, use the [**`ibmcloud ce project get`**](/docs/codeengine?topic=codeengine-cli#cli-project-get) command to verify the output for `Application Private Visibility Supported` is set to `true`.
|
329 | 329 | {: important}
|
330 | 330 |
|
331 |
| -In this scenario, update the application that you created in [Deploying an application with the CLI](/docs/codeengine?topic=codeengine-deploy-app#deploy-app-cli) to change the visibility of the app to use a [private endpoint](/docs/codeengine?topic=codeengine-application-workloads#app-endpoint-private). |
| 331 | +In this scenario, update the application that you created in [Deploying an application with the CLI](/docs/codeengine?topic=codeengine-deploy-app&interface=cli#deploy-app-cli) to change the visibility of the app to use a [private endpoint](/docs/codeengine?topic=codeengine-application-workloads#app-endpoint-private). |
332 | 332 |
|
333 | 333 |
|
334 | 334 | 1. Confirm that the existing project supports applications with private visibility. Use the [**`ibmcloud ce project get`**](/docs/codeengine?topic=codeengine-cli#cli-project-get) command to verify the output for `Application Private Visibility Supported` is set to `true`. If the value is `false`, [contact IBM support](/docs/codeengine?topic=codeengine-get-support) to enable this capability within your existing project.
|
|
0 commit comments