diff --git a/app/components/modal/signPublicCloudProductModal.tsx b/app/components/modal/signPublicCloudProductModal.tsx index 40c9e0c8f..3eb4bf858 100644 --- a/app/components/modal/signPublicCloudProductModal.tsx +++ b/app/components/modal/signPublicCloudProductModal.tsx @@ -125,8 +125,9 @@ function SignPublicCloudProductModal({
For the following services;
Cloud compute, storage, and container management services, which will be accessible to the - Ministry’s teams, on the Amazon Web Services platform, through the Government of Canada Cloud Brokering - Service. + Ministry’s teams, on + {provider === Provider.AWS ? 'the Amazon Web Services platform' : 'the Microsoft Azure platform'}, through + the Government of Canada Cloud Brokering Service.
{provider === Provider.AWS ? ( diff --git a/app/helpers/pdfs/emou/BillingMou.tsx b/app/helpers/pdfs/emou/BillingMou.tsx index 0a8ec48f5..d43a8f2fd 100644 --- a/app/helpers/pdfs/emou/BillingMou.tsx +++ b/app/helpers/pdfs/emou/BillingMou.tsx @@ -116,8 +116,9 @@ export default function BillingMou({ product, billing }: { product: Product; bilFor the following services;
Cloud compute, storage, and container management services, which will be accessible to the - Ministry’s teams, on the Amazon Web Services platform, through the Government of Canada Cloud Brokering - Service. + Ministry’s teams, on + {product.provider === Provider.AWS ? 'the Amazon Web Services platform' : 'the Microsoft Azure platform'}, + through the Government of Canada Cloud Brokering Service.
{product.provider === Provider.AWS ? (