├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── docs └── assets │ ├── eae-logo-stack.png │ ├── eae-logo.png │ └── sa-icon-purple.png └── industry ├── README.md ├── financial.md ├── healthcare.md ├── manufacturing.md └── retail.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /docs/assets/eae-logo-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/docs/assets/eae-logo-stack.png -------------------------------------------------------------------------------- /docs/assets/eae-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/docs/assets/eae-logo.png -------------------------------------------------------------------------------- /docs/assets/sa-icon-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/docs/assets/sa-icon-purple.png -------------------------------------------------------------------------------- /industry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/industry/README.md -------------------------------------------------------------------------------- /industry/financial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/industry/financial.md -------------------------------------------------------------------------------- /industry/healthcare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/industry/healthcare.md -------------------------------------------------------------------------------- /industry/manufacturing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/industry/manufacturing.md -------------------------------------------------------------------------------- /industry/retail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Early-Access-Engineering/HEAD/industry/retail.md --------------------------------------------------------------------------------