Skip to content

Commit 63ad99a

Browse files
author
cfsdocs
committed
Build 1913
1 parent 49dde40 commit 63ad99a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appdeploy-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subcollection: codeengine
1212

1313
{{site.data.keyword.attribute-definition-list}}
1414

15-
# Updating your app
15+
# Updating your app
1616
{: #update-app}
1717

1818
An application contains one or more *revisions*. A revision represents an immutable version of the configuration properties of the application. Each update of an application configuration property creates a new revision of the application.
@@ -235,7 +235,7 @@ You can manage your app revisions by using the [**`ibmcloud ce revision get`**](
235235
236236
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}
237237
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).
239239
240240
1. Run the **`application update`** command. For example,
241241
@@ -328,7 +328,7 @@ By default, when you deploy an app, the app deploys such that it can receive req
328328
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`.
329329
{: important}
330330
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).
332332
333333
334334
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

Comments
 (0)