Skip to content

Commit

Permalink
Merge pull request #6070 from Angelines-YG/ayg-may5-validation
Browse files Browse the repository at this point in the history
Validation - May 5th. Metadata/Broken Links
  • Loading branch information
tamarakhader committed May 5, 2022
2 parents 7b276b9 + 2711e5b commit e6ccf0a
Show file tree
Hide file tree
Showing 20 changed files with 160 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/antipatterns/busy-database/index.md
Expand Up @@ -3,10 +3,15 @@ title: Busy Database antipattern
titleSuffix: Performance antipatterns for cloud apps
description: Understand the Busy Database antipattern, which can cause performance and scalability problems by offloading processing to a database server.
author: EdPrice-MSFT
categories: azure
ms.date: 06/05/2017
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: anti-pattern
azureCategories:
- databases
- storage
- compute
products:
- azure-sql-database
- azure-app-service
Expand Down
13 changes: 13 additions & 0 deletions docs/antipatterns/extraneous-fetching/index.md
Expand Up @@ -3,10 +3,23 @@ title: Extraneous Fetching antipattern
titleSuffix: Azure Architecture Center
description: Learn about ways to mitigate the Extraneous Fetching antipattern, the common design flaw of fetching more data than needed for a business operation.
author: dragon119
categories: azure
ms.date: 06/05/2017
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: anti-pattern
azureCategories:
- databases
- storage
- web
- compute
- devops
products:
- azure-sql-database
- azure-app-service
- azure-front-door
- azure-functions
- azure-table-storage
ms.custom:
- article
- seo-aac-fy21q3
Expand Down
8 changes: 8 additions & 0 deletions docs/antipatterns/improper-instantiation/index.md
Expand Up @@ -3,12 +3,20 @@ title: Improper Instantiation antipattern
titleSuffix: Azure Architecture Center
description: Avoid continually creating new instances of an object that is meant to be created once and then shared.
author: EdPrice-MSFT
categories: azure
ms.date: 06/05/2017
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: anti-pattern
azureCategories:
- analytics
- compute
- databases
- storage
- web
products:
- azure-cache-redis
- azure-cosmos-db
ms.custom:
- article
- seo-aac-fy21q3
Expand Down
5 changes: 5 additions & 0 deletions docs/antipatterns/monolithic-persistence/index.md
Expand Up @@ -3,10 +3,15 @@ title: Monolithic Persistence antipattern
titleSuffix: Azure Architecture Center
description: Understand the Monolithic Persistence antipattern, which can hurt performance by putting all of an application's data into a single data store.
author: EdPrice-MSFT
categories: azure
ms.date: 06/05/2017
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: anti-pattern
azureCategories:
- analytics
- storage
- web
products:
- aspnet
- azure-cache-redis
Expand Down
5 changes: 5 additions & 0 deletions docs/antipatterns/synchronous-io/index.md
Expand Up @@ -3,10 +3,15 @@ title: Synchronous I/O antipattern
titleSuffix: Performance antipatterns for cloud apps
description: Blocking the calling thread while I/O completes can reduce performance and affect vertical scalability.
author: EdPrice-MSFT
categories: azure
ms.date: 06/05/2017
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: anti-pattern
azureCategories:
- analytics
- storage
- web
products:
- azure-blob-storage
ms.custom:
Expand Down
13 changes: 13 additions & 0 deletions docs/aws-professional/accounts.md
Expand Up @@ -3,10 +3,23 @@ title: AWS vs. Azure accounts and subscriptions
description: Learn the differences in accounts and subscriptions between Azure and AWS. Understand the types of administrator accounts in Azure.
author: bigkangji
ms.author: pnp
categories: azure
ms.date: 10/04/2021
ms.topic: reference
ms.service: architecture-center
ms.subservice: cloud-fundamentals
azureCategories:
- analytics
- management and governance
- security
- storage
- web
products:
- azure-blob-storage
- azure-storage-accounts
- azure-managed-applications
ms.custom:
- article
---

# Azure and AWS accounts and subscriptions
Expand Down
12 changes: 12 additions & 0 deletions docs/aws-professional/databases.md
Expand Up @@ -3,10 +3,22 @@ title: Compare AWS and Azure database technology
description: Compare database technology differences between Azure and AWS. Review the RDS and Azure relational database services. See equivalents for analytics and big data.
author: splitfinity
ms.author: pnp
categories: azure
ms.date: 09/17/2021
ms.topic: reference
ms.service: architecture-center
ms.subservice: cloud-fundamentals
azureCategories:
- analytics
- database
- storage
- web
products:
- azure-sql-database
- azare-storage-accounts
- azure-managed-applications
ms.custom:
- article
---

# Relational database technologies on Azure and AWS
Expand Down
12 changes: 12 additions & 0 deletions docs/aws-professional/index.md
Expand Up @@ -2,11 +2,23 @@
title: Azure for AWS professionals
description: Learn the basics of Microsoft Azure accounts, platform, and services, and key similarities and differences between the AWS and Azure platforms.
author: EdPrice-MSFT
categories: azure
ms.author: pnp
ms.date: 03/15/2020
ms.topic: reference
ms.service: architecture-center
ms.subservice: cloud-fundamentals
azureCategories:
- analytics
- compute
- developer-tools
- devops
- networking
- web
products:
- azure-devops
- azare-dev-tool-integrations
- azure-managed-applications
ms.custom:
- fcp
---
Expand Down
13 changes: 13 additions & 0 deletions docs/aws-professional/resources.md
Expand Up @@ -2,10 +2,23 @@
title: Compare AWS and Azure resource management
description: Compare resource management between Azure and AWS. See the difference between Azure resource groups and AWS resource groups. Explore Azure management interfaces.
author: EdPrice-MSFT
categories: azure
ms.date: 05/21/2020
ms.topic: reference
ms.service: architecture-center
ms.subservice: cloud-fundamentals
azureCategories:
- analytics
- compute
- developer-tools
- devops
- networking
- web
products:
- azure-devops
- azare-dev-tool-integrations
- azure-managed-applications
- azure-resource-manager
---

# Resource management on Azure and AWS
Expand Down
4 changes: 4 additions & 0 deletions docs/best-practices/api-implementation.md
Expand Up @@ -4,10 +4,14 @@ titleSuffix: Best practices for cloud applications
description: Learn about best practices for implementing a web API and publishing it to make it available to client applications.
author: EdPrice-MSFT
ms.author: pnp
categories: azure
ms.date: 07/13/2016
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: best-practice
azureCategories:
- compute
- web
products:
- aspnet
- azure-encoding
Expand Down
4 changes: 4 additions & 0 deletions docs/best-practices/background-jobs.md
Expand Up @@ -4,9 +4,13 @@ titleSuffix: Best practices for cloud applications
description: Learn about background tasks that run independently of the user interface, such as batch jobs, intensive processing tasks, and long-running processes.
author: EdPrice-MSFT
ms.date: 11/05/2018
categories: azure
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: best-practice
azureCategories:
- compute
- security
products:
- azure-virtual-machines
ms.custom:
Expand Down
8 changes: 8 additions & 0 deletions docs/best-practices/transient-faults.md
Expand Up @@ -4,10 +4,18 @@ titleSuffix: Best practices for cloud applications
description: Learn how to handle transient faults when connecting to resources, caused by loss of network connectivity, temporary unavailability, or timeouts.
author: EdPrice-MSFT
ms.author: pnp
categories: azure
ms.date: 07/13/2016
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: best-practice
azureCategories:
- databases
- security
- web
products:
- azure-cloud-services
- azure-virtual-machines
ms.custom:
- best-practice
---
Expand Down
6 changes: 6 additions & 0 deletions docs/data-guide/scenarios/advanced-analytics.md
Expand Up @@ -3,10 +3,16 @@ title: Advanced analytics
description: Use mathematical, probabilistic, and statistical modeling techniques to enable predictive processing and automated decision making.
author: EdPrice-MSFT
ms.author: pnp
categories: azure
ms.date: 02/12/2018
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: azure-guide
azureCategories:
- analytics
- ai-machine-learning
- databases
- storage
products:
- azure-machine-learning
ms.custom:
Expand Down
Expand Up @@ -3,6 +3,7 @@ title: Build a scalable system for massive data
description: Learn how to use Azure services to build scalable, resilient, and affordable high-available systems that handle massive amounts of data.
author: nabilshams
ms.author: nasiddi
categories: azure
ms.date: 09/14/2021
ms.topic: conceptual
ms.service: architecture-center
Expand Down
8 changes: 8 additions & 0 deletions docs/data-guide/scenarios/csv-and-json.md
Expand Up @@ -2,10 +2,18 @@
title: Processing CSV and JSON files
description: Learn about CSV and JSON files, the most common formats for ingesting, exchanging, and storing unstructured or semi-structured data.
author: zoinerTejada
categories: azure
ms.date: 02/12/2018
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: azure-guide
azureCategories:
- analytics
- databases
- storage
products:
- azure-sql-database
- azure-storage
ms.custom:
- guide
---
Expand Down
18 changes: 14 additions & 4 deletions docs/data-guide/scenarios/data-transfer.md
Expand Up @@ -2,11 +2,21 @@
title: Choose a data transfer technology
description: Learn about Azure data transfer options like Import/Export, Data Box, Data Factory, and command line and graphical interface tools.
author: EdPrice-MSFT
ms.author: pnp
ms.date: 11/20/2019
ms.author: edprice
categories: azure
ms.date: 05/06/2022
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: azure-guide
azureCategories:
- analytics
- compute
- databases
- storage
products:
- azure-cloud-services
- azure-sql-database
- azure-storage
ms.custom:
- guide
---
Expand All @@ -29,7 +39,7 @@ If your primary concern is how long it will take to transfer your data, you may

There are two main options for physically transporting data to Azure:

- **Azure Import/Export**. The [Azure Import/Export service](/azure/storage/common/storage-import-export-service) lets you securely transfer large amounts of data to Azure Blob Storage or Azure Files by shipping internal SATA HDDs or SDDs to an Azure datacenter. You can also use this service to transfer data from Azure Storage to hard disk drives and have these shipped to you for loading on-premises.
- **Azure Import/Export**. The [Azure Import/Export service](/azure/import-export/storage-import-export-service) lets you securely transfer large amounts of data to Azure Blob Storage or Azure Files by shipping internal SATA HDDs or SDDs to an Azure datacenter. You can also use this service to transfer data from Azure Storage to hard disk drives and have these shipped to you for loading on-premises.

- **Azure Data Box**. [Azure Data Box](https://azure.microsoft.com/services/storage/databox) is a Microsoft-provided appliance that works much like the Azure Import/Export service. Microsoft ships you a proprietary, secure, and tamper-resistant transfer appliance and handles the end-to-end logistics, which you can track through the portal. One benefit of the Azure Data Box service is ease of use. You don't need to purchase several hard drives, prepare them, and transfer files to each one. Azure Data Box is supported by a number of industry-leading Azure partners to make it easier to seamlessly use offline transport to the cloud from their products.

Expand All @@ -41,7 +51,7 @@ Consider these options when you want scripted and programmatic data transfer.

- **AzCopy**. Use AzCopy from a [Windows](/azure/storage/common/storage-use-azcopy) or [Linux](/azure/storage/common/storage-use-azcopy-linux) command-line to easily copy data to and from Azure Blob, File, and Table storage with optimal performance. AzCopy supports concurrency and parallelism, and the ability to resume copy operations when interrupted. You can also use AzCopy to copy data from AWS to Azure. For programmatic access, the [Microsoft Azure Storage Data Movement Library](/azure/storage/common/storage-use-data-movement-library) is the core framework that powers AzCopy. It is provided as a .NET Core library.

- **PowerShell**. The [`Start-AzureStorageBlobCopy` PowerShell cmdlet](/powershell/module/azure.storage/start-azurestorageblobcopy?view=azurermps-5.0.0) is an option for Windows administrators who are used to PowerShell.
- **PowerShell**. The [`Start-AzureStorageBlobCopy` PowerShell cmdlet](/powershell/module/azure.storage/start-azurestorageblobcopy?view=azurermps-5.0.0&preserve-view=true) is an option for Windows administrators who are used to PowerShell.

- **AdlCopy**. [AdlCopy](/azure/data-lake-store/data-lake-store-copy-data-azure-storage-blob) enables you to copy data from Azure Storage Blobs into Data Lake Store. It can also be used to copy data between two Azure Data Lake Store accounts. However, it cannot be used to copy data from Data Lake Store to Storage Blobs.

Expand Down
7 changes: 7 additions & 0 deletions docs/data-guide/scenarios/hybrid-on-premises-and-cloud.md
Expand Up @@ -3,10 +3,17 @@ title: Extend on-premises data solutions to the cloud
description: Learn about using hybrid cloud environments that span cloud and on-premises datacenters for migrating to the cloud or extending on-premises infrastructures.
author: EdPrice-MSFT
ms.author: pnp
categories: azure
ms.date: 02/12/2018
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: azure-guide
azureCategories:
- analytics
- compute
- databases
- storage
- web
products:
- azure-stack
ms.custom:
Expand Down
6 changes: 6 additions & 0 deletions docs/data-guide/scenarios/interactive-data-exploration.md
Expand Up @@ -3,10 +3,16 @@ title: Interactive data exploration
description: Learn about interactive data exploration tools and platforms that provide low-latency batch processing for ad-hoc queries and data visualizations.
author: EdPrice-MSFT
ms.author: pnp
categories: azure
ms.date: 02/12/2018
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: azure-guide
azureCategories:
- analytics
- compute
- databases
- storage
products:
- power-bi
ms.custom:
Expand Down
14 changes: 14 additions & 0 deletions docs/data-guide/scenarios/securing-data-solutions.md
Expand Up @@ -3,10 +3,24 @@ title: Secure data solutions
description: Learn about data protection, access control, auditing, and Azure services and tools that help you secure data assets.
author: EdPrice-MSFT
ms.author: pnp
categories: azure
ms.date: 11/20/2019
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: azure-guide
azureCategories:
- analytics
- compute
- databases
- management and governance
- security
- storage
products:
- azure-sql-database
- azure-encoding
- azure-firewall
- azure-monitor
- azure-security-center
ms.custom:
- guide
---
Expand Down
3 changes: 2 additions & 1 deletion docs/databricks-monitoring/dashboards.md
Expand Up @@ -3,11 +3,12 @@ title: Dashboards to visualize Azure Databricks metrics
description: Learn how to set up a Grafana dashboard to monitor performance of Azure Databricks jobs. Azure Databricks is an Apache Spark-based analytics service.
author: EdPrice-MSFT
ms.author: pnp
categories: azure
ms.date: 12/17/2021
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: azure-guide
ms.category:
azureCategories:
- databases
- management-and-governance
products:
Expand Down

0 comments on commit e6ccf0a

Please sign in to comment.