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/b2b/google-federation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Now you'll set the Google client ID and client secret, either by entering it in
84
84
`New-AzureADMSIdentityProvider -Type Google -Name Google -ClientId [Client ID] -ClientSecret [Client secret]`
85
85
86
86
> [!NOTE]
87
-
> Use the client id and client secret from the app you created in "Step 1: Configure a Google developer project." For more information, see the [New-AzureADMSIdentityProvider](https://docs.microsoft.com/en-us/powershell/module/azuread/new-azureadmsidentityprovider?view=azureadps-2.0-preview) article.
87
+
> Use the client id and client secret from the app you created in "Step 1: Configure a Google developer project." For more information, see the [New-AzureADMSIdentityProvider](https://docs.microsoft.com/powershell/module/azuread/new-azureadmsidentityprovider?view=azureadps-2.0-preview) article.
88
88
89
89
## How do I remove Google federation?
90
90
You can delete your Google federation setup. If you do so, Google guest users who have already redeemed their invitation will not be able to sign in, but you can give them access to your resources again by deleting them from the directory and re-inviting them.
@@ -108,4 +108,4 @@ You can delete your Google federation setup. If you do so, Google guest users wh
> For more information, see [Remove-AzureADMSIdentityProvider](https://docs.microsoft.com/en-us/powershell/module/azuread/Remove-AzureADMSIdentityProvider?view=azureadps-2.0-preview).
111
+
> For more information, see [Remove-AzureADMSIdentityProvider](https://docs.microsoft.com/powershell/module/azuread/Remove-AzureADMSIdentityProvider?view=azureadps-2.0-preview).
Copy file name to clipboardexpand all lines: articles/active-directory/hybrid/how-to-connect-configure-ad-ds-connector-account.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The following table provides a summary of the permissions required on AD objects
38
38
| Group writeback |Read, Create, Update, and Delete group objects for synchronized **Office 365 groups**. For more information see [Group Writeback](how-to-connect-preview.md#group-writeback).|
39
39
40
40
## Using the ADSyncConfig PowerShell Module
41
-
The ADSyncConfig module requires the [Remote Server Administration Tools (RSAT) for AD DS](https://docs.microsoft.com/en-us/windows-server/remote/remote-server-administration-tools) since it depends on the AD DS PowerShell module and tools. To install RSAT for AD DS, open a Windows PowerShell window with ‘Run As Administrator’ and execute:
41
+
The ADSyncConfig module requires the [Remote Server Administration Tools (RSAT) for AD DS](https://docs.microsoft.com/windows-server/remote/remote-server-administration-tools) since it depends on the AD DS PowerShell module and tools. To install RSAT for AD DS, open a Windows PowerShell window with ‘Run As Administrator’ and execute:
Copy file name to clipboardexpand all lines: articles/active-directory/manage-apps/user-provisioning.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -262,9 +262,9 @@ However, usage of dynamic groups can impact the overall performance of end-to-en
262
262
263
263
No. When configured to "sync only assigned users and groups", the Azure AD user provisioning service is not able to read or provision users that are in nested groups. It is only able to read and provision users that are immediate members of the explicitly-assigned group.
264
264
265
-
This is a limitation of "group-based assignments to applications", which also affects single sign-on and is described in [Using a group to manage access to SaaS applications](https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/groups-saasapps).
265
+
This is a limitation of "group-based assignments to applications", which also affects single sign-on and is described in [Using a group to manage access to SaaS applications](https://docs.microsoft.com/azure/active-directory/users-groups-roles/groups-saasapps).
266
266
267
-
As a workaround, you should explicitly-assign (or otherwise [scope in](https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/define-conditional-rules-for-provisioning-user-accounts)) the groups that contain the users who need to be provisioned.
267
+
As a workaround, you should explicitly-assign (or otherwise [scope in](https://docs.microsoft.com/azure/active-directory/manage-apps/define-conditional-rules-for-provisioning-user-accounts)) the groups that contain the users who need to be provisioned.
Copy file name to clipboardexpand all lines: articles/active-directory/saas-apps/dome9arc-tutorial.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
146
146
d. Click **Ok**.
147
147
148
148
> [!NOTE]
149
-
> Please refer to this [link](https://docs.microsoft.com/en-us/azure/active-directory/active-directory-enterprise-app-role-management) on how to configure and setup the roles for the application.
149
+
> Please refer to this [link](https://docs.microsoft.com/azure/active-directory/active-directory-enterprise-app-role-management) on how to configure and setup the roles for the application.
150
150
151
151
7. On the **SAML Signing Certificate** section, click **Certificate(Base64)** and then save the certificate file on your computer.
Copy file name to clipboardexpand all lines: articles/active-directory/saas-apps/sharepoint-on-premises-tutorial.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
140
140
Sign into the SharePoint Server 2016 server and open the SharePoint 2016 Management Shell. Fill in the values of $realm (Identifier value from the SharePoint on-premises Domain and URLs section in the Azure portal), $wsfedurl (Single Sign-On Service URL), and $filepath (file path to which you have downloaded the certificate file) from Azure portal and run the following commands to configure a new trusted identity provider.
141
141
142
142
> [!TIP]
143
-
> If you're new to using PowerShell or want to learn more about how PowerShell works, see [SharePoint PowerShell](https://docs.microsoft.com/en-us/powershell/sharepoint/overview?view=sharepoint-ps).
143
+
> If you're new to using PowerShell or want to learn more about how PowerShell works, see [SharePoint PowerShell](https://docs.microsoft.com/powershell/sharepoint/overview?view=sharepoint-ps).
144
144
145
145
```
146
146
$realm = "<Identifier value from the SharePoint on-premises Domain and URLs section in the Azure portal>"
@@ -306,7 +306,7 @@ For more information about the Access Panel, see [Introduction to the Access
306
306
307
307
*[List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory](tutorial-list.md)
308
308
*[What is application access and single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
309
-
*[Using Azure AD for SharePoint Server Authentication](https://docs.microsoft.com/en-us/office365/enterprise/using-azure-ad-for-sharepoint-server-authentication)
309
+
*[Using Azure AD for SharePoint Server Authentication](https://docs.microsoft.com/office365/enterprise/using-azure-ad-for-sharepoint-server-authentication)
Copy file name to clipboardexpand all lines: articles/aks/acs-aks-migration.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Example:
49
49
| agentpool0 | 3 | Standard_D8_v2 | Linux |
50
50
| agentpool1 | 1 | Standard_D2_v2 | Windows |
51
51
52
-
Because additional virtual machines will be deployed into your subscription during migration, you should verify that your quotas and limits are sufficient for these resources. You can learn more by reviewing [Azure subscription and service limits](https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits). To check your current quotas, go to the [subscriptions blade](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) in the Azure portal, select your subscription, then select `Usage + quotas`.
52
+
Because additional virtual machines will be deployed into your subscription during migration, you should verify that your quotas and limits are sufficient for these resources. You can learn more by reviewing [Azure subscription and service limits](https://docs.microsoft.com/azure/azure-subscription-service-limits). To check your current quotas, go to the [subscriptions blade](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) in the Azure portal, select your subscription, then select `Usage + quotas`.
53
53
54
54
### Networking
55
55
@@ -82,7 +82,7 @@ There are several factors to consider if you're migrating existing Persistent Vo
82
82
2. Snapshot disks
83
83
3. Create new Managed Disks from snapshots
84
84
4. Create Persistent Volumes in AKS
85
-
5. Update Pod specifications to [use existing volumes](https://docs.microsoft.com/en-us/azure/aks/azure-disk-volume) rather than PersistentVolumeClaims (static provisioning)
85
+
5. Update Pod specifications to [use existing volumes](https://docs.microsoft.com/azure/aks/azure-disk-volume) rather than PersistentVolumeClaims (static provisioning)
86
86
6. Deploy application to AKS
87
87
7. Validate
88
88
8. Point traffic to the AKS cluster
@@ -108,7 +108,7 @@ If not, one possible migration approach involves the following steps:
108
108
4. Validate
109
109
5. Point traffic to the AKS cluster
110
110
111
-
In cases where you'd like to start with an empty share, then make a copy of the source data, you can use the [`az storage file copy`](https://docs.microsoft.com/en-us/cli/azure/storage/file/copy?view=azure-cli-latest) commands to migrate your data.
111
+
In cases where you'd like to start with an empty share, then make a copy of the source data, you can use the [`az storage file copy`](https://docs.microsoft.com/cli/azure/storage/file/copy?view=azure-cli-latest) commands to migrate your data.
112
112
113
113
### Deployment Strategy
114
114
@@ -130,7 +130,7 @@ There are also several open-source tools that can help, depending on your needs:
130
130
131
131
### 1. Create an AKS cluster
132
132
133
-
You can follow the docs to [create an AKS cluster](https://docs.microsoft.com/en-us/azure/aks/create-cluster) via the Azure portal, Azure CLI, or Resource Manager template.
133
+
You can follow the docs to [create an AKS cluster](https://docs.microsoft.com/azure/aks/create-cluster) via the Azure portal, Azure CLI, or Resource Manager template.
134
134
135
135
> You can find sample Azure Resource Manager templates for AKS at the [Azure/AKS](https://github.com/Azure/AKS/tree/master/examples/vnet) repository on GitHub
Copy file name to clipboardexpand all lines: articles/aks/http-application-routing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The HTTP application routing solution makes it easy to access applications that
18
18
When the add-on is enabled, it creates a DNS Zone in your subscription. For more information about DNS cost, see [DNS pricing][dns-pricing].
19
19
20
20
> [!CAUTION]
21
-
> The HTTP application routing add-on is designed to let you quickly create an ingress controller and access your applications. This add-on is not recommended for production use. For production-ready ingress deployments that include multiple replicas and TLS support, see [Create an HTTPS ingress controller](https://docs.microsoft.com/en-us/azure/aks/ingress-tls).
21
+
> The HTTP application routing add-on is designed to let you quickly create an ingress controller and access your applications. This add-on is not recommended for production use. For production-ready ingress deployments that include multiple replicas and TLS support, see [Create an HTTPS ingress controller](https://docs.microsoft.com/azure/aks/ingress-tls).
Copy file name to clipboardexpand all lines: articles/api-management/api-management-configuration-repository-git.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -214,14 +214,14 @@ The final setting, `$ref-policy`, maps to the global policy statements file for
214
214
### apis folder
215
215
The `apis` folder contains a folder for each API in the service instance, which contains the following items.
216
216
217
-
*`apis\<api name>\configuration.json` - this is the configuration for the API and contains information about the backend service URL and the operations. This is the same information that would be returned if you were to call [Get a specific API](https://docs.microsoft.com/en-us/rest/api/apimanagement/api/get) with `export=true` in `application/json` format.
218
-
*`apis\<api name>\api.description.html` - this is the description of the API and corresponds to the `description` property of the [API entity](https://docs.microsoft.com/en-us/java/api/com.microsoft.azure.storage.table._entity_property).
219
-
*`apis\<api name>\operations\` - this folder contains `<operation name>.description.html` files that map to the operations in the API. Each file contains the description of a single operation in the API, which maps to the `description` property of the [operation entity](https://docs.microsoft.com/en-us/rest/api/visualstudio/operations/list#operationproperties) in the REST API.
217
+
*`apis\<api name>\configuration.json` - this is the configuration for the API and contains information about the backend service URL and the operations. This is the same information that would be returned if you were to call [Get a specific API](https://docs.microsoft.com/rest/api/apimanagement/api/get) with `export=true` in `application/json` format.
218
+
*`apis\<api name>\api.description.html` - this is the description of the API and corresponds to the `description` property of the [API entity](https://docs.microsoft.com/java/api/com.microsoft.azure.storage.table._entity_property).
219
+
*`apis\<api name>\operations\` - this folder contains `<operation name>.description.html` files that map to the operations in the API. Each file contains the description of a single operation in the API, which maps to the `description` property of the [operation entity](https://docs.microsoft.com/rest/api/visualstudio/operations/list#operationproperties) in the REST API.
220
220
221
221
### groups folder
222
222
The `groups` folder contains a folder for each group defined in the service instance.
223
223
224
-
*`groups\<group name>\configuration.json` - this is the configuration for the group. This is the same information that would be returned if you were to call the [Get a specific group](https://docs.microsoft.com/en-us/rest/api/apimanagement/group/get) operation.
224
+
*`groups\<group name>\configuration.json` - this is the configuration for the group. This is the same information that would be returned if you were to call the [Get a specific group](https://docs.microsoft.com/rest/api/apimanagement/group/get) operation.
225
225
*`groups\<group name>\description.html` - this is the description of the group and corresponds to the `description` property of the [group entity](https://docs.microsoft.com/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-group-entity).
226
226
227
227
### policies folder
@@ -241,7 +241,7 @@ The `portalStyles` folder contains configuration and style sheets for developer
241
241
### products folder
242
242
The `products` folder contains a folder for each product defined in the service instance.
243
243
244
-
*`products\<product name>\configuration.json` - this is the configuration for the product. This is the same information that would be returned if you were to call the [Get a specific product](https://docs.microsoft.com/en-us/rest/api/apimanagement/product/get) operation.
244
+
*`products\<product name>\configuration.json` - this is the configuration for the product. This is the same information that would be returned if you were to call the [Get a specific product](https://docs.microsoft.com/rest/api/apimanagement/product/get) operation.
245
245
*`products\<product name>\product.description.html` - this is the description of the product and corresponds to the `description` property of the [product entity](https://docs.microsoft.com/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-product-entity) in the REST API.
> Behind the scene, a [Logger](https://docs.microsoft.com/en-us/rest/api/apimanagement/logger/createorupdate) entity is created in your API Management instance, containing the Instrumentation Key of the Application Insights instance.
51
+
> Behind the scene, a [Logger](https://docs.microsoft.com/rest/api/apimanagement/logger/createorupdate) entity is created in your API Management instance, containing the Instrumentation Key of the Application Insights instance.
52
52
53
53
## Enable Application Insights logging for your API
54
54
@@ -65,7 +65,7 @@ Before you can use Azure Application Insights, you first need to create an insta
65
65
10. Click **Save**.
66
66
67
67
> [!NOTE]
68
-
> Behind the scene, a [Diagnostic](https://docs.microsoft.com/en-us/rest/api/apimanagement/diagnostic/createorupdate) entity named 'applicationinsights' is created at the API level.
68
+
> Behind the scene, a [Diagnostic](https://docs.microsoft.com/rest/api/apimanagement/diagnostic/createorupdate) entity named 'applicationinsights' is created at the API level.
0 commit comments