Skip to content

Commit

Permalink
Fixing documen
Browse files Browse the repository at this point in the history
  • Loading branch information
aebaid committed Sep 27, 2022
1 parent 4061e63 commit 62f5978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/content/api-overview/resources/container-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ The Container Apps builder (`containerApp`) is used to define one or more contai
|-|-|
| name | Sets the name of the container app. |
| add_identity | Adds a managed identity to the the container app. |
| link_to_identity | Configures container app to use a UserAssignedIdentity of Unmanaged LinkedResource. |
| ingress_state | Activates or deactivates the ingress of the Azure Container App. |
| ingress_target_port | Activates the ingress of the Azure Container App and sets the target port. |
| ingress_transport | Activates the ingress of the Azure Container App and sets the transport mode. |
Expand Down
1 change: 1 addition & 0 deletions docs/content/api-overview/resources/container-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The Container Group builder (`containerGroup`) defines a Container Group.
| link_to_vnet | Resource ID of an existing virtual network where the container group will attach. |
| subnet | Name of the subnet in a virtual network where the container group will attach. |
| add_identity | Adds a managed identity to the the container group. |
| link_to_identity | Resource ID of an existing virtual network where the container group will attach. |
| system_identity | Activates the system identity of the container group. |
| add_registry_credentials | Adds a container image registry credential with a secure parameter for the password. |
| reference_registry_credentials | References credentials from a container image registry by resource ID. |
Expand Down

0 comments on commit 62f5978

Please sign in to comment.