Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Oct 3, 2024
1 parent 8093951 commit 776136d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data/compliance/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
"name": "ACI",
"cloud": "Azure",
"full": "Azure Container Instances (ACI)",
"whatis": "Azure Container Instances (ACI) allows developers to quickly run containers in a serverless environment without managing underlying infrastructure. It provides a simple, scalable platform for running containerized applications on demand, supporting both Linux and Windows containers. ACI is ideal for scenarios requiring fast deployment and flexible scaling, similar to AWS ECS"
"whatis": "Azure Container Instances (ACI) allows developers to quickly run containers in a serverless environment without managing underlying infrastructure. It provides a simple, scalable platform for running containerized applications on demand, supporting both Linux and Windows containers."
},
{
"name": "AKS",
"cloud": "Azure",
"full": "Azure Kubernetes Service (AKS)",
"whatis": "Azure Kubernetes Service (AKS) is a fully managed Kubernetes service that simplifies the deployment, scaling, and operation of containerized applications using Kubernetes. It automates tasks like patching, scaling, and node provisioning, allowing developers to focus on application development rather than managing Kubernetes infrastructure. AKS offers seamless integration with Azure services for secure, efficient, and scalable container management, similar to AWS EKS."
"whatis": "Azure Kubernetes Service (AKS) is a fully managed Kubernetes service that simplifies the deployment, scaling, and operation of containerized applications using Kubernetes. It automates tasks like patching, scaling, and node provisioning, allowing developers to focus on application development rather than managing Kubernetes infrastructure. AKS offers seamless integration with Azure services for secure, efficient, and scalable container management."
},
{
"name": "API Management",
Expand All @@ -106,7 +106,7 @@
"name": "Azure AD",
"cloud": "Azure",
"full": "Azure AD",
"whatis": "AWS IAM (Identity and Access Management) is a service that enables you to securely manage access to AWS resources. It allows you to create and control user permissions, defining who can access specific resources and under what conditions. IAM helps ensure security and compliance by enforcing fine-grained access controls across your AWS environment."
"whatis": "Azure Active Directory (Azure AD) is Microsoft's cloud-based identity and access management service that helps organizations manage users and control access to resources. It enables secure single sign-on (SSO), multifactor authentication (MFA), and conditional access policies, providing enhanced security and user experience across applications. Azure AD integrates with on-premises Active Directory, other Microsoft services, and third-party apps to centralize identity management in hybrid and cloud environments."
}
]
}
2 changes: 1 addition & 1 deletion layouts/compliance/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{{ $resourcePages := where $pages "Params.page_type" "service" }}
{{ if $pages }}
{{ range $pages }}
{{ if eq .Params.page_type "cloud" }}
{{ if and (eq .Params.page_type "cloud") (eq .Params.framework $framework.framework) }}
{{ $currCloud := .Params.cloud }}
<section class="mt-4 py-4 px-4 md:px-0">
<div class="container mx-auto max-w-4xl">
Expand Down
2 changes: 1 addition & 1 deletion layouts/compliance/pci-dss.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h2>{{ .Title }}</h2>
<p>
PCI DSS compliance is critical to protecting cardholder data that is processed, stored, and transmitted.
Pulumi can assist you with making your AWS cloud infrastructure PCI DSS compliant. Pulumi can help you identify
Pulumi can assist you with making your {{ .Params.cloud }} cloud infrastructure PCI DSS compliant. Pulumi can help you identify
existing cloud resources that are not in compliance, and it can also enforce compliance policies proactively
before infrastructure is deployed. Get started with Pulumi to use these compliance tools or speak with a
Solutions Architect to get an expert consultation.
Expand Down

0 comments on commit 776136d

Please sign in to comment.