Skip to content

Commit 3a463ca

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into cse-v2.1
2 parents 9a84ec8 + 83a7294 commit 3a463ca

File tree

231 files changed

+9865
-6338
lines changed

Some content is hidden

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

231 files changed

+9865
-6338
lines changed

articles/app-service/configure-common.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to configure common settings for an App Service app. App sett
44
keywords: azure app service, web app, app settings, environment variables
55
ms.assetid: 9af8a367-7d39-4399-9941-b80cbc5f39a0
66
ms.topic: article
7-
ms.date: 06/04/2024
7+
ms.date: 10/03/2024
88
ms.custom: devx-track-csharp, devx-track-azurecli, devx-track-azurepowershell, AppServiceConnectivity
99
ms.devlang: azurecli
1010
author: cephalin
@@ -446,7 +446,8 @@ Here, you can configure some common settings for the app. Some settings require
446446
- **Always On**: Keeps the app loaded even when there's no traffic. When **Always On** isn't turned on (default), the app is unloaded after 20 minutes without any incoming requests. The unloaded app can cause high latency for new requests because of its warm-up time. When **Always On** is turned on, the front-end load balancer sends a GET request to the application root every five minutes. The continuous ping prevents the app from being unloaded.
447447

448448
Always On is required for continuous WebJobs or for WebJobs that are triggered using a CRON expression.
449-
- **ARR affinity**: In a multi-instance deployment, ensure that the client is routed to the same instance for the life of the session. You can set this option to **Off** for stateless applications.
449+
- **Session affinity**: In a multi-instance deployment, ensure that the client is routed to the same instance for the life of the session. You can set this option to **Off** for stateless applications.
450+
- **Session affinity proxy**: Session affinity proxy can be turned on if your app is behind a reverse proxy (like Azure Application Gateway or Azure Front Door) and you are using the default host name. The domain for the session affinity cookie will align with the forwarded host name from the reverse proxy.
450451
- **HTTPS Only**: When enabled, all HTTP traffic is redirected to HTTPS.
451452
- **Minimum TLS version**: Select the minimum TLS encryption version required by your app.
452453
- **Debugging**: Enable remote debugging for [ASP.NET](troubleshoot-dotnet-visual-studio.md#remotedebug), [ASP.NET Core](/visualstudio/debugger/remote-debugging-azure), or [Node.js](configure-language-nodejs.md#debug-remotely) apps. This option turns off automatically after 48 hours.

articles/app-service/deploy-staging-slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Here are some common swap errors:
547547

548548
- Local cache initialization might fail when the app content exceeds the local disk quota specified for the local cache. For more information, see [Local cache overview](overview-local-cache.md).
549549

550-
- During a site update operation, the following error may occur "_The slot cannot be changed because its configuration settings have been prepared for swap_". This can occur if either [swap with preview (multi-phase swap)](#swap-with-preview-multi-phase-swap) phase 1 has been completed but phase 2 has not yet been performed, or a swap has failed. There are two ways resolve the issue:
550+
- During a site update operation, the following error may occur "_The slot cannot be changed because its configuration settings have been prepared for swap_". This can occur if either [swap with preview (multi-phase swap)](#swap-with-preview-multi-phase-swap) phase 1 has been completed but phase 2 has not yet been performed, or a swap has failed. There are two ways to resolve this issue:
551551

552552
1. Cancel the swap operation which will reset the site back to the old state
553553
1. Complete the swap operation which will update site to the desired new state

articles/app-service/overview-tls.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ Transport Layer Security (TLS) is a widely adopted security protocol designed to
2929

3030
For incoming requests to your web app, App Service supports TLS versions 1.0, 1.1, 1.2, and 1.3.
3131

32+
### Set Minimum TLS Version
33+
Follow these steps to change the Minimum TLS version of your App Service resource:
34+
1. Browse to your app in the [Azure portal](https://portal.azure.com/)
35+
1. In the left menu, select **configuration** and then select the **General settings** tab.
36+
1. On __Minimum Inbound TLS Version__, using the dropdown, select your desired version.
37+
1. Select **Save** to save the changes.
38+
39+
### Minimum TLS Version with Azure Policy
40+
41+
You can use Azure Policy to help audit your resources when it comes to minimum TLS version. You can refer to [App Service apps should use the latest TLS version policy definition](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Ff0e6e85b-9b9f-4a4b-b67b-f730d42f1b0b) and change the values to your desired minimum TLS version. For similar policy definitions for other App Service resources, refer to [List of built-in policy definitions - Azure Policy for App Service](../governance/policy/samples/built-in-policies.md#app-service).
42+
3243
### Minimum TLS Version and SCM Minimum TLS Version
3344

3445
App Service also allows you to set minimum TLS version for incoming requests to your web app and to SCM site. By default, the minimum TLS version for incoming requests to your web app and to SCM would be set to 1.2 on both portal and API.

articles/azure-government/compliance/azure-services-in-fedramp-auditscope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Azure and other Microsoft cloud services compliance scope
3-
description: This article tracks FedRAMP and DoD compliance scope for Azure, Dynamics 365, Microsoft 365, and Power Platform cloud services across Azure, Azure Government, and Azure Government Secret cloud environments.
3+
description: FedRAMP & DoD compliance scope for Azure, Dynamics 365, Microsoft 365, and Power Platform for Azure, Azure Government, & Azure Government Secret.
44
author: gjain
5-
ms.author: gjain
5+
ms.author: eliotgra
66
ms.topic: article
77
ms.service: azure-government
88
ms.custom: references_regions

articles/azure-government/compliance/compliance-tic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Trusted Internet Connections guidance
3-
description: Learn about Trusted Internet Connections (TIC) guidance for Azure IaaS and PaaS services
3+
description: Learn how you can use Trusted Internet Connections (TIC) guidance for your Azure IaaS and PaaS services
44
author: anaharris-ms
5-
ms.author: anaharris
5+
ms.author: eliotgra
66
ms.service: azure-government
77
ms.topic: article
88
recommendations: false

articles/azure-government/compliance/documentation-accelerate-compliance.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
title: How to accelerate your journey to FedRAMP compliance with Azure
2+
title: Accelerate your journey to FedRAMP compliance with Azure
33
description: Provides an overview of resources for Development, Automation, and Advisory partners to help them accelerate their path to ATO with Azure.
44
titleSuffix: Azure Government
55
services: azure-government
66
cloud: gov
77
author: todorgb
88
manager: vernonw
9-
9+
ms.author: eliotgra
1010
ms.service: azure-government
1111
ms.topic: article
1212
ms.date: 05/30/2023
13-
ms.author: todorb
1413
---
1514

1615
# FedRAMP compliance program overview

articles/azure-government/documentation-government-csp-list.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Azure Government authorized reseller list
3-
description: Comprehensive list of Azure Government cloud solution providers, resellers, and distributors.
3+
description: Comprehensive list of all the authorized Azure Government cloud solution providers, resellers, and distributors.
44
ms.service: azure-government
55
ms.topic: article
66
author: todorgb
7-
ms.author: todorb
7+
ms.author: eliotgra
88
ms.date: 10/31/2023
99
---
1010

1111
# Azure Government authorized reseller list
1212

13-
Since the launch of [Azure Government services in the Cloud Solution Provider (CSP) program)](https://azure.microsoft.com/blog/announcing-microsoft-azure-government-services-in-the-cloud-solution-provider-program/), we've worked with the partner community to bring them the benefits of this channel. Our goal is to enable the partner community to resell Azure Government and help them grow their business while providing customers with cloud services they need.
13+
From the launch of [Azure Government services in the Cloud Solution Provider (CSP) program)](https://azure.microsoft.com/blog/announcing-microsoft-azure-government-services-in-the-cloud-solution-provider-program/), Microsoft worked with the partner community to bring them the benefits of this channel. The goal is to enable the partner community to resell Azure Government and help them grow their business while providing customers with cloud services they need.
1414

15-
Below you can find a list of all the authorized Cloud Solution Providers (CSPs), Agreement for Online Services for Government (AOS-G), and Licensing Solution Providers (LSP) that can transact Azure Government. Updates to this list will be made as new partners are onboarded.
15+
The following tables contain lists of all the authorized Cloud Solution Providers (CSPs), Agreement for Online Services for Government (AOS-G), and Licensing Solution Providers (LSP) that can transact Azure Government. We update this list as new partners are onboarded.
1616

1717
## Approved direct CSPs
1818

articles/azure-government/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.service: azure-government
1111
ms.topic: landing-page
1212
author: anaharris-ms
13-
ms.author: anaharris
13+
ms.author: eliotgra
1414
ms.date: 05/07/2022
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new

articles/communication-services/how-tos/calling-sdk/includes/spotlight/spotlight-android.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,30 @@ ms.topic: include
55
ms.date: 06/20/2023
66
ms.author: cnwankwo
77
---
8-
[!INCLUDE [Install SDK](../install-sdk/install-sdk-android.md)]
9-
10-
Communication Services or Microsoft 365 users can call the spotlight APIs based on role type and conversation type
11-
12-
**In a one to one call or group call scenario, the following APIs are supported for both Communication Services and Microsoft 365 users**
138

14-
|APIs| Organizer | Presenter | Attendee |
15-
|----------------------------------------------|--------|--------|--------|
16-
| startSpotlight | ✔️ | ✔️ | ✔️ |
17-
| stopSpotlight | ✔️ | ✔️ | ✔️ |
18-
| stopAllSpotlight | ✔️ | ✔️ | ✔️ |
19-
| getSpotlightedParticipants | ✔️ | ✔️ | ✔️ |
20-
| maxSupported | ✔️ | ✔️ | ✔️ |
21-
22-
**For meeting scenario the following APIs are supported for both Communication Services and Microsoft 365 users**
9+
[!INCLUDE [Install SDK](../install-sdk/install-sdk-android.md)]
2310

24-
|APIs| Organizer | Presenter | Attendee |
25-
|----------------------------------------------|--------|--------|--------|
26-
| startSpotlight | ✔️ | ✔️ | |
27-
| stopSpotlight | ✔️ | ✔️ | ✔️ |
28-
| stopAllSpotlight | ✔️ | ✔️ | |
29-
| getSpotlightedParticipants | ✔️ | ✔️ | ✔️ |
30-
| maxSupported | ✔️ | ✔️ | ✔️ |
11+
## Implement spotlight
3112

32-
Spotlight is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
13+
Spotlight is an extended feature of the core `Call` API. You first need to import calling features from the Calling SDK.
3314

3415
```java
3516
import com.azure.android.communication.calling.SpotlightFeature;
3617
```
3718

38-
Then you can get the feature API object from the call instance:
19+
Then you can get the feature API object from the call instance.
3920

4021
```java
4122
SpotlightCallFeature spotlightCallFeature;
4223
spotlightCallFeature = call.feature(Features.SPOTLIGHT);
4324
```
44-
### Start spotlight for participants:
45-
Any participant in the call or meeting can be pinned. Only Microsoft 365 users who have an organizer, co-organizer or presenter role can start spotlight for other participants. This action is idempotent, trying to start spotlight on a pinned participant does nothing
4625

47-
To use this feature, a list of participants identifiers is required
26+
### Start spotlight for participants
27+
28+
Any participant in the call or meeting can be pinned. Only Microsoft 365 users who have an organizer, co-organizer, or presenter role can start spotlight for other participants. This action is idempotent, trying to start spotlight on a pinned participant does nothing
29+
30+
You need a list of participant identifiers to use this feature.
31+
4832
```java
4933
List<CommunicationIdentifier> spotlightIdentifiers = new ArrayList<>();
5034
CommunicationUserIdentifier acsUser = new CommunicationUserIdentifier(<USER_ID>);
@@ -53,17 +37,21 @@ spotlightIdentifiers.add(new CommunicationUserIdentifier("<USER_ID>"));
5337
spotlightIdentifiers.add(new MicrosoftTeamsUserIdentifier("<USER_ID>"));
5438
spotlightCallFeature.StartSpotlight(spotlightIdentifiers);
5539
```
56-
The following API can also be used to start the spotlight of participants
40+
41+
You can also use the following code to start a participant spotlight.
42+
5743
```java
5844
CommunicationUserIdentifier acsUser = new CommunicationUserIdentifier(<USER_ID>);
5945
MicrosoftTeamsUserIdentifier teamsUser = new MicrosoftTeamsUserIdentifier(<USER_ID>);
6046
spotlightCallFeature.StartSpotlight(acsUser, teamsUser);
6147
```
6248

6349
### Remove spotlight from participants
64-
Any pinned participant in the call or meeting can be unpinned. Only Microsoft 365 users who have an organizer, co-organizer or presenter role can unpin other participants. This action is idempotent, trying to stop spotlight on an unpinned participant does nothing
6550

66-
To use this feature, a list of participants identifiers is required
51+
Any pinned participant in the call or meeting can be unpinned. Only Microsoft 365 users who have an organizer, co-organizer, or presenter role can unpin other participants. This action is idempotent, trying to stop spotlight on an unpinned participant does nothing.
52+
53+
You need a list of participants identifiers to use this feature.
54+
6755
```java
6856
List<CommunicationIdentifier> spotlightIdentifiers = new ArrayList<>();
6957
CommunicationUserIdentifier acsUser = new CommunicationUserIdentifier(<USER_ID>);
@@ -72,20 +60,29 @@ spotlightIdentifiers.add(new CommunicationUserIdentifier("<USER_ID>"));
7260
spotlightIdentifiers.add(new MicrosoftTeamsUserIdentifier("<USER_ID>"));
7361
spotlightCallFeature.StopSpotlight(spotlightIdentifiers);
7462
```
75-
The following API can also be used to remove the spotlight of participants
63+
64+
You can also use the following code to remove a participant spotlight.
65+
7666
```java
7767
CommunicationUserIdentifier acsUser = new CommunicationUserIdentifier(<USER_ID>);
7868
MicrosoftTeamsUserIdentifier teamsUser = new MicrosoftTeamsUserIdentifier(<USER_ID>);
7969
spotlightCallFeature.StopSpotlight(acsUser, teamsUser);
8070
```
71+
8172
### Remove all spotlights
82-
All pinned participants can be unpinned using this API. Only MicrosoftTeamsUserIdentifier users who have an organizer, co-organizer or presenter role can unpin all participants.
73+
74+
All pinned participants can be unpinned using this operation. Only `MicrosoftTeamsUserIdentifier` users who have an organizer, co-organizer, or presenter role can unpin all participants.
75+
8376
```java
8477
spotlightCallFeature.stopAllSpotlight();
8578
```
8679

8780
### Handle changed states
88-
The `Spotlight` API allows you to subscribe to `SpotlightChanged` events. A `SpotlightChanged` event comes from a `call` instance and contains information about newly spotlighted participants and participants whose spotlight were stopped
81+
82+
Spotlight mode enables you to subscribe to `SpotlightChanged` events. A `SpotlightChanged` event comes from a call instance and contains information about newly spotlighted participants and participants whose spotlight stopped. The returned array `SpotlightedParticipant` is sorted by the order the participants were spotlighted.
83+
84+
To get information about all participants with spotlight state changes on the current call, use the following code.
85+
8986
```java
9087
import com.azure.android.communication.calling.SpotlightedParticipant;
9188

@@ -106,8 +103,9 @@ void onSpotlightChanged(SpotlightChangedEvent args) {
106103
spotlightCallFeature.addOnSpotlightChangedListener(onSpotlightChanged);
107104
```
108105

109-
### Get all spotlighted participants:
110-
To get information about all participants that have spotlight state on current call, you can use the following API. The returned array is sorted by the order the participants were spotlighted.
106+
### Get all spotlighted participants
107+
108+
To get information about all participants that have spotlight state on current call, use the following operation. The returned array is sorted by the order the participants were spotlighted.
111109

112110
``` java
113111
List<SpotlightedParticipant> currentSpotlightedParticipants = spotlightCallFeature.getSpotlightedParticipants();
@@ -117,8 +115,10 @@ foreach (SpotlightedParticipant participant in currentSpotlightedParticipants)
117115
}
118116
```
119117

120-
### Get the maximum supported spotlight:
121-
The following API can be used to get the maximum number of participants that can be spotlighted using the Calling SDK
118+
### Get the maximum supported spotlight participants
119+
120+
Use the following operation to get the maximum number of participants that can be spotlighted using the Calling SDK.
121+
122122
``` java
123123
spotlightCallFeature.maxSupported();
124124
```

0 commit comments

Comments
 (0)