Skip to content

Documentation updates #129

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

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure-HubAndSpokeResearchEnclave
# Hub-and-spoke Research Enclave

A Hub-and-Spoke Azure enclave for secure research.

Expand All @@ -20,14 +20,17 @@ To accelerate the deployment of a hub-and-spoke architecture for building secure

The goal of the project is that the templates will deploy resources that are compliant with the following frameworks (according to the Azure Commercial built-in initiatives):

- HIPAA/HITRUST
- HITRUST/HIPAA
- NIST 800-171 R2
- FedRAMP Moderate

Compliance with all the above frameworks is a work-in-progress.

## Deployment

Deployment documentation is found in the [Wiki](wiki/Deployment).

## Alternative research enclave accelerators

- Azure TRE: <https://microsoft.github.io/AzureTRE/>
- Standalone Azure Secure Enclave for Research: <https://github.com/microsoft/Azure-Secure-Enclave-for-Research>
- Mission Landing Zone (MLZ): <https://github.com/Azure/MissionLZ>
2 changes: 1 addition & 1 deletion research-hub/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
./deploy.ps1 '.\main.hub.bicepparam' '00000000-0000-0000-0000-000000000000' 'eastus'

.EXAMPLE
./deploy.ps1 '.\main.hub.bicepparam' '00000000-0000-0000-0000-000000000000' 'eastus' 'AzureUSGovernment'
./deploy.ps1 '.\main.hub.bicepparam' '00000000-0000-0000-0000-000000000000' 'usgovvirginia' 'AzureUSGovernment'
#>

# LATER: Be more specific about the required modules; it will speed up the initial call
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ param imageReference = {
sku: 'win11-23h2-avd-m365'
// -- OR --
// -- CUSTOM IMAGE --
id: '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-vnet/providers/Microsoft.Compute/galleries/gal/images/sample/versions/1.0.0'
id: '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-vnet/providers/Microsoft.Compute/galleries/gal/images/sample'
}
param osType = 'Windows'

Expand Down
Loading