From 4deada9e1e91e4f3db6a4e613f4c546c4fc68d6c Mon Sep 17 00:00:00 2001 From: Mike Wickett Date: Thu, 17 Sep 2020 12:40:40 -0400 Subject: [PATCH] Merge pull request #8700 from hashicorp/mw.add-hcs-azure-alert-bar website: update alert bar for HCS prod sku --- website/data/alert-banner.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 8c751cdf2f..01c25f728a 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -3,6 +3,7 @@ export const ALERT_BANNER_ACTIVE = true // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { tag: 'Announcing', - url: 'https://www.hashicorp.com/blog/consul-service-on-azure-general-availability', - text: 'HashiCorp Consul Service on Azure General Availability', + url: 'https://www.hashicorp.com/blog/consul-service-on-azure-production-tier', + text: 'HashiCorp Consul Service on Azure Production SKU', + linkText: 'Learn more', }