diff --git a/.devcontainer/073-AgentFrameworkObservabilityWithNewRelic/devcontainer.json b/.devcontainer/073-NewRelicAgentObservability/devcontainer.json similarity index 89% rename from .devcontainer/073-AgentFrameworkObservabilityWithNewRelic/devcontainer.json rename to .devcontainer/073-NewRelicAgentObservability/devcontainer.json index 4e4ec82bb9..05c76fc775 100644 --- a/.devcontainer/073-AgentFrameworkObservabilityWithNewRelic/devcontainer.json +++ b/.devcontainer/073-NewRelicAgentObservability/devcontainer.json @@ -1,6 +1,6 @@ { "image": "mcr.microsoft.com/devcontainers/python:3", - "workspaceFolder": "/workspace/073-AgentFrameworkObservabilityWithNewRelic/Student/Resources", + "workspaceFolder": "/workspace/073-NewRelicAgentObservability/Student/Resources", "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached", "features": { "azure-cli": "latest", diff --git a/README.md b/README.md index 532050f8c2..80a01d3b55 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Here is the current list of What The Hack hackathons available in this repositor - [Building AI Apps with Azure OpenAI & the Azure Ecosystem](/068-AzureOpenAIApps/README.md) - [Build Your Own Copilot](/070-BuildYourOwnCopilot/README.md) - [GitHub Copilot](/071-GitHubCopilot/README.md) +- [New Relic Agent Observability](/073-NewRelicAgentObservability/README.md) ## Infrastructure - [Intro To Kubernetes](/001-IntroToKubernetes/README.md) @@ -98,6 +99,7 @@ Here is the current list of What The Hack hackathons available in this repositor ## Operations - [Azure Monitoring](/007-AzureMonitoring/README.md) - [Datadog On Azure](/059-DatadogOnAzure/README.md) +- [New Relic Agent Observability](/073-NewRelicAgentObservability/README.md) - [DevOps with GitHub](/031-DevOpsWithGitHub/README.md) - [Modern Development and DevOps with GitHub](/065-ModernGitHubDev/README.md) - [DevOps with GitHub Actions](/044-DevOpswithGithubActions/README.md)