diff --git a/src/data/sidenav.json b/src/data/sidenav.json index 28d9f0295..abb8795e7 100644 --- a/src/data/sidenav.json +++ b/src/data/sidenav.json @@ -29,10 +29,6 @@ "displayName": "Automate workflows", "url": "/automate-workflows", "children": [ - { - "displayName": "Orchestrate observability workflows", - "url": "/automate-workflows/workflow-automation" - }, { "displayName": "Tag a set of resources efficiently", "url": "/automate-workflows/5-mins-tag-resources" diff --git a/src/markdown-pages/automate-workflows/index.mdx b/src/markdown-pages/automate-workflows/index.mdx index fc037563e..68f623fc4 100644 --- a/src/markdown-pages/automate-workflows/index.mdx +++ b/src/markdown-pages/automate-workflows/index.mdx @@ -7,8 +7,13 @@ description: '' -When building today's complex systems, you want an easy, predictable way to verify configuration is defined as expected. This concept, Observability as Code, is brought to life through a collection of New Relic-supported orchestration tools, including Terraform, AWS CloudFormation, and a command-line interface. These tools enable you to integrate New Relic into your existing workflows, easing adoption, accelerating deployment, and returning focus to your main job--getting stuff done. +When building today's complex systems, you want an easy, predictable way to verify that your configuration is defined as expected. This concept, Observability as Code, is brought to life through a collection of New Relic-supported orchestration tools, including Terraform, AWS CloudFormation, and a command-line interface. These tools enable you to integrate New Relic into your existing workflows, easing adoption, accelerating deployment, and returning focus to your main job—getting stuff done. + +In addition to our Terraform and CLI guides below, find more automation solutions in our [Developer Toolkit](https://newrelic.github.io/developer-toolkit/). + + + diff --git a/src/markdown-pages/automate-workflows/workflow-automation.mdx b/src/markdown-pages/automate-workflows/workflow-automation.mdx deleted file mode 100644 index a5c4a8c50..000000000 --- a/src/markdown-pages/automate-workflows/workflow-automation.mdx +++ /dev/null @@ -1,89 +0,0 @@ ---- -path: '/automate-workflows/workflow-automation' -title: 'Orchestrate observability workflows' -description: 'Tools to automate your observability ecosystem' -template: 'GuideTemplate' -tileShorthand: - title: 'Orchestrate observability workflows' - description: 'Tools to automate your observability ecosystem' -redirects: - - /use-cases/workflow-automation ---- - -## Define and automate observability - -As the maintainer of an increasingly complex software stack, you need to -pinpoint problems without filtering through all the noise. You need to automate -observability the way you automate infrastructure management, by embedding your -New Relic configuration in code. The [Terraform -Provider](https://www.terraform.io/docs/providers/newrelic/index.html) enables -observability as code -- the ability to monitor, alert, and analyze your -ecosystem in one place, in real time. Built on the New Relic Client, the -Terraform Provider provides a full implementation of APIs that enable you to -create alert policies and conditions, Synthetic monitors and Synthetics alert -conditions, notification policies and more. - -The [Terraform Provider getting started -guide](https://www.terraform.io/docs/providers/newrelic/guides/getting_started.html) -steps you through some fundamental configuration. The [New Relic APM Terraform -module](https://registry.terraform.io/modules/newrelic/apm/newrelic/0.0.4) -provides a monitoring strategy for application resources reporting into New -Relic. - -