Skip to content

Commit cbb45ce

Browse files
authored
Merge branch 'master' into 1570671-Part3
2 parents 90d669c + 7b2bdcf commit cbb45ce

File tree

97 files changed

+1945
-387
lines changed

Some content is hidden

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

97 files changed

+1945
-387
lines changed

.openpublishing.publish.config.json

+14
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@
2828
"build_entry_point": "docs",
2929
"template_folder": "_themes"
3030
},
31+
{
32+
"docset_name": "azure-go-redirect",
33+
"build_source_folder": "go-redirects",
34+
"build_output_subfolder": "azure-go-redirect",
35+
"locale": "en-us",
36+
"monikers": [],
37+
"moniker_ranges": [],
38+
"open_to_public_contributors": false,
39+
"type_mapping": {
40+
"Conceptual": "Content"
41+
},
42+
"build_entry_point": "docs",
43+
"template_folder": "_themes"
44+
},
3145
{
3246
"docset_name": "azure-java",
3347
"build_source_folder": "java",

.openpublishing.redirection.json

+77-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,79 @@
11
{
2-
"redirections": [
3-
{
4-
"source_path": "javascript/overview.md",
5-
"redirect_url": "/azure/javascript/",
6-
"redirect_document_id": false
7-
},
8-
{
9-
"source_path": "javascript/node-sdk-azure-get-started.md",
10-
"redirect_url": "/azure/javascript/",
11-
"redirect_document_id": false
12-
},
13-
{
14-
"source_path": "java/microprofile/cicd-microprofile-vsts.md",
15-
"redirect_url": "/azure/java/microprofile/cicd-microprofile",
16-
"redirect_document_id": true
17-
}
18-
]
2+
"redirections": [
3+
{
4+
"source_path": "java/microprofile/cicd-microprofile-vsts.md",
5+
"redirect_url": "/azure/java/microprofile/cicd-microprofile",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path": "javascript/overview.md",
10+
"redirect_url": "/azure/javascript/",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "javascript/node-sdk-azure-install.md",
15+
"redirect_url": "/javascript/api/?view=azure-node-latest",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "javascript/node-sdk-azure-get-started.md",
20+
"redirect_url": "/azure/javascript/",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "javascript/node-samples-services-appservice.md",
25+
"redirect_url": "/samples/browse/?languages=javascript%2Cnodejs&products=azure-functions%2Cazure-app-service%2Cazure-logic-apps",
26+
"redirect_document_id": true
27+
},
28+
{
29+
"source_path": "javascript/node-samples-services-web-and-mobile.md",
30+
"redirect_url": "/samples/browse/?languages=javascript%2Cnodejs&products=azure-functions%2Cazure-app-service%2Cazure-logic-apps",
31+
"redirect_document_id": true
32+
},
33+
{
34+
"source_path": "javascript/node-samples-billing.md",
35+
"redirect_url": "/samples/browse/?languages=javascript%2Cnodejs",
36+
"redirect_document_id": true
37+
},
38+
{
39+
"source_path": "javascript/node-samples-services-compute.md",
40+
"redirect_url": "/samples/browse/?languages=javascript%2Cnodejs",
41+
"redirect_document_id": true
42+
},
43+
{
44+
"source_path": "javascript/node-samples-services-database.md",
45+
"redirect_url": "/samples/browse/?languages=javascript%2Cnodejs&products=azure-cosmos-db%2Cazure-sql-database",
46+
"redirect_document_id": true
47+
},
48+
{
49+
"source_path": "javascript/node-samples-services-iot.md",
50+
"redirect_url": "/samples/browse/?languages=javascript%2Cnodejs&products=azure-iot-hub%2Cazure-iot-edge%2Cazure-iot-central",
51+
"redirect_document_id": true
52+
},
53+
{
54+
"source_path": "javascript/node-samples-services-security-and-identity.md",
55+
"redirect_url": "/samples/browse/?languages=javascript%2Cnodejs&products=azure-active-directory%2Cazure-key-vault",
56+
"redirect_document_id": true
57+
},
58+
{
59+
"source_path": "javascript/node-samples-services-storage.md",
60+
"redirect_url": "/samples/browse/?languages=javascript%2Cnodejs&products=azure-storage",
61+
"redirect_document_id": true
62+
},
63+
{
64+
"source_path": "python/python-sdk-azure-sql-database-samples.md",
65+
"redirect_url": "/samples/browse/?languages=python&products=azure-cosmos-db%2Cazure-sql-database",
66+
"redirect_document_id": true
67+
},
68+
{
69+
"source_path": "python/python-sdk-azure-virtual-machine-samples.md",
70+
"redirect_url": "/samples/browse/?languages=python&products=azure-virtual-machines",
71+
"redirect_document_id": true
72+
},
73+
{
74+
"source_path": "python/python-sdk-azure-web-apps-samples.md",
75+
"redirect_url": "/samples/browse/?languages=python&products=azure-functions%2Cazure-app-service%2Cazure-logic-apps",
76+
"redirect_document_id": true
77+
}
78+
]
1979
}

dotnet/docfx.json

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
"feedback_system": "GitHub",
4444
"feedback_github_repo": "MicrosoftDocs/azure-dev-docs",
4545
"feedback_product_url": "https://github.com/Azure/azure-sdk-for-net/issues",
46-
"author": "CamSoper",
47-
"ms.author": "casoper",
4846
"ms.topic": "conceptual",
4947
"ms.devlang": "csharp",
5048
"ms.date": "09/20/2018",

dotnet/dotnet-howto-migrate-app-service.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Migrate your .NET web app or service to Azure App Service
33
description: Learn how to migrate a .NET web app or service from on-premises to Azure App Service.
44
ms.date: 08/11/2018
5+
author: CamSoper
6+
ms.author: casoper
57
ms.service: app-service
68
ms.topic: conceptual
79
---

dotnet/dotnet-howto-migrate-sql.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Migrate a SQL Server database to Azure
33
description: Learn how to migrate a SQL Server database from on-premises SQL Server to Azure.
44
ms.date: 11/15/2017
5+
author: CamSoper
6+
ms.author: casoper
57
ms.service: sql-database
68
ms.topic: conceptual
79
---

dotnet/dotnet-howto-migrate-to-vm.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Migrate an ASP.NET Web application to an Azure Virtual Machine
33
description: Learn how to migrate an ASP.NET Web application from on-premises to an Azure Virtual Machine.
44
ms.date: 11/15/2017
5+
author: CamSoper
6+
ms.author: casoper
57
ms.service: virtual-machines
68
ms.topic: conceptual
79
---

dotnet/dotnet-quickstart-vs.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Deploy to Azure from Visual Studio
33
description: This tutorial will walk you through building and deploying a Microsoft Azure application using Visual Studio and .NET.
44
ms.date: 06/20/2017
5+
author: CamSoper
6+
ms.author: casoper
57
ms.topic: quickstart
68
---
79

dotnet/dotnet-quickstart-xplat.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Deploy to Azure from the command line with .NET Core
33
description: This article describes how to deploy an ASP.NET Core application to an Azure App Service using command-line tools.
44
ms.date: 06/20/2017
5+
author: CamSoper
6+
ms.author: casoper
57
ms.topic: quickstart
68
---
79

dotnet/dotnet-samples.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Azure C# code samples for .NET and .NET Core
33
description: C# code samples for Azure using .NET, .NET Core, ASP.NET, and ASP.NET Core.
44
layout: LandingPage
55
ms.date: 07/17/2018
6+
author: CamSoper
7+
ms.author: casoper
68
---
79
# Azure C# code samples for .NET and .NET Core
810

dotnet/dotnet-sdk-azure-authenticate.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Authenticate with the Azure libraries for .NET
33
description: Authenticate into the Azure libraries for .NET
44
ms.date: 08/22/2018
5+
author: CamSoper
6+
ms.author: casoper
57
ms.topic: conceptual
68
---
79

dotnet/dotnet-sdk-azure-concepts.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Azure management libraries for .NET usage concepts and patterns
33
description:
44
ms.date: 10/19/2017
5+
author: CamSoper
6+
ms.author: casoper
57
ms.topic: conceptual
68
---
79

dotnet/dotnet-sdk-azure-get-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Get started with Azure and .NET
33
description: Learn the basics you need to know about Azure and .NET.
44
ms.date: 09/19/2018
5+
author: CamSoper
6+
ms.author: casoper
57
ms.topic: conceptual
68
---
79

dotnet/dotnet-sdk-azure-overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Azure .NET APIs
33
description: Overview of the Azure APIs for .NET
44
ms.date: 10/19/2017
5+
author: CamSoper
6+
ms.author: casoper
57
ms.topic: conceptual
68
---
79

dotnet/dotnet-sdk-vs2015-install.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Azure tools for Visual Studio 2015
33
description: Get the tools to start using the Azure .NET libraries from Visual Studio 2015.
44
ms.date: 10/19/2017
5+
author: CamSoper
6+
ms.author: casoper
57
ms.topic: conceptual
68
---
79

dotnet/dotnet-tools.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Tools for Azure .NET and .NET Core developers
33
description: Get the tools to start using the Azure .NET libraries from a Windows, Linux, and Mac environment.
44
ms.date: 08/11/2018
5+
author: CamSoper
6+
ms.author: casoper
57
ms.custom: azure-dotnet-devcenter, azure-dotnet-devcenter-authored, azure-dotnet-devcenter-conceptual, vs-azure
68
ms.topic: conceptual
79
---

dotnet/dotnet-tutorials.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Tutorials for .NET and .NET Core apps in Azure
33
description: Tutorials to build and add features to your web and mobile apps using Azure services and .NET, .NET Core, ASP.NET, and ASP.NET Core.
44
ms.date: 07/17/2018
5+
author: CamSoper
6+
ms.author: casoper
57
ms.topic: conceptual
68
---
79

go-redirects/TOC.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
items:
2+
- name: Azure SDK for Go
3+
href: index.md
4+
- name: Overview
5+
items:
6+
- name: Installation
7+
href: azure-sdk-go-install.md
8+
- name: Tools
9+
href: azure-sdk-go-tools.md
10+
- name: Authentication
11+
href: azure-sdk-go-authorization.md
12+
- name: Go SDK Quickstarts
13+
items:
14+
- name: Virtual Machines and Resource Templates
15+
href: azure-sdk-go-qs-vm.md
16+
- name: Azure Blob Storage
17+
href: /azure/storage/blobs/storage-quickstart-blobs-go?toc=%2fgo%2fazure%2ftoc.json
18+
- name: Azure Database for PostgreSQL
19+
href: /azure/postgresql/connect-go?toc=%2fgo%2fazure%2ftoc.json
20+
- name: Azure Database for MySQL
21+
href: /azure/mysql/connect-go?toc=%2fgo%2fazure%2ftoc.json
22+
- name: Azure SQL Database
23+
href: /azure/sql-database/sql-database-connect-query-go?toc=%2fgo%2fazure%2ftoc.json
24+
- name: Go Code Samples
25+
items:
26+
- name: Authentication and Active Directory
27+
href: azure-sdk-go-auth-aad-samples.md
28+
- name: Containers
29+
href: azure-sdk-go-containers-samples.md
30+
- name: Compute and networking
31+
href: azure-sdk-go-compute-networking-samples.md
32+
- name: Azure SQL Database
33+
href: azure-sdk-go-sql-database-samples.md
34+
- name: All Go Samples
35+
href: http://github.com/azure-samples/azure-sdk-for-go-samples
36+
href:
37+
- name: API reference
38+
href: https://godoc.org/github.com/Azure/azure-sdk-for-go
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Azure SDK for Go samples for authentication and AAD
3+
description: Selected samples for working with Azure Active Directory (AAD) and authentication from the Azure SDK for Go.
4+
author: sptramer
5+
ms.author: sttramer
6+
manager: carmonm
7+
ms.date: 09/05/2018
8+
ms.topic: sample
9+
ms.technology: azure-sdk-go
10+
ms.devlang: go
11+
---
12+
# Azure SDK for Go samples for authentication and AAD
13+
14+
The following table links to selected samples that demonstrate authentication and use of Azure Active Directory from the Azure SDK for Go.
15+
16+
All samples for the Azure SDK for Go are available on [GitHub](https://github.com/Azure-Samples/azure-sdk-for-go-samples).
17+
18+
| Name | Description |
19+
|------|-------------|
20+
| [internal/iam/authorizers](https://github.com/Azure-Samples/azure-sdk-for-go-samples/blob/master/internal/iam/authorizers.go) | How to authenticate with Azure to use services. |
21+
| [authorization/authorization](https://github.com/Azure-Samples/azure-sdk-for-go-samples/blob/master/authorization/authorization.go) | Add, remove, and inspect AAD roles. |
22+
| [graphrbac/graph](https://github.com/Azure-Samples/azure-sdk-for-go-samples/blob/master/graphrbac/graph.go) | Inspect and create service principals and AAD applications. Add secrets to an existing service principal or application. |

0 commit comments

Comments
 (0)