Skip to content

Commit 6196203

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-master
2 parents a65f883 + b8e4525 commit 6196203

29 files changed

+209
-196
lines changed

.gitattributes

+8-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
*.c text
77
*.h text
88

9+
# Denote all files that are truly binary and should not be modified.
10+
*.gif binary
11+
*.ico binary
12+
*.jpg binary
13+
*.png binary
14+
915
# Declare files that will always have CRLF line endings on checkout.
1016
*.sln text eol=crlf
1117

12-
# Denote all files that are truly binary and should not be modified.
13-
*.png binary
14-
*.jpg binary
18+
# DOCS Specific Settings
19+
# .openpublishing.redirection.json merge=union
File renamed without changes.

.github/CODE_OF_CONDUCT.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
2+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

.github/CONTRIBUTING.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Contributing to Microsoft Azure Documentation
2+
3+
Thank you for taking the time to contribute to the Microsoft Azure documentation.
4+
5+
This guide covers some general topics around contribution and refers out to our [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations where relevant.
6+
7+
## Code of Conduct
8+
9+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
10+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
11+
12+
## How can I contribute?
13+
14+
There are a variety of ways to contribute to the documentation, review the sections below to find out which one is right for you.
15+
16+
### Reporting Bugs and Suggesting Enhancements
17+
18+
Please use the Feedback tool at the bottom of any article to submit bugs and suggestions.
19+
20+
![Feedback Tool](media/feedback-tool.png)
21+
22+
### Editing in GitHub
23+
24+
Follow the guidance for [Quick edits to existing documents](https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents) in our contributors guide.
25+
26+
### Pull Request
27+
28+
Review the guidance for [Pull Requests](https://docs.microsoft.com/contribute/how-to-write-workflows-major#pull-request-processing) in our contributors guide.
File renamed without changes.

LICENSE renamed to .github/LICENSE

File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/media/feedback-tool.png

15.4 KB
Loading

.gitignore

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1+
# Operating System files
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Visual Studio and VS Code files
6+
.settings.json
7+
.vscode/*
8+
.vs/*
19
log/
210
obj/
3-
_site/
11+
12+
# APEX and OPS Files
13+
.migrationtemp
14+
.openpublishing.buildcore.ps1
415
.optemp/
5-
_themes*/
616
_repo.*/
7-
8-
.openpublishing.buildcore.ps1
17+
_site/
18+
_themes*/
19+
_themes.MSDN.Modern/
20+
_themes.VS.Modern/
21+
articles/directories.txt
22+
AzureMigration.ps1

.vscode/arduino.json

-5
This file was deleted.

.vscode/c_cpp_properties.json

-20
This file was deleted.

.vscode/settings.json

-3
This file was deleted.

FETCH_HEAD

Whitespace-only changes.

README.md

+19-34
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,34 @@
1-
## Microsoft Open Source Code of Conduct
1+
# Microsoft Azure Documentation
22

3-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
5-
6-
## Contribute to Azure technical documentation
7-
We welcome contributions from our community as well as from Microsoft employees from outside the documentation teams. How you contribute depends on who you are and the sort of changes you'd like to contribute:
8-
9-
* **Community - minor updates**: If you are contributing minor updates out of the goodness of your heart, you can find the article in this repository, or visit the article on [https://docs.microsoft.com/azure](https://docs.microsoft.com/azure) and click the **Edit** link in the article that goes to the GitHub source for the article. Then, just use the GitHub UI to make your updates. Or, you are welcome to fork the repository and submit updates from your fork. See our general [contributor guide](https://docs.microsoft.com/contribute/) for more information.
3+
Welcome to the open source [documentation](https://docs.microsoft.com/azure) of [Microsoft Azure](https://azure.microsoft.com). Please review this README file to understand how you can assist in contributing to the Microsoft Azure documentation.
104

11-
* **Community - new articles + major changes**: If you're part of the Azure community and you want to create a new article or submit major changes, please submit an issue to start a conversation with the documentation team. Once you've agreed to a plan, you'll need to work with an employee to help bring that new content in through a combination of work in the public and private repositories.
5+
## Getting Started
126

13-
* **Employees**: If you are a technical writer, program manager, or developer from the product team for an Azure service and it's your job to contribute to or author technical articles, you should use the private repository (https://github.com/MicrosoftDocs/azure-docs-pr). Employees from other parts of the Microsoft world should use the public repo for minor updates.
7+
Contributing to open source is more than just providing updates, it's also letting us know when there is an issue. Read our [Contributing guidance](.github/CONTRIBUTING.md) to find out more.
148

15-
## About your contributions to Azure content
16-
### Minor corrections
17-
Minor corrections or clarifications you submit for documentation and code examples in this repo are covered by the [docs.microsoft.com Terms of Use](https://docs.microsoft.com/legal/termsofuse).
9+
### Prerequisites
1810

19-
### Larger submissions from community members
20-
If you submit a pull request with significant changes to documentation and code examples, you'll see a message in the pull request asking you to submit an online contribution license agreement (CLA). We need you to complete the online form before we can review your pull request.
11+
You've decided to provide a contribution, that's great! There are a few tools which are needed to contribute to the documentation.
2112

22-
## Tools and setup
23-
Community contributors can use the GitHub UI or fork the repo to contribute - more information is available in our [contributor guide](https://docs.microsoft.com/contribute).
13+
Contributing to the documentation requires a GitHub account, if you don't have an account, follow the instructions for [GitHub account setup](https://docs.microsoft.com/contribute/get-started-setup-github) from our contributor guide.
2414

25-
## Repository organization
26-
The content in the azure-docs repository follows the organization of documentation on https://docs.microsoft.com/azure. This repository contains two root folders:
15+
#### Download
2716

28-
### \articles
29-
The *\articles* folder contains the documentation articles formatted as markdown files with an *.md* extension. Articles are typically grouped by Azure service.
17+
Install the following tools:
3018

31-
The *\articles* folder contains the *\media* folder for root directory article media files, inside which are subfolders with the images for each article. The service folders contain a separate media folder for the articles within each service folder. The article image folders are named identically to the article file, minus the *.md* file extension.
19+
* [Git](https://git-scm.com/download)
20+
* [Visual Studio Code](https://code.visualstudio.com/Download)
21+
* [Docs Authoring Pack](https://marketplace.visualstudio.com/items?itemName=docsmsft.docs-authoring-pack) extension for Visual Studio Code
3222

33-
### \includes
34-
You can create reusable content sections to be included in one or more articles.
23+
#### Install
3524

36-
## How to use markdown to format your topic
37-
All the articles in this repository use GitHub flavored markdown. If you are not familiar with markdown, see:
25+
Follow the instructions provided in the [Install content authoring tools](https://docs.microsoft.com/contribute/get-started-setup-tools) from our contributor guide.
3826

39-
* [Markdown basics](https://help.github.com/articles/markdown-basics/)
40-
* [Printable markdown cheatsheet](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf)
27+
## License
4128

29+
Please refer to [LICENSE](.github/LICENSE), [LICENSE-CODE](.github/LICENSE-CODE) and [ThirdPartyNotices](.github/ThirdPartyNotices) for all Licensing information.
4230

43-
## Labels
44-
In the public azure-docs repository, automated labels are assigned to pull requests to help us manage the pull request workflow and to help let you know what's going on with your pull request:
45-
46-
* **Change sent to author**: The author has been notified of the pending pull request.
47-
* **ready-to-merge**: Ready for review by our pull request review team.
48-
31+
## Code of Conduct
4932

33+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
34+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

articles/analysis-services/analysis-services-overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: minewiskan
55
manager: kfile
66
ms.service: azure-analysis-services
77
ms.topic: overview
8-
ms.date: 08/27/2018
8+
ms.date: 10/03/2018
99
ms.author: owend
1010
ms.reviewer: minewiskan
1111
#Customer intent: As a BI developer, I want to determine if Azure Analysis Services is the best data modeling platform for our organization.
@@ -98,6 +98,7 @@ Azure Analysis Services is supported in regions throughout the world. Supported
9898
|Region | Supported plans | Query replicas (Standard plans only) |
9999
|---------|---------|:---------:|
100100
|Australia Southeast | B1, B2, S0, S1, S2, S4, D1 | 1 |
101+
|Australia East | B1, B2, S0, S1, S2, S4 <br>S8, S9 | 3<br>1 |
101102
|Japan East | B1, B2, S0, S1, S2, S4, D1 | 1 |
102103
|Southeast Asia | B1, B2, S0, S1, S2, S4, S8, S9, D1 | 1 |
103104
|West India | B1, B2, S0, S1, S2, S4, D1 | 1 |

articles/backup/backup-azure-central-reporting-updates.md

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Updating Azure Backup Central Reporting Content Pack
3-
description: Information about updates to Azure Backup Content Pack in Power BI
2+
title: Update the Azure Backup central reporting content pack
3+
description: Information about updates to the Azure Backup content pack in Power BI
44
services: backup
55
documentationcenter: ''
66
author: adigan
@@ -17,25 +17,24 @@ ms.date: 07/24/2018
1717
ms.author: adigan;
1818

1919
---
20-
# Updating Azure Backup Central Reporting Content Pack
20+
# Update the Azure Backup central reporting content pack
2121

22-
[Azure Backup Content Pack](https://docs.microsoft.com/azure/backup/backup-azure-configure-reports#view-reports-in-power-bi) can be used to view reports about backup centrally. The content pack is updated regularly to add more features, and for bug fixes. This article leads you through the steps to update the Content Pack, to delay the update, and the updates that are made over time.
22+
The [Azure Backup content pack](https://docs.microsoft.com/azure/backup/backup-azure-configure-reports#view-reports-in-power-bi) can be used to view reports about central backup. The content pack is updated regularly to add more features and fix bugs. This article tells you how to update the content pack. It also tells you how to postpone the update and see the updates made over time.
2323

24-
## How to get updates to the content pack
24+
## Get updates to the content pack
2525

26-
### To get the updated content pack
27-
Your copy of the content pack will get updated automatically if you have not made any changes to it.
28-
In case the content pack has been changed, you will get a notification in PowerBI, and an email notification about the same. You can choose to get the updated content pack as per your convenience.
26+
### Get the updated content pack
27+
If you haven't made any changes to your copy of the content pack, it updates automatically. When the content pack changes, you receive a notification in Power BI and an email notification. You can choose to get the updated content pack at your convenience.
2928

30-
### To delay the update
31-
The best practice is to import the content pack into a [custom workspace](https://youtu.be/26zyOtyHPJM?t=1m57s). You now have the ability to edit the reports.
32-
As mentioned above, if the content pack is changed, you see a notification in PowerBI. You can choose to get the content pack later.
29+
### Postpone the update
30+
The best practice is to import the content pack into a [custom workspace](https://youtu.be/26zyOtyHPJM?t=1m57s). You can now edit the reports.
31+
As previously mentioned, if the content pack changes, you see a notification in Power BI. You can choose to get the content pack later.
3332

34-
## Coming Soon
33+
## Coming soon
3534

36-
Azure Backup Content Pack is being updated to support more workloads, as SQL in IaaS VM backup, and SC DPM, in addition to the current support for MAB and Azure VM Backup. This means that you will soon be able to view and analyze data all your backup data at one central place. The [reports can also be customized](https://youtu.be/26zyOtyHPJM) to suit the needs of your organization.
35+
The Azure Backup content pack is updated to support more workloads. Workloads include Azure SQL Database for IaaS VM backup and System Center Data Protection Manager. This support adds to the current support for Azure backup and Azure VM backups. This support means that you can view and analyze all your backup data in one central place. [Reports also can be customized](https://youtu.be/26zyOtyHPJM) to suit the needs of your organization.
3736

38-
To make the reports more meaningful across workloads, the set of reports pre-configured with Azure Backup Content Pack is being changed. A sneak peek into the upcoming set of reports is available here:
37+
The preconfigured reports that come with the Azure Backup content pack are changing. The changes make the reports more meaningful across workloads. A sneak peek at the upcoming set of reports is available here.
3938

4039
### Summary
4140

@@ -53,8 +52,8 @@ To make the reports more meaningful across workloads, the set of reports pre-con
5352

5453
![Storage](.\media\backup-azure-central-reporting\AzBackup-Central-Reporting-Storage.png)
5554

56-
### Backup Items
57-
![BackupItems](.\media\backup-azure-central-reporting\AzBackup-Central-Reporting-BackupItem.png)
55+
### Backup items
56+
![Backup items](.\media\backup-azure-central-reporting\AzBackup-Central-Reporting-BackupItem.png)
5857

5958
### Alerts
6059

@@ -65,7 +64,7 @@ To make the reports more meaningful across workloads, the set of reports pre-con
6564
![Jobs](.\media\backup-azure-central-reporting\AzBackup-Central-Reporting-Jobs.png)
6665

6766

68-
## Next Steps:
67+
## Next steps
6968

70-
* [Share Reports across your organisation](https://youtu.be/26zyOtyHPJM)
69+
* [Share reports across your organization](https://youtu.be/26zyOtyHPJM)
7170
* [Azure Backup FAQ](backup-azure-backup-faq.md)

0 commit comments

Comments
 (0)