Skip to content

Commit a2a57dc

Browse files
authored
Merge pull request #92421 from TerryLanfear/oct1719
Oct1719
2 parents 8935411 + 541f255 commit a2a57dc

File tree

3 files changed

+12
-45
lines changed

3 files changed

+12
-45
lines changed

articles/security/fundamentals/TOC.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,6 @@
123123
href: paas-applications-using-sql.md
124124
- name: IoT
125125
href: iot-overview.md
126-
items:
127-
- name: IoT security best practices
128-
href: https://docs.microsoft.com/azure/iot-accelerators/iot-security-best-practices?toc=/azure/security/toc.json&bc=/azure/security/breadcrumb/toc.json
129-
- name: IoT security
130-
href: https://docs.microsoft.com/azure/iot-accelerators/iot-security-architecture?toc=/azure/security/toc.json&bc=/azure/security/breadcrumb/toc.json#security-in-iot
131-
- name: Secure your IoT deployment
132-
href: https://docs.microsoft.com/azure/iot-accelerators/iot-accelerators-security-deployment?toc=/azure/security/toc.json&bc=/azure/security/breadcrumb/toc.json
133126
- name: Azure Service Fabric security
134127
href: service-fabric-overview.md
135128
items:
@@ -242,8 +235,8 @@
242235
href: ../blueprints/ukofficial-iaaswa-overview.md
243236
- name: PaaS web application
244237
href: ../blueprints/ukofficial-paaswa-overview.md
245-
- name: White papers
246-
href: white-papers.md
238+
- name: Security white papers
239+
href: https://azure.microsoft.com/resources/whitepapers/search/?term=security&type=WhitePaperResource
247240
- name: Azure security services
248241
href: services-technologies.md
249242
- name: Technical overviews

articles/security/fundamentals/infrastructure.md

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The article describes how Microsoft works to secure our Azure datac
44
services: security
55
documentationcenter: na
66
author: TerryLanfear
7-
manager: barbkess
7+
manager: rkarlin
88
editor: TomSh
99

1010
ms.assetid: 61e95a87-39c5-48f5-aee6-6f90ddcd336e
@@ -14,14 +14,15 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: na
1616
ms.workload: na
17-
ms.date: 07/06/2018
17+
ms.date: 10/18/2019
1818
ms.author: terrylan
1919

2020
---
2121

2222
# Azure infrastructure security
2323
Microsoft Azure runs in datacenters managed and operated by Microsoft. These geographically dispersed datacenters comply with key industry standards, such as ISO/IEC 27001:2013 and NIST SP 800-53, for security and reliability. The datacenters are managed, monitored, and administered by Microsoft operations staff. The operations staff has years of experience in delivering the world’s largest online services with 24 x 7 continuity.
2424

25+
## Securing the Azure infrastructure
2526
This series of articles provides information about what Microsoft does to secure the Azure infrastructure. The articles address:
2627

2728
- [Physical security](physical-security.md)
@@ -35,32 +36,8 @@ This series of articles provides information about what Microsoft does to secure
3536
- [Integrity](infrastructure-integrity.md)
3637
- [Data protection](protection-customer-data.md)
3738

38-
## Shared responsibility model
39-
It’s important to understand the division of responsibility between you and Microsoft. On-premises, you own the whole stack, but as you move to the cloud, some responsibilities transfer to Microsoft. The following graphic illustrates the areas of responsibility, according to the type of deployment of your stack (software as a service [SaaS], platform as a service [PaaS], infrastructure as a service [IaaS], and on-premises).
40-
41-
![Graphic showing responsibilities](./media/infrastructure/responsibility-zones.png)
42-
43-
You are always responsible for the following, regardless of the type of deployment:
44-
45-
- Data
46-
- Endpoints
47-
- Account
48-
- Access management
49-
50-
Be sure that you understand the division of responsibility between you and Microsoft in a SaaS, PaaS, and IaaS deployment. For more information, see [Shared responsibilities for cloud computing](https://gallery.technet.microsoft.com/Shared-Responsibilities-81d0ff91/file/225237/1/Shared%20Responsibilities%20for%20Cloud%20Computing%20(2017-04-03).pdf).
51-
5239
## Next steps
53-
To learn more about what Microsoft does to help secure the Azure infrastructure, see:
54-
55-
- [Azure facilities, premises, and physical security](physical-security.md)
56-
- [Azure infrastructure availability](infrastructure-availability.md)
57-
- [Azure information system components and boundaries](infrastructure-components.md)
58-
- [Azure network architecture](infrastructure-network.md)
59-
- [Azure production network](production-network.md)
60-
- [Azure SQL Database security features](infrastructure-sql.md)
61-
- [Azure production operations and management](infrastructure-operations.md)
62-
- [Azure infrastructure monitoring](infrastructure-monitoring.md)
63-
- [Azure infrastructure integrity](infrastructure-integrity.md)
64-
- [Azure customer data protection](protection-customer-data.md)
6540

41+
- Understand your [shared responsibility in the cloud](shared-responsibility.md).
6642

43+
- Learn how [Azure Security Center](https://azure.microsoft.com/services/security-center/) can help you prevent, detect, and respond to threats with increased visibility and control over the security of your Azure resources.

articles/security/fundamentals/overview.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: na
1616
ms.workload: na
17-
ms.date: 10/17/2019
17+
ms.date: 10/18/2019
1818
ms.author: TomSh
1919

2020
---
@@ -89,9 +89,9 @@ Azure Monitor logs can be a useful tool in forensic and other security analysis,
8989
[Azure Advisor](../../advisor/index.yml) is a personalized cloud consultant that helps you to optimize your Azure deployments. It analyzes your resource configuration and usage telemetry. It then recommends solutions to help improve the [performance](../../advisor/advisor-performance-recommendations.md), [security](../../advisor/advisor-security-recommendations.md), and [high availability](../../advisor/advisor-high-availability-recommendations.md) of your resources while looking for opportunities to [reduce your overall Azure spend](../../advisor/advisor-cost-recommendations.md). Azure Advisor provides security recommendations, which can significantly improve your overall security posture for solutions you deploy in Azure. These recommendations are drawn from security analysis performed by [Azure Security Center.](../../security-center/security-center-intro.md)
9090

9191
### Azure Security Center
92-
[Azure Security Center](../../security-center/security-center-intro.md) helps you prevent, detect, and respond to threats with increased visibility into and control over the security of your Azure resources. It provides integrated security monitoring and policy management across your Azure subscriptions, helps detect threats that might otherwise go unnoticed, and works with a broad ecosystem of security solutions.
92+
[Security Center](../../security-center/security-center-intro.md) helps you prevent, detect, and respond to threats with increased visibility into and control over the security of your Azure resources. It provides integrated security monitoring and policy management across your Azure subscriptions, helps detect threats that might otherwise go unnoticed, and works with a broad ecosystem of security solutions.
9393

94-
In addition, Azure Security Center helps with security operations by providing you a single dashboard that surfaces alerts and recommendations that can be acted upon immediately. Often, you can remediate issues with a single click within the Azure Security Center console.
94+
In addition, Security Center helps with security operations by providing you a single dashboard that surfaces alerts and recommendations that can be acted upon immediately. Often, you can remediate issues with a single click within the Security Center console.
9595
## Applications
9696
The section provides additional information regarding key features in application security and summary information about these capabilities.
9797

@@ -282,7 +282,7 @@ You can enable the following diagnostic log categories for NSGs:
282282

283283
- Rules counter: Contains entries for how many times each NSG rule is applied to deny or allow traffic.
284284

285-
### Azure Security Center
285+
### Security Center
286286
[Azure Security Center](../../security-center/security-center-intro.md) continuously analyzes the security state of your Azure resources for network security best practices. When Security Center identifies potential security vulnerabilities, it creates [recommendations](../../security-center/security-center-recommendations.md) that guide you through the process of configuring the needed controls to harden and protect your resources.
287287

288288
## Compute
@@ -317,10 +317,7 @@ Virtual machines need network connectivity. To support that requirement, Azure r
317317
Patch Updates provide the basis for finding and fixing potential problems and simplify the software update management process, both by reducing the number of software updates you must deploy in your enterprise and by increasing your ability to monitor compliance.
318318

319319
### Security policy management and reporting
320-
[Azure Security Center](../../security-center/security-center-intro.md) helps you prevent, detect, and respond to threats, and provides you increased visibility into, and control over, the security of your Azure resources. It provides integrated Security monitoring and policy management across your Azure subscriptions, helps detect threats that might otherwise go unnoticed, and works with a broad ecosystem of security solutions.
321-
322-
### Azure Security Center
323-
Security Center helps you prevent, detect, and respond to threats with increased visibility into and control over the security of your Azure resources. It provides integrated security monitoring and policy management across your Azure subscriptions, helps detect threats that might otherwise go unnoticed, and works with a broad ecosystem of security solutions.
320+
[Security Center](../../security-center/security-center-intro.md) helps you prevent, detect, and respond to threats, and provides you increased visibility into, and control over, the security of your Azure resources. It provides integrated Security monitoring and policy management across your Azure subscriptions, helps detect threats that might otherwise go unnoticed, and works with a broad ecosystem of security solutions.
324321

325322
## Identity and access management
326323
Securing systems, applications, and data begins with identity-based access controls. The identity and access management features that are built into Microsoft business products and services help protect your organizational and personal information from unauthorized access while making it available to legitimate users whenever and wherever they need it.

0 commit comments

Comments
 (0)