├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── img ├── authenticate-vm.png └── skillable-side-panel.png ├── lab └── README.md ├── session-delivery-resources ├── LAB_MANUAL.md └── README.md └── src └── README.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /img/authenticate-vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/img/authenticate-vm.png -------------------------------------------------------------------------------- /img/skillable-side-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/img/skillable-side-panel.png -------------------------------------------------------------------------------- /lab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/lab/README.md -------------------------------------------------------------------------------- /session-delivery-resources/LAB_MANUAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/session-delivery-resources/LAB_MANUAL.md -------------------------------------------------------------------------------- /session-delivery-resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/session-delivery-resources/README.md -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service/HEAD/src/README.md --------------------------------------------------------------------------------