Skip to content

Commit 8cb1250

Browse files
committed
2 parents 7340bf0 + 1037758 commit 8cb1250

File tree

68 files changed

+1347
-1898
lines changed

Some content is hidden

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

68 files changed

+1347
-1898
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16125,6 +16125,11 @@
1612516125
"redirect_url": "/azure/stream-analytics/stream-analytics-troubleshoot-input",
1612616126
"redirect_document_id": false
1612716127
},
16128+
{
16129+
"source_path": "articles/stream-analytics/powerbi-output-managed-identity.md",
16130+
"redirect_url": "/azure/stream-analytics/stream-analytics-define-outputs#power-bi",
16131+
"redirect_document_id": false
16132+
},
1612816133
{
1612916134
"source_path": "articles/stream-analytics/vs-code-how-to.md",
1613016135
"redirect_url": "/azure/stream-analytics/vscode-explore-jobs",
@@ -42618,6 +42623,21 @@
4261842623
"redirect_url": "/azure/cognitive-services/content-moderator",
4261942624
"redirect_document_id": false
4262042625
},
42626+
{
42627+
"source_path": "articles/cognitive-services/Content-Moderator/image-moderation-quickstart-dotnet.md",
42628+
"redirect_url": "/azure/cognitive-services/content-moderator/dotnet-sdk-quickstart",
42629+
"redirect_document_id": false
42630+
},
42631+
{
42632+
"source_path": "articles/cognitive-services/Content-Moderator/text-moderation-quickstart-dotnet.md",
42633+
"redirect_url": "/azure/cognitive-services/content-moderator/dotnet-sdk-quickstart",
42634+
"redirect_document_id": false
42635+
},
42636+
{
42637+
"source_path": "articles/cognitive-services/Content-Moderator/moderation-reviews-quickstart-dotnet.md",
42638+
"redirect_url": "/azure/cognitive-services/content-moderator/dotnet-sdk-quickstart",
42639+
"redirect_document_id": false
42640+
},
4262142641
{
4262242642
"source_path": "articles/dev-spaces/quickstart-cli-dockerfile.md",
4262342643
"redirect_url": "/azure/dev-spaces/quickstart-cli",

articles/active-directory-domain-services/compare-identity-solutions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ On an Azure AD-joined or registered device, user authentication happens using mo
9494
| Representation in the directory | Device objects in the Azure AD directory | Computer objects in the Azure AD DS managed domain |
9595
| Authentication | OAuth / OpenID Connect based protocols | Kerberos and NTLM protocols |
9696
| Management | Mobile Device Management (MDM) software like Intune | Group Policy |
97-
| Networking | Works over the internet | Requires machines to be on the same virtual network as the managed domain |
97+
| Networking | Works over the internet | Must be connected to, or peered with, the virtual network where the managed domain is deployed |
9898
| Great for... | End-user mobile or desktop devices | Server VMs deployed in Azure |
9999

100100
## Next steps
@@ -107,4 +107,4 @@ To get started with using Azure AD DS, [create an Azure AD DS managed domain usi
107107
[custom-ou]: create-ou.md
108108
[manage-gpos]: manage-group-policy.md
109109
[tutorial-ldaps]: tutorial-configure-ldaps.md
110-
[tutorial-create]: tutorial-create-instance.md
110+
[tutorial-create]: tutorial-create-instance.md

articles/active-directory/develop/v1-permissions-and-consent.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Azure Active Directory (Azure AD) makes extensive use of permissions for both OA
3434
Azure AD defines two kinds of permissions:
3535

3636
* **Delegated permissions** - Are used by apps that have a signed-in user present. For these apps, either the user or an administrator consents to the permissions that the app requests and the app is delegated permission to act as the signed-in user when making calls to an API. Depending on the API, the user may not be able to consent to the API directly and would instead [require an administrator to provide "admin consent"](/azure/active-directory/develop/active-directory-devhowto-multi-tenant-overview).
37-
* **Application permissions** - Are used by apps that run without a signed-in user present; for example, apps that run as background services or daemons. Application permissions can only be [consented by an administrator](/azure/active-directory/develop/active-directory-v2-scopes#requesting-consent-for-an-entire-tenant) because they are typically powerful and allow access to data across user-boundaries, or data that would otherwise be restricted to administrators.
37+
* **Application permissions** - Are used by apps that run without a signed-in user present; for example, apps that run as background services or daemons. Application permissions can only be [consented to by administrators](/azure/active-directory/develop/active-directory-v2-scopes#requesting-consent-for-an-entire-tenant) because they are typically powerful and allow access to data across user-boundaries, or data that would otherwise be restricted to administrators. Users who are defined as owners of the resource application (i.e. the API which publishes the permissions) are also allowed to grant application permissions for the APIs they own.
3838

3939
Effective permissions are the permissions that your app will have when making requests to an API.
4040

articles/application-gateway/custom-waf-rules-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ If you want to use *or* for two different conditions, the two conditions must be
2828
2929
Regular expressions are also supported in custom rules, just as they are in the core rule sets. For examples of these rules, see "Example 3" and "Example 5" in [Create and use custom web application firewall rules](create-custom-waf-rules.md).
3030

31+
> [!NOTE]
32+
> Custom rules are not available in the v1 SKU WAF.
33+
3134
## Allowing or blocking traffic
3235

3336
Allowing or blocking traffic is simple with custom rules. For example, you can block all traffic that comes from a range of IP addresses. You can make another rule to allow traffic if the request comes from a certain browser.

articles/azure-cache-for-redis/cache-troubleshoot-data-loss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you find that most of or all keys have disappeared from your cache, you can c
9898
|---|---|
9999
| [Key flushing](#key-flushing) | Keys have been manually purged |
100100
| [Incorrect database selection](#incorrect-database-selection) | Redis is set to use a non-default database |
101-
| [Redis instance failure](#redis-instance-failure) | Keys are removed by explicit delete commands |
101+
| [Redis instance failure](#redis-instance-failure) | Redis server is unavailable |
102102

103103
### Key flushing
104104

0 commit comments

Comments
 (0)