Skip to content

Commit af6e390

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into geo-ai-dsvm-overview
2 parents bde354e + 467c784 commit af6e390

File tree

72 files changed

+654
-1787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+654
-1787
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
"redirect_url": "/azure/storage/common/storage-use-azcopy-v10",
1616
"redirect_document_id": false
1717
},
18+
{
19+
"source_path": "articles/machine-learning/service/how-to-load-data.md",
20+
"redirect_url": "/azure/machine-learning/service/how-to-create-register-datasets",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/machine-learning/service/how-to-transform-data.md",
25+
"redirect_url": "/azure/machine-learning/service/how-to-create-register-datasets",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "articles/machine-learning/service/how-to-write-data.md",
30+
"redirect_url": "/azure/machine-learning/service/how-to-create-register-datasets",
31+
"redirect_document_id": false
32+
},
1833
{
1934
"source_path": "articles/machine-learning/data-science-virtual-machine/deep-learning-dsvm-overview.md",
2035
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/overview",

articles/active-directory/develop/authentication-national-cloud.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: conceptual
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
16-
ms.date: 05/07/2019
16+
ms.date: 08/28/2019
1717
ms.author: negoe
1818
ms.reviewer: negoe,CelesteDG
1919
ms.custom: aaddev
@@ -65,9 +65,6 @@ You can form requests to the Azure AD authorization or token endpoints by using
6565

6666
For single-tenant applications, replace "common" in the previous URLs with your tenant ID or name. An example is `https://login.microsoftonline.de/contoso.com`.
6767

68-
> [!NOTE]
69-
> The [Azure AD v2.0 authorization]( https://docs.microsoft.com/azure/active-directory/develop/active-directory-appmodel-v2-overview) and token endpoints are available only for the global service. They're not supported for national cloud deployments.
70-
7168
## Microsoft Graph API
7269

7370
To learn how to call the Microsoft Graph APIs in a national cloud environment, go to [Microsoft Graph in national cloud deployments](https://developer.microsoft.com/graph/docs/concepts/deployments).

articles/active-directory/develop/v1-protocols-oauth-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ Access Tokens are short-lived and must be refreshed after they expire to continu
275275

276276
Refresh tokens do not have specified lifetimes. Typically, the lifetimes of refresh tokens are relatively long. However, in some cases, refresh tokens expire, are revoked, or lack sufficient privileges for the desired action. Your application needs to expect and handle errors returned by the token issuance endpoint correctly.
277277

278+
[!NOTE] Access token lifetimes can be found here : https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-configurable-token-lifetimes#configurable-token-lifetime-properties The default for access tokens is 1 hour and the default for refresh tokens is 90 days. These lifetimes can be changed by configuring the token lifetimes accordingly.
279+
278280
When you receive a response with a refresh token error, discard the current refresh token and request a new authorization code or access token. In particular, when using a refresh token in the Authorization Code Grant flow, if you receive a response with the `interaction_required` or `invalid_grant` error codes, discard the refresh token and request a new authorization code.
279281

280282
A sample request to the **tenant-specific** endpoint (you can also use the **common** endpoint) to get a new access token using a refresh token looks like this:

articles/analysis-services/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Azure Analysis Services Documentation
2-
href: index.md
2+
href: index.yml
33
- name: Overview
44
items:
55
- name: What is Azure Analysis Services?

articles/analysis-services/index.md

Lines changed: 0 additions & 116 deletions
This file was deleted.

articles/analysis-services/index.yml

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
### YamlMime:Landing
2+
3+
title: Azure Analysis Services documentation
4+
summary: Learn how to set up data modeling with Analysis Services in the cloud. Documentation shows you how to create an enterprise BI solution by using tabular data models.
5+
6+
metadata:
7+
title: Azure Analysis Services Documentation - Concepts, how-to guides, tutorials, API reference
8+
description: Azure Analysis Services is a fully managed platform as a service (PaaS) that provides enterprise-grade data models in the cloud.
9+
ms.service: analysis-services
10+
ms.topic: landing-page
11+
ms.collection:
12+
author: minewiskan
13+
ms.author: owend
14+
manager: mtillman
15+
ms.date: 08/28/2019
16+
17+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
18+
19+
landingContent:
20+
# Cards and links should be based on top customer tasks or top subjects
21+
# Start card title with a verb
22+
# Card
23+
- title: About Azure Analysis Services
24+
linkLists:
25+
- linkListType: overview
26+
links:
27+
- text: What is Azure Analysis Services?
28+
url: analysis-services-overview.md
29+
30+
# Card
31+
- title: Get started
32+
linkLists:
33+
- linkListType: quickstart
34+
links:
35+
- text: Create a server - Portal
36+
url: analysis-services-create-server.md
37+
- text: Create a server - PowerShell
38+
url: analysis-services-create-powershell.md
39+
- text: Configure server firewall - Portal
40+
url: analysis-services-qs-firewall.md
41+
42+
# Card
43+
- title: Understand
44+
linkLists:
45+
- linkListType: concept
46+
links:
47+
- text: Authentication and user permissions
48+
url: analysis-services-manage-users.md
49+
- text: Automation with service principals
50+
url: analysis-services-service-principal.md
51+
- text: Connecting to on-premises data sources
52+
url: analysis-services-gateway.md
53+
54+
# Card
55+
- title: Manage and connect
56+
linkLists:
57+
- linkListType: tutorial
58+
links:
59+
- text: Configure server administrator and user roles
60+
url: tutorials/analysis-services-tutorial-roles.md
61+
- text: Add a sample model from the portal
62+
url: analysis-services-create-sample-model.md
63+
- text: Connect with Power BI Desktop
64+
url: tutorials/analysis-services-tutorial-pbid.md
65+
66+
# Card
67+
- title: Scripting and APIs
68+
linkLists:
69+
- linkListType: reference
70+
links:
71+
- text: PowerShell
72+
url: /azure/analysis-services/analysis-services-powershell
73+
- text: REST API
74+
url: /rest/api/analysisservices/
75+
- text: Tabular Model Scripting Language (TMSL)
76+
url: /bi-reference/tmsl/tabular-model-scripting-language-tmsl-reference

articles/analysis-services/media/index/analysis-services.svg

Lines changed: 0 additions & 28 deletions
This file was deleted.

articles/analysis-services/media/index/tutorial.svg

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)