Skip to content

Commit

Permalink
Add public_network_access_enabled property to app service docs (#22399)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Csakvari <csakvari.peter@sonrisa.hu>
Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 7, 2023
1 parent c8d1a23 commit 868867d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/linux_function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ The following arguments are supported:

* `https_only` - (Optional) Can the Function App only be accessed via HTTPS? Defaults to `false`.

* `public_network_access_enabled` - (Optional) Should public network access be enabled for the Function App. Defaults to `true`.

* `identity` - (Optional) A `identity` block as defined below.

* `key_vault_reference_identity_id` - (Optional) The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the `identity` block. [For more information see - Access vaults with a user-assigned identity](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references#access-vaults-with-a-user-assigned-identity)
Expand Down
3 changes: 3 additions & 0 deletions website/docs/r/linux_function_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ The following arguments are supported:

* `https_only` - (Optional) Can the Function App Slot only be accessed via HTTPS?

* `public_network_access_enabled` - (Optional) Should public network access be enabled for the Function App. Defaults to `true`.
* ```
* `identity` - (Optional) An `identity` block as detailed below.
* `key_vault_reference_identity_id` - (Optional) The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the `identity` block. [For more information see - Access vaults with a user-assigned identity](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references#access-vaults-with-a-user-assigned-identity)
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/linux_web_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ The following arguments are supported:

* `https_only` - (Optional) Should the Linux Web App require HTTPS connections.

* `public_network_access_enabled` - Should public network access be enabled for the Web App. Defaults to `true`.

* `identity` - (Optional) An `identity` block as defined below.

* `key_vault_reference_identity_id` - (Optional) The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the `identity` block. [For more information see - Access vaults with a user-assigned identity](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references#access-vaults-with-a-user-assigned-identity).
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/linux_web_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ The following arguments are supported:

* `https_only` - (Optional) Should the Linux Web App require HTTPS connections.

* `public_network_access_enabled` - (Optional) Should public network access be enabled for the Web App. Defaults to `true`.

* `identity` - (Optional) An `identity` block as defined below.

* `key_vault_reference_identity_id` - (Optional) The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the `identity` block. [For more information see - Access vaults with a user-assigned identity](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references#access-vaults-with-a-user-assigned-identity).
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/windows_function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ The following arguments are supported:

* `https_only` - (Optional) Can the Function App only be accessed via HTTPS? Defaults to `false`.

* `public_network_access_enabled` - Should public network access be enabled for the Function App. Defaults to `true`.

* `identity` - (Optional) A `identity` block as defined below.

* `key_vault_reference_identity_id` - (Optional) The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the `identity` block. [For more information see - Access vaults with a user-assigned identity](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references#access-vaults-with-a-user-assigned-identity)
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/windows_function_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ The following arguments are supported:

* `https_only` - (Optional) Can the Function App Slot only be accessed via HTTPS?

* `public_network_access_enabled` - (Optional) Should public network access be enabled for the Function App. Defaults to `true`.

* `identity` - (Optional) an `identity` block as detailed below.

* `key_vault_reference_identity_id` - (Optional) The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the `identity` block. [For more information see - Access vaults with a user-assigned identity](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references#access-vaults-with-a-user-assigned-identity)
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/windows_web_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ The following arguments are supported:

* `https_only` - (Optional) Should the Windows Web App require HTTPS connections.

* `public_network_access_enabled` - (Optional) Should public network access be enabled for the Web App. Defaults to `true`.

* `identity` - (Optional) An `identity` block as defined below.

* `key_vault_reference_identity_id` - (Optional) The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the `identity` block. [For more information see - Access vaults with a user-assigned identity](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references#access-vaults-with-a-user-assigned-identity)
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/windows_web_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ The following arguments are supported:

* `https_only` - (Optional) Should the Windows Web App Slot require HTTPS connections.

* `public_network_access_enabled` - (Optional) Should public network access be enabled for the Web App. Defaults to `true`.

* `identity` - (Optional) An `identity` block as defined below.

* `key_vault_reference_identity_id` - (Optional) The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the `identity` block. [For more information see - Access vaults with a user-assigned identity](https://docs.microsoft.com/azure/app-service/app-service-key-vault-references#access-vaults-with-a-user-assigned-identity)
Expand Down

0 comments on commit 868867d

Please sign in to comment.