-
Notifications
You must be signed in to change notification settings - Fork 93
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subnet definition does not match project #261
Comments
Unfortunately linked to Azure/azure-quickstart-templates#2786 as well, if the solution should be redeployable. |
Thanks @fmms for submitting this. We are calling out here that this can be deployed to a Landing Zone or Management Zone. The default subnet address prefixes are actually within the address space of the default Data Landing Zone values. Hence, this will most likely stay as it is. Users can update the address space accordingly to land this into their management zone. Azure/azure-quickstart-templates#2786 is a well known issue that is not in control of our team. Hence, we also have to live with that network RP design. If you want to make it idempotent, you will have to add the Bastion Host template to the landing zone or management zone setup. Currently, we are evaluating whether we should do this. Please add your comment here, if you want us to work on this: Azure/data-landing-zone#202 |
@marvinbuss yes, i did read that it can be instantiated in both, just had the feeling as this is stored in the data-management-zone repo, it should be by default aligned to that and not the data-landing-zone. Moreover, to me it seemed like logically this should be part of the management zone as this is an overarching service while testing this and not something to be used in production scenarios where you will have network peering. |
Due to the IAM requirements described here Azure Bastion is not necessarily an overarching service that is shared across all spokes. Due to these restrictions, users often deploy this into the respective spoke rather than use it as a shared resource. As a result, we are not dictating the use and deployment only in the Management Zone or Landing Zone. It can be landed into each one of them depending on the user group. |
I will convert this into a discussion for now. If changes are required based on the discussion, we may open a new issue. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi,
in the bastion template we have:
data-management-zone/docs/reference/bastionhost/main.bicep
Line 31 in 73e450a
However, in the configuration at
data-management-zone/infra/params.dev.json
Line 21 in 73e450a
an address range is referenced that does not fit to this default IP address.
As the bastion host is stored in this repository to be instantiated as part of the mangement zone i suggest to get that aligned.
regards
The text was updated successfully, but these errors were encountered: