├── .github ├── instructions │ └── MSLearn.instructions.md └── workflows │ └── add-to-project.yml ├── .gitignore ├── AGENTS.md ├── CODE_OF_CONDUCT.md ├── LICENSE ├── LICENSE-DOCS ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── img ├── Banner-ignite-25.png ├── Learn-mcp-allow.png └── start-mcp-server.png └── src └── readme.md /.github/instructions/MSLearn.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/.github/instructions/MSLearn.instructions.md -------------------------------------------------------------------------------- /.github/workflows/add-to-project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/.github/workflows/add-to-project.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/.gitignore -------------------------------------------------------------------------------- /AGENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/AGENTS.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-DOCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/LICENSE-DOCS -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /img/Banner-ignite-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/img/Banner-ignite-25.png -------------------------------------------------------------------------------- /img/Learn-mcp-allow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/img/Learn-mcp-allow.png -------------------------------------------------------------------------------- /img/start-mcp-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/img/start-mcp-server.png -------------------------------------------------------------------------------- /src/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ignite25-next-steps/HEAD/src/readme.md --------------------------------------------------------------------------------