Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Sep 10, 2024
1 parent 868505a commit 77b51c3
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1,630 deletions.
9 changes: 9 additions & 0 deletions Templates/SharePoint-ADFS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

## Unreleased

### Added

- Template
- Add parameter `outboundAccessMethod`, to choose how the virtual machines connect to internet. Now, they can connect through either a public IP, or using Azure Firewall as an HTTP proxy

### Changed

- Template
- Convert the template to Bicep
- Rename most of the parameters
- Update the display name of most of the resources to be more consistent and reflect their relationship with each other
- DSC configurations
- Updated DSC module `ActiveDirectoryDsc` to 6.4.0
- Updated DSC module `ComputerManagementDsc` to 9.1.0
Expand Down
2 changes: 1 addition & 1 deletion Templates/SharePoint-ADFS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following parameters configure how to connect to the virtual machines, and t
- If `"No"` (default): Firewall denies all incoming RDP traffic.
- If `"*"` or `"Internet"`: Firewall accepts all incoming RDP traffic from Internet (very, very much not recommended).
- If CIDR notation (e.g. `"192.168.99.0/24"` or `"2001:1234::/64"`) or IP address (e.g. `"192.168.99.0"` or `"2001:1234::"`): Firewall accepts incoming RDP traffic from the IP addresses specified.
- parameter `enable_azure_bastion`:
- parameter `enableAzureBastion`:
- if `true`: Configure service [Azure Bastion](https://azure.microsoft.com/services/azure-bastion/) to allow a secure remote access to virtual machines.
- if `false` (default): Service [Azure Bastion](https://azure.microsoft.com/services/azure-bastion/) is not created.

Expand Down
Loading

0 comments on commit 77b51c3

Please sign in to comment.