You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/whats-new-docs.md
+13-17Lines changed: 13 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "What's new in Azure Active Directory External Identities"
3
3
description: "New and updated documentation for the Azure Active Directory External Identities."
4
-
ms.date: 07/01/2022
4
+
ms.date: 08/01/2022
5
5
ms.service: active-directory
6
6
ms.subservice: B2B
7
7
ms.topic: reference
@@ -15,6 +15,18 @@ manager: CelesteDG
15
15
16
16
Welcome to what's new in Azure Active Directory External Identities documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the External Identities service, see [What's new in Azure Active Directory](../fundamentals/whats-new.md).
17
17
18
+
## July 2022
19
+
20
+
### Updated articles
21
+
22
+
-[Configure cross-tenant access settings for B2B collaboration](cross-tenant-access-settings-b2b-collaboration.md)
23
+
-[Configure cross-tenant access settings for B2B direct connect](cross-tenant-access-settings-b2b-direct-connect.md)
24
+
-[Add Google as an identity provider for B2B guest users](google-federation.md)
25
+
-[Azure Active Directory External Identities: What's new](whats-new-docs.md)
26
+
-[Overview: Cross-tenant access with Azure AD External Identities](cross-tenant-access-overview.md)
27
+
-[B2B direct connect overview](b2b-direct-connect-overview.md)
28
+
-[Azure Active Directory B2B collaboration invitation redemption](redemption-experience.md)
29
+
18
30
## June 2022
19
31
20
32
### Updated articles
@@ -57,19 +69,3 @@ Welcome to what's new in Azure Active Directory External Identities documentatio
57
69
-[Azure AD B2B in government and national clouds](b2b-government-national-clouds.md)
58
70
-[External Identities in Azure Active Directory](external-identities-overview.md)
59
71
-[Troubleshooting Azure Active Directory B2B collaboration](troubleshoot.md)
|base-url|New backend service base URL.|One of `base-url` or `backend-id` must be present.|N/A|
320
-
|backend-id|Identifier of the backend to route to. (Backend entities are managed via [Azure portal](how-to-configure-service-fabric-backend.md), [API](/rest/api/apimanagement), and [PowerShell](https://www.powershellgallery.com/packages?q=apimanagement).)|One of `base-url` or `backend-id` must be present.|N/A|
320
+
|backend-id|Identifier (name) of the backend to route to. (Backend entities are managed via [Azure portal](how-to-configure-service-fabric-backend.md), [API](/rest/api/apimanagement), and [PowerShell](https://www.powershellgallery.com/packages?q=apimanagement).)|One of `base-url` or `backend-id` must be present.|N/A|
321
321
|sf-partition-key|Only applicable when the backend is a Service Fabric service and is specified using 'backend-id'. Used to resolve a specific partition from the name resolution service.|No|N/A|
322
322
|sf-replica-type|Only applicable when the backend is a Service Fabric service and is specified using 'backend-id'. Controls if the request should go to the primary or secondary replica of a partition. |No|N/A|
323
323
|sf-resolve-condition|Only applicable when the backend is a Service Fabric service. Condition identifying if the call to Service Fabric backend has to be repeated with new resolution.|No|N/A|
Copy file name to clipboardExpand all lines: articles/api-management/backends.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Custom backends require extra configuration to authorize the credentials of re
31
31
After creating a backend, you can reference the backend in your APIs. Use the [`set-backend-service`](api-management-transformation-policies.md#SetBackendService) policy to redirect an incoming API request to the custom backend instead of the default backend for that API.
32
32
33
33
> [!NOTE]
34
-
> When you use the `set-backend-service` policy to redirect requests to a custom backend, refer to the backend by its identifier (`backend-id`), not by its URL.
34
+
> When you use the `set-backend-service` policy to redirect requests to a custom backend, refer to the backend by its name (`backend-id`), not by its URL.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/disaster-recovery.md
+87-5Lines changed: 87 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,73 @@ If your app or business depends on the use of a Form Recognizer custom model, we
31
31
32
32
The process for copying a custom model consists of the following steps:
33
33
34
-
1. First you issue a copy authorization request to the target resource—that is, the resource that will receive the copied model. You get back the URL of the newly created target model, which will receive the copied data.
35
-
1. Next you send the copy request to the source resource—the resource that contains the model to be copied. You'll get back a URL that you can query to track the progress of the operation.
34
+
1. First you issue a copy authorization request to the target resource—that is, the resource that will receive the copied model. You get back the URL of the newly created target model, which will receive the copied model.
35
+
1. Next you send the copy request to the source resource—the resource that contains the model to be copied with the payload (copy authorization) returned from the previous call. You'll get back a URL that you can query to track the progress of the operation.
36
36
1. You'll use your source resource credentials to query the progress URL until the operation is a success. You can also query the new model ID in the target resource to get the status of the new model.
37
37
38
+
# [Form Recognizer v3.0 (Preview)](#tab/v30)
39
+
40
+
## Generate Copy authorization request
41
+
42
+
The following HTTP request gets copy authorization from your target resource. You'll need to enter the endpoint and key of your target resource as headers.
43
+
44
+
```
45
+
POST https://{TARGET_FORM_RECOGNIZER_RESOURCE_ENDPOINT}/formrecognizer/documentModels:authorizeCopy?api-version=2022-06-30-preview
The following HTTP request starts the copy operation on the source resource. You'll need to enter the endpoint and key of your source resource as the url and header. Notice that the request URL contains the model ID of the source model you want to copy.
72
+
73
+
```
74
+
POST {{source-endpoint}}formrecognizer/documentModels/{model-to-be-copied}:copyTo?api-version=2022-06-30-preview
You'll get a `202\Accepted` response with an Operation-Location header. This value is the URL that you'll use to track the progress of the operation. Copy it to a temporary location for the next step.
The following HTTP request gets copy authorization from your target resource. You'll need to enter the endpoint and key of your target resource as headers.
@@ -71,16 +134,22 @@ The body of your request needs to have the following format. You'll need to ente
71
134
}
72
135
```
73
136
74
-
> [!NOTE]
75
-
> The Copy API transparently supports the [AEK/CMK](https://msazure.visualstudio.com/Cognitive%20Services/_wiki/wikis/Cognitive%20Services.wiki/52146/Customer-Managed-Keys) feature. This doesn't require any special treatment, but note that if you're copying between an unencrypted resource to an encrypted resource, you need to include the request header `x-ms-forms-copy-degrade: true`. If this header is not included, the copy operation will fail and return a `DataProtectionTransformServiceError`.
76
-
77
137
You'll get a `202\Accepted` response with an Operation-Location header. This value is the URL that you'll use to track the progress of the operation. Copy it to a temporary location for the next step.
> The Copy API transparently supports the [AEK/CMK](https://msazure.visualstudio.com/Cognitive%20Services/_wiki/wikis/Cognitive%20Services.wiki/52146/Customer-Managed-Keys) feature. This doesn't require any special treatment, but note that if you're copying between an unencrypted resource to an encrypted resource, you need to include the request header `x-ms-forms-copy-degrade: true`. If this header is not included, the copy operation will fail and return a `DataProtectionTransformServiceError`.
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-how-to-premium-persistence.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,18 @@ Azure Cache for Redis offers Redis persistence using the Redis database (RDB) an
17
17
-**RDB persistence** - When you use RDB persistence, Azure Cache for Redis persists a snapshot of your cache in a binary format. The snapshot is saved in an Azure Storage account. The configurable backup frequency determines how often to persist the snapshot. If a catastrophic event occurs that disables both the primary and replica cache, the cache is reconstructed using the most recent snapshot. Learn more about the [advantages](https://redis.io/topics/persistence#rdb-advantages) and [disadvantages](https://redis.io/topics/persistence#rdb-disadvantages) of RDB persistence.
18
18
-**AOF persistence** - When you use AOF persistence, Azure Cache for Redis saves every write operation to a log. The log is saved at least once per second into an Azure Storage account. If a catastrophic event occurs that disables both the primary and replica cache, the cache is reconstructed using the stored write operations. Learn more about the [advantages](https://redis.io/topics/persistence#aof-advantages) and [disadvantages](https://redis.io/topics/persistence#aof-disadvantages) of AOF persistence.
19
19
20
-
Azure Cache for Redis persistence features are intended to be used to restore data after data loss, not importing it to a new cache. You can't import from AOF page blob backups to a new cache. To export data for importing back to a new cache, use the export RDB feature or automatic recurring RDB export. For more information on importing to a new cache, see [Import](cache-how-to-import-export-data.md#import).
20
+
Azure Cache for Redis persistence features are intended to be used to restore data to the same cache after data loss and the RDB/AOF persisted data files cannot be imported to a new cache.
21
+
22
+
To move data across caches, use the Import/Export feature. For more information, see [Import and Export data in Azure Cache for Redis](cache-how-to-import-export-data.md).
23
+
24
+
To generate backup of data that can be added to a new cache, you can write automated scripts using PowerShell or CLI to export data periodically.
21
25
22
26
> [!NOTE]
23
-
> Importing from AOF page blob backups to a new cache is not a supported option.
27
+
> Persistence features are intended to be used to restore data to the same cache after data loss.
28
+
>
29
+
> - RDB/AOF persisted data files cannot be imported to a new cache.
30
+
> - Use the Import/Export feature to move data across caches.
31
+
> - Write automated scripts using PowerShell or CLI to create a backup of data that can be added to a new cache.
24
32
25
33
Persistence writes Redis data into an Azure Storage account that you own and manage. You configure the **New Azure Cache for Redis** on the left during cache creation. For existing premium caches, use the **Resource menu**.
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The **RediSearch** module is also now available for Azure Cache for Redis. For m
25
25
26
26
### Redis 6 becomes default for new cache instances
27
27
28
-
On November 1, 2022, all the versions of Azure Cache for Redis REST API, PowerShell, Azure CLI, and Azure SDK will create Redis instances using the latest stable version of Redis offered by Azure Cache for Redis by default. Previously, Redis version 4.0 was the default version used. However, as of October 2021, the latest stable Redis version offered in Azure Cache for Redis is 6.0.
28
+
Beginning November 1, 2022, all versions of Azure Cache for Redis REST API, PowerShell, Azure CLI, and Azure SDK will create Redis instances using the latest stable version of Redis offered by Azure Cache for Redis by default. Previously, Redis version 4.0 was the default version used. However, as of October 2021, the latest stable Redis version offered in Azure Cache for Redis is 6.0.
29
29
30
30
>[!NOTE]
31
31
> This change does not affect any existing instances. It is only applicable to new instances created from November 1, 2022, and onward.
0 commit comments