Moving up some old content
This commit is contained in:
Родитель
474dba78aa
Коммит
3dae2a274f
101
README.md
101
README.md
|
@ -19,7 +19,6 @@ Delivered as a collection of infrastructure as code (IaC) [module templates](htt
|
|||
* Written as Bicep templates.
|
||||
-->
|
||||
|
||||
|
||||
## Quickstart
|
||||
|
||||
You can use the NoOps Accelerator to deploy [SCCA-compliant landing zones](./src/bicep/platforms/) based on Microsoft's [SACA implementation guidance][saca] and [Mission Landing Zone][mlz] architecture.
|
||||
|
@ -72,18 +71,67 @@ For a quickstart, we suggest a test deployment into the current AZ CLI subscript
|
|||
|
||||
<!-- For more detailed deployment instructions, see our deployment guides for [Bicep](docs/deployment-guide-bicep.md) and [Terraform](docs/deployment-guide-terraform.md). -->
|
||||
|
||||
## Design your own solutions
|
||||
|
||||
NoOps is amaze
|
||||
## Goals and Non-Goals of the NoOps Project
|
||||
|
||||
- be amazing
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
NoOps is amaze. Definitions of NoOps primitives. @matross-ghes
|
||||
|
||||
### Architecture
|
||||
|
||||
a few useful pictures here.
|
||||
|
||||
### Telemetry
|
||||
|
||||
Microsoft can identify the deployments of the Azure Resource Manager and Bicep templates with the deployed Azure resources. Microsoft can correlate these resources used to support the deployments. Microsoft collects this information to provide the best experiences with their products and to operate their business. The telemetry is collected through [customer usage attribution](https://docs.microsoft.com/azure/marketplace/azure-partner-customer-usage-attribution). The data is collected and governed by Microsoft's privacy policies, located at [https://www.microsoft.com/trustcenter](https://www.microsoft.com/trustcenter).
|
||||
|
||||
If you don't wish to send usage data to Microsoft, you can set the `customerUsageAttribution.enabled` setting to `false` in `global/telemetry.json`.
|
||||
|
||||
Project Bicep [collects telemetry in some scenarios](https://github.com/Azure/bicep/blob/main/README.md#telemetry) as part of improving the product.
|
||||
|
||||
## Product Roadmap
|
||||
|
||||
## Contributing
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
||||
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
||||
the rights to use your contribution. For details, visit <https://cla.opensource.microsoft.com>.
|
||||
|
||||
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
|
||||
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
|
||||
provided by the bot. You will only need to do this once across all repos using our CLA.
|
||||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
||||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
||||
## Feedback, Support, and How to Contact Us
|
||||
|
||||
Please see the [Support and Feedback Guide](https://github.com/Azure/NoOpsAccelerator/blob/update-repo/SUPPORT.md). To report a security issue please see our [security guidance](https://github.com/Azure/NoOpsAccelerator/blob/update-repo/SECURITY.md).
|
||||
|
||||
## Trademarks
|
||||
|
||||
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow
|
||||
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
||||
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
||||
Any use of third-party trademarks or logos are subject to those third-party's policies.
|
||||
|
||||
## Special Thanks and Liner Notes
|
||||
|
||||
This project is greatly influenced by and owes a debt of graititue to the following:
|
||||
|
||||
* [Common Azure Resource Modules Library](aka.ms/carml)
|
||||
* [Azure Landing Zones for Canadian Public Sector](https://github.com/azure/canadapubsecalz)
|
||||
* [Mission Landing Zone][mlz]
|
||||
|
||||
<!-- Below this line is old content for salvaging
|
||||
|
||||
-------------------------------------------------------------------------------------------
|
||||
|
||||
* [Microsoft Support Policy](./SUPPORT.md)
|
||||
|
||||
These templates are created to help organizations move to a continious deployment of infrastructure.
|
||||
|
||||
Azure NoOps Accelerator Architecture supported up to IL6 (Top Secret) - Cloud Only Applications. This flexible foundation is applicable to Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) with characteristics:
|
||||
|
||||
* Cloud-based services hosting sensitive (up to IL6 (Top Secret)) information
|
||||
|
@ -156,14 +204,6 @@ The automation is built with Azure Bicep and Azure Resource Manager template.
|
|||
|
||||
In the [src\bicep](src/bicep) directory contains all of the modules required to deploy NoOps Accelerator components.
|
||||
|
||||
## Telemetry
|
||||
|
||||
Microsoft can identify the deployments of the Azure Resource Manager and Bicep templates with the deployed Azure resources. Microsoft can correlate these resources used to support the deployments. Microsoft collects this information to provide the best experiences with their products and to operate their business. The telemetry is collected through [customer usage attribution](https://docs.microsoft.com/azure/marketplace/azure-partner-customer-usage-attribution). The data is collected and governed by Microsoft's privacy policies, located at [https://www.microsoft.com/trustcenter](https://www.microsoft.com/trustcenter).
|
||||
|
||||
If you don't wish to send usage data to Microsoft, you can set the `customerUsageAttribution.enabled` setting to `false` in `global/telemetry.json`.
|
||||
|
||||
Project Bicep [collects telemetry in some scenarios](https://github.com/Azure/bicep/blob/main/README.md#telemetry) as part of improving the product.
|
||||
|
||||
## Product Roadmap
|
||||
|
||||
See the Projects page for the release timeline and feature areas.
|
||||
|
@ -172,37 +212,6 @@ Here's a summary of what NoOps Accelerator deploys of as of December 2021:
|
|||
|
||||
image
|
||||
|
||||
## Contributing
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
||||
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
||||
the rights to use your contribution. For details, visit <https://cla.opensource.microsoft.com>.
|
||||
|
||||
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
|
||||
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
|
||||
provided by the bot. You will only need to do this once across all repos using our CLA.
|
||||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
||||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
||||
## Feedback, Support, and How to Contact Us
|
||||
|
||||
Please see the [Support and Feedback Guide](https://github.com/Azure/NoOpsAccelerator/blob/update-repo/SUPPORT.md). To report a security issue please see our [security guidance](https://github.com/Azure/NoOpsAccelerator/blob/update-repo/SECURITY.md).
|
||||
|
||||
## This project is influenced by
|
||||
|
||||
* [Common Azure Resource Modules Library](aka.ms/carml)
|
||||
* [Azure Landing Zones for Canadian Public Sector](https://github.com/azure/canadapubsecalz)
|
||||
* [Mission Landing Zone][mlz]
|
||||
|
||||
## Trademarks
|
||||
|
||||
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow
|
||||
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
||||
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
||||
Any use of third-party trademarks or logos are subject to those third-party's policies.
|
||||
|
||||
-->
|
||||
|
||||
[//]: # (************************)
|
||||
|
|
Загрузка…
Ссылка в новой задаче