NoOpsAccelerator
NoOpsAccelerator copied to clipboard
A flexible, Infrastructure-as-Code foundation that assists customers with the development and deployment of opinionated infrastructure models that are secure, well-governed, and simple to maintain.
**Describe the bug** The deployment name assigned to the defaultTelemetry resource in policy-nist80053r5.bicep can break the maximum length of 64. `name: 'pid-${telemetry.customerUsageAttribution.modules.policy}-nist-80053-r5-${uniqueString(deployment().name, parLocation)}'` See https://github.com/Azure/NoOpsAccelerator/blob/main/src/bicep/overlays/Policy/builtin/assignments/policy-nist80053r5.bicep#L33 **To Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** The What Is NoOps page could be improved if the first person language used came after an introduction to the...
**Describe the bug** Working thru the [Demo 1](https://github.com/Azure/NoOpsAccelerator/blob/main/docs/training/Demonstration%201%20-%20Incrementally%20Deploy%20Enclave.md) - module keeps switching between PSH and Az CLI which will not work. The context can be different between the two so...
**Is your feature request related to a problem? Please describe.** During [Module 3 - Devops to NoOps](https://github.com/Azure/NoOpsAccelerator/blob/main/docs/training/Demonstration%203%20-%20DevOps%20to%20NoOps.md) you walkthru a setup of Azure DevOps. A possible accelerator or game changer...
**Describe the bug** Working thru the [Demo 1](https://github.com/Azure/NoOpsAccelerator/blob/main/docs/training/Demonstration%201%20-%20Incrementally%20Deploy%20Enclave.md) - during the module [Part 5: Deploy Kubernetes Workload](https://github.com/Azure/NoOpsAccelerator/blob/main/docs/training/Demonstration%201%20-%20Incrementally%20Deploy%20Enclave.md#part-5-deploy-kubernetes-workload) you ask the learner to open the portal and do some actions. These...
**Describe the bug** The private DNS zones should be placed in the Identity tier, not the hub. Ideally, Domain Controllers are added to the Identity tier, and since DCs are...
Use the MsftBot to help with the Triage of issues. We may need to update our repo Create fabricbot.json Add: `{ "version": "1.0", "tasks": [ { "taskType": "trigger", "capabilityId": "IssueResponder",...
**Describe the bug** Currently, all child modules use a separate tagging module. This creates multiple tag structures in the JSON. Thus creating a large deployment JSON file. We need to...
To have consistent testing on all the modules, a testing framework should be implemented. - Create a folder in src/bicep/platforms/HubSpoke called tests - Under the test folder, create a deployment-tests...
The AVD Spoke Workload can be used as the initial deployment of Azure Virtual Desktop in a tactical or enterprise environment. The AVD spoke will build off a number of...