Skip to content

Commit

Permalink
Merge pull request #407 from MicrosoftDocs/master
Browse files Browse the repository at this point in the history
Merge Master to Live
  • Loading branch information
VeronicaWasson authored Aug 1, 2019
2 parents d2e1dac + 33e00a4 commit 26b6cb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Additional examples of first adoption projects include:
- **Dev/test:** Remove dev/test from on-premises environments to give developers control, agility, and self-service capacity.
- **Simple apps (less than five):** Modernize and migrate a simple app to quickly gain developer and operations experience.
- **Performance labs:** When you need high-scale performance in a lab setting, use the cloud to quickly and cost-effectively provision those labs for a short time.
- **Data Platform:** Creating a data lake with scalable compute for analytics, reporting or machine learning workloads.

## Next steps

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Finally, they set up automatic scaling for the app. This ensures that as agents

![Autoscale](./media/contoso-migration-refactor-linux-app-service-mysql/autoscale1.png)

3. They configure the same setting on **APP-SRV-CUS** to ensure that the same behavior applies if the app fails over to the secondary region. The only difference is that they set the instance limit to 1 since this is for failovers only.
3. They configure the same setting on **APP-SRV-CUS** to ensure that the same behavior applies if the app fails over to the secondary region. The only difference is that they set the default instance to 1 since this is for failovers only.

![Autoscale](./media/contoso-migration-refactor-linux-app-service-mysql/autoscale2.png)

Expand Down
3 changes: 2 additions & 1 deletion docs/cloud-adoption/ready/considerations/storage-guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Storage capabilities are critical for supporting workloads and services that are

[Azure Storage](/azure/storage) is the Azure platform's managed service for providing cloud storage. Azure Storage is composed of several core services and supporting features. Storage in Azure is highly available, secure, durable, scalable, and redundant. Review the scenarios and considerations described here to choose the relevant Azure services and the correct architectures to fit your organization's workload, governance, and data storage requirements.

For each application or service you'll deploy to your landing zone environment, use the following decision tree as a starting point to help you determine your storage resources requirements:
<!-- For each application or service you'll deploy to your landing zone environment, use the following decision tree as a starting point to help you determine your storage resources requirements:
![Azure storage decision tree](../../_images/ready/storage-decision-tree.png)
-->

### Key questions

Expand Down
4 changes: 1 addition & 3 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"files": [
"**/*.md",
"**/toc.yml",
"**/toc.experimental.yml",
"**/*context.yml"
],
"exclude": [
Expand Down Expand Up @@ -66,9 +67,6 @@
]
},
"fileMetadata": {
"tocRel": {
"reference-architectures/**.md": "../toc.json"
},
"feedback_product_url": {
"example-scenario/**/*.md": "https://azure-architecture.uservoice.com/forums/918625-architecture-guidance",
"guide/**/*.md": "https://azure-architecture.uservoice.com/forums/918628-cloud-fundamentals",
Expand Down

0 comments on commit 26b6cb5

Please sign in to comment.