Skip to content

Commit 39261c1

Browse files
committed
2 parents f54f113 + 72b1004 commit 39261c1

File tree

77 files changed

+1295
-1615
lines changed

Some content is hidden

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

77 files changed

+1295
-1615
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49205,6 +49205,16 @@
4920549205
"source_path": "articles/cognitive-services/Speech-Service/sapi-phoneset-usage.md",
4920649206
"redirect_url": "/azure/cognitive-services/speech-service/speech-ssml-phonetic-sets",
4920749207
"redirect_document_id": false
49208+
},
49209+
{
49210+
"source_path": "articles/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams-android.md",
49211+
"redirect_url": "/azure/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams?pivots=programming-language-java",
49212+
"redirect_document_id": false
49213+
},
49214+
{
49215+
"source_path": "articles/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams-ios.md",
49216+
"redirect_url": "/azure/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams?pivots=programming-language-objectivec",
49217+
"redirect_document_id": false
4920849218
}
4920949219
]
4921049220
}

articles/active-directory/develop/TOC.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
- name: Microsoft identity platform (Azure Active Directory for developers)
1+
- name: Microsoft identity platform documentation
22
href: index.yml
33
- name: Overview
44
items:
55
- name: What is Microsoft identity platform?
66
href: v2-overview.md
77
- name: Evolution of Microsoft identity platform
8-
href: about-microsoft-identity-platform.md
8+
href: about-microsoft-identity-platform.md
99
- name: Quickstarts
1010
expanded: true
1111
items:
@@ -237,7 +237,7 @@
237237
- name: Calling a web API
238238
href: scenario-mobile-call-api.md
239239
- name: Move to production
240-
href: scenario-mobile-production.md
240+
href: scenario-mobile-production.md
241241
- name: Microsoft Authentication Library (MSAL)
242242
items:
243243
- name: Overview
@@ -305,7 +305,7 @@
305305
- name: Initialize applications - JavaScript
306306
href: msal-js-initializing-client-applications.md
307307
- name: Handle errors and exceptions
308-
href: msal-handling-exceptions.md
308+
href: msal-handling-exceptions.md
309309
- name: Logging
310310
href: msal-logging.md
311311
- name: Single sign-on
@@ -343,14 +343,14 @@
343343
- name: MSAL.NET
344344
items:
345345
- name: Web browsers
346-
href: msal-net-web-browsers.md
346+
href: msal-net-web-browsers.md
347347
- name: MSAL.js
348348
items:
349349
- name: Considerations - IE
350350
href: msal-js-use-ie-browser.md
351351
- name: Known issues - IE and Microsoft Edge
352352
href: msal-js-known-issues-ie-edge-browsers.md
353-
- name: Known issues - Safari
353+
- name: Known issues - Safari
354354
href: msal-js-known-issues-safari-browser.md
355355
- name: Troubleshoot SSL issues (MSAL iOS/macOS)
356356
href: ssl-issues.md
@@ -359,7 +359,7 @@
359359
items:
360360
- name: Application types and OAuth 2.0
361361
displayName: App types, OAuth
362-
href: v2-app-types.md
362+
href: v2-app-types.md
363363
- name: OAuth 2.0 and OpenID Connect protocols
364364
items:
365365
- name: OAuth 2.0 and OpenID Connect
@@ -507,7 +507,7 @@
507507
- name: Pass custom state in authentication requests
508508
href: msal-js-pass-custom-state-authentication-request.md
509509
- name: Prompt behavior
510-
href: msal-js-prompt-behavior.md
510+
href: msal-js-prompt-behavior.md
511511
- name: MSAL for iOS and macOS
512512
items:
513513
- name: MSAL for iOS and macOS differences

articles/active-directory/develop/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### YamlMime:Landing
22

3-
title: Microsoft identity platform (formerly Azure Active Directory for developers)
4-
summary: Microsoft identity platform is an evolution of the Azure Active Directory (Azure AD) developer platform. It allows developers to build applications that sign in all Microsoft identities and get tokens to call Microsoft APIs such as Microsoft Graph or APIs that developers have built. It’s a full-featured platform that consists of an OAuth 2.0 and OpenID Connect standard-compliant authentication service, open-source libraries, application registration and configuration, robust conceptual and reference documentation, quickstart samples, code samples, tutorials, and how-to guides.
3+
title: Microsoft identity platform documentation
4+
summary: Microsoft identity platform allows developers to build applications that sign in all Microsoft identities and get tokens to call Microsoft APIs like Microsoft Graph, or APIs you've built. This full-featured platform consists of an OAuth 2.0 and OpenID Connect standard-compliant authentication service, open-source libraries, application registration and configuration, robust conceptual and reference documentation, quickstarts, code samples, tutorials, and how-to guides.
55

66
metadata:
77
ms.topic: landing-page
@@ -17,10 +17,10 @@ landingContent:
1717
linkLists:
1818
- linkListType: overview
1919
links:
20-
- text: Evolution of Microsoft identity platform
21-
url: about-microsoft-identity-platform.md
2220
- text: Microsoft identity platform (v2.0)
2321
url: v2-overview.md
22+
- text: Evolution of Microsoft identity platform
23+
url: about-microsoft-identity-platform.md
2424
- text: Azure Active Directory for developers (v1.0)
2525
url: ../azuread-dev/v1-overview.md
2626
- linkListType: concept

articles/app-service/containers/app-service-linux-faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ You are charged the normal Azure App Service pricing for the number of hours tha
176176

177177
## Other questions
178178

179+
**What does "Requested feature is not available in resource group" mean?**
180+
181+
You may see this message when creating web app using Azure Resource Manager (ARM). Based on a current limitation, for the same resource group, you cannot mix Windows and Linux apps in the same region.
182+
179183
**What are the supported characters in application settings names?**
180184

181185
You can use only letters (A-Z, a-z), numbers (0-9), and the underscore character (_) for application settings.

articles/azure-functions/functions-bindings-cosmosdb-v2-input.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,8 +1432,9 @@ The following table explains the binding configuration properties that you set i
14321432
|**collectionName** |**CollectionName** | The name of the collection that contains the document. |
14331433
|**id** | **Id** | The ID of the document to retrieve. This property supports [binding expressions](./functions-bindings-expressions-patterns.md). Don't set both the `id` and **sqlQuery** properties. If you don't set either one, the entire collection is retrieved. |
14341434
|**sqlQuery** |**SqlQuery** | An Azure Cosmos DB SQL query used for retrieving multiple documents. The property supports runtime bindings, as in this example: `SELECT * FROM c where c.departmentId = {departmentId}`. Don't set both the `id` and `sqlQuery` properties. If you don't set either one, the entire collection is retrieved.|
1435-
|**connectionStringSetting** |**ConnectionStringSetting**|The name of the app setting containing your Azure Cosmos DB connection string. |
1435+
|**connectionStringSetting** |**ConnectionStringSetting**|The name of the app setting containing your Azure Cosmos DB connection string. |
14361436
|**partitionKey**|**PartitionKey**|Specifies the partition key value for the lookup. May include binding parameters. It is required for lookups in [partitioned](../cosmos-db/partition-data.md#logical-partitions) collections.|
1437+
|**preferredLocations**| **PreferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, "East US,South Central US,North Europe". |
14371438

14381439
[!INCLUDE [app settings to local.settings.json](../../includes/functions-app-settings-local.md)]
14391440

articles/azure-functions/functions-bindings-cosmosdb-v2-output.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,8 @@ The following table explains the binding configuration properties that you set i
569569
|**partitionKey**|**PartitionKey** |When `CreateIfNotExists` is true, it defines the partition key path for the created collection.|
570570
|**collectionThroughput**|**CollectionThroughput**| When `CreateIfNotExists` is true, it defines the [throughput](../cosmos-db/set-throughput.md) of the created collection.|
571571
|**connectionStringSetting** |**ConnectionStringSetting** |The name of the app setting containing your Azure Cosmos DB connection string. |
572+
|**preferredLocations**| **PreferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, "East US,South Central US,North Europe". |
573+
|**useMultipleWriteLocations**| **UseMultipleWriteLocations**| (Optional) When set to `true` along with `PreferredLocations`, it can leverage [multi-region writes](../cosmos-db/how-to-manage-database-account.md#configure-multiple-write-regions) in the Azure Cosmos DB service. |
572574

573575
[!INCLUDE [app settings to local.settings.json](../../includes/functions-app-settings-local.md)]
574576

articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ The following table explains the binding configuration properties that you set i
231231
|**leaseRenewInterval**| **LeaseRenewInterval**| (Optional) When set, it defines, in milliseconds, the renew interval for all leases for partitions currently held by an instance. Default is 17000 (17 seconds).
232232
|**checkpointFrequency**| **CheckpointFrequency**| (Optional) When set, it defines, in milliseconds, the interval between lease checkpoints. Default is always after each Function call.
233233
|**maxItemsPerInvocation**| **MaxItemsPerInvocation**| (Optional) When set, this property sets the maximum number of items received per Function call. If operations in the monitored collection are performed through stored procedures, [transaction scope](../cosmos-db/stored-procedures-triggers-udfs.md#transactions) is preserved when reading items from the Change Feed. As a result, the number of items received could be higher than the specified value so that the items changed by the same transaction are returned as part of one atomic batch.
234-
|**startFromBeginning**| **StartFromBeginning**| (Optional) This option tells the Trigger to read changes from the beginning of the collection's change history instead of starting at the current time. Reading from the beginning only works the first time the Trigger starts, as in subsequent runs, the checkpoints are already stored. Setting this option to `true` when there are leases already created has no effect.
234+
|**startFromBeginning**| **StartFromBeginning**| (Optional) This option tells the Trigger to read changes from the beginning of the collection's change history instead of starting at the current time. Reading from the beginning only works the first time the Trigger starts, as in subsequent runs, the checkpoints are already stored. Setting this option to `true` when there are leases already created has no effect. |
235+
|**preferredLocations**| **PreferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, "East US,South Central US,North Europe". |
235236

236237
[!INCLUDE [app settings to local.settings.json](../../includes/functions-app-settings-local.md)]
237238

articles/cloud-services/index.md

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

articles/cloud-services/index.yml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
### YamlMime:Landing
2+
3+
title: Azure Cloud Services documentation
4+
summary: Learn how to use Cloud Services to host and run highly available, scalable cloud applications and APIs. Shows how to manage virtual machine hosts and configure, patch, and install software.
5+
6+
metadata:
7+
title: Azure Cloud Services documentation
8+
description: Describes how to use Cloud Services to host and run highly available and scalable cloud applications and APIs.
9+
ms.service: cloud-services
10+
service: cloud-services
11+
ms.topic: landing-page
12+
author: tgore03
13+
ms.author: tagore
14+
ms.date: 03/06/2020
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Card
20+
- title: About Cloud Services
21+
linkLists:
22+
- linkListType: overview
23+
links:
24+
- text: What is Cloud Services?
25+
url: cloud-services-choose-me.md
26+
- linkListType: video
27+
links:
28+
- text: Cloud Services video library
29+
url: https://azure.microsoft.com/documentation/videos/index/?services=cloud-services
30+
31+
# Card
32+
- title: Get started
33+
linkLists:
34+
- linkListType: how-to-guide
35+
links:
36+
- text: ASP.NET
37+
url: cloud-services-dotnet-get-started.md
38+
- text: Python for Visual Studio
39+
url: cloud-services-python-ptvs.md
40+
41+
# Card
42+
- title: Develop
43+
linkLists:
44+
- linkListType: how-to-guide
45+
links:
46+
- text: Create PHP web and worker roles
47+
url: ../cloud-services-php-create-web-role.md
48+
- text: Build and deploy a Node.js application
49+
url: cloud-services-nodejs-develop-deploy-app.md
50+
- text: Build and deploy a Node.js web application using Express
51+
url: cloud-services-nodejs-develop-deploy-express-app.md
52+
53+
# Card
54+
- title: Deploy
55+
linkLists:
56+
- linkListType: how-to-guide
57+
links:
58+
- text: Create and deploy a cloud service in portal
59+
url: cloud-services-how-to-create-deploy-portal.md
60+
- text: Create an empty cloud service container in PowerShell
61+
url: cloud-services-powershell-create-cloud-container.md
62+
63+
# Card
64+
- title: Manage
65+
linkLists:
66+
- linkListType: how-to-guide
67+
links:
68+
- text: Common management tasks
69+
url: cloud-services-how-to-manage-portal.md
70+
- text: Configure Cloud Service
71+
url: cloud-services-how-to-configure-portal.md

articles/cloud-services/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- name: Cloud Services Documentation
2-
href: index.md
1+
- name: Cloud Services documentation
2+
href: index.yml
33
- name: Overview
44
items:
55
- name: What is Cloud Services?

0 commit comments

Comments
 (0)