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-domain-services/tutorial-create-instance.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
@@ -115,7 +115,7 @@ On the **Summary** page of the wizard, review the configuration settings for the
115
115
116
116

117
117
118
-
During the provisioning process, Azure AD DS creates two Enterprise Applications named *Domain Controller Services* and *AzureActiveDirectoryDomainControllerServices* in your directory. These Enterprise Applications are needed to service your managed domain. It's imperative that these applications are not deleted at any time.
118
+
We provision Azure AD Domain Services on the Azure Active Directory tenant and the Azure AD Domain Services resource for the service is created within the associated Azure subscription. During the provisioning process, Azure AD DS creates two Enterprise Applications named *Domain Controller Services* and *AzureActiveDirectoryDomainControllerServices* in your Azure Active directory instance where you have enabled the Azure AD domain services. These Enterprise Applications are needed to service your managed domain. It's imperative that these applications are not deleted at any time.
119
119
120
120
## Update DNS settings for the Azure virtual network
# How to configure user provisioning to an Azure AD Gallery application
24
24
25
-
*User account provisioning* is the act of creating, updating, and/or disabling user account records in an application’s local user profile store. Most cloud and SaaS applications store the users role and permissions in their own local user profile store, and presence of such a user record in their local store is *required* for single sign-on and access to work.
25
+
*User account provisioning* is the act of creating, updating, and/or disabling user account records in an application’s local user profile store. Most cloud and SaaS applications store the users role and permissions in the user's own local user profile store, and presence of such a user record in the user's local store is *required* for single sign-on and access to work.
26
26
27
27
In the Azure portal, the **Provisioning** tab in the left navigation pane for an Enterprise App displays what provisioning modes are supported for that app. This can be one of two values:
28
28
29
29
## Configuring an application for Manual Provisioning
30
30
31
-
*Manual* provisioning means that user accounts must be created manually using the methods provided by that app. This could mean logging into an administrative portal for that app and adding users using a web-based user interface. Or it could be uploading a spreadsheet with user account detail, using a mechanism provided by that application. Consult the documentation provided by the app, or contact the app developer to determine wat mechanisms are available.
31
+
*Manual* provisioning means that user accounts must be created manually using methods provided by the app. This could mean logging into an administrative portal for that app and adding users using a web-based user interface. Or it could be uploading a spreadsheet with user account detail, using a mechanism provided by that application. Consult the documentation provided by the app, or contact the app developer to determine what mechanisms are available.
32
32
33
-
If Manual is the only mode shown for a given application, it means that no automatic Azure AD provisioning connector has been created for the app yet. Or it means the app does not support the pre-requisite user management API upon which to build an automated provisioning connector.
33
+
If *Manual* is the only mode shown for a given application, it means that there is no automatic Azure AD provisioning connector for the app yet. Or it means the app does not support the pre-requisites for Microsoft's user management API, which is used to build an automated provisioning connector.
34
34
35
35
If you would like to request support for automatic provisioning for a given app, you can fill out a request using the [Azure Active Directory Application Requests](https://aka.ms/aadapprequest).
36
36
@@ -40,16 +40,14 @@ If you would like to request support for automatic provisioning for a given app,
40
40
41
41
For more information on how to provision specific users and groups to an application, see [Managing user account provisioning for enterprise apps](https://docs.microsoft.com/azure/active-directory/active-directory-enterprise-apps-manage-provisioning).
42
42
43
-
The actual steps required to enable and configure automatic provisioning vary depending on the application.
43
+
The actual steps required to enable and configure automatic provisioning varies depending on the application.
44
44
45
-
>[!NOTE]
46
-
>You should start by finding the setup tutorial specific to setting up provisioning for your application, and following those steps to configure both the app and Azure AD to create the provisioning connection.
47
-
>
48
-
>
45
+
> [!NOTE]
46
+
> You should start by finding the setup tutorial specific to setting up provisioning for your application, and following those steps to configure both the app and Azure AD to create the provisioning connection.
49
47
50
48
App tutorials can be found at [List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-saas-tutorial-list).
51
49
52
-
An important thing to consider when setting up provisioning be to review and configure the attribute mappings and workflows that define which user (or group) properties flow from Azure AD to the application. This includes setting the “matching property” that be used to uniquely identify and match users/groups between the two systems. For more information on this important process.
50
+
An important thing to consider when setting up provisioning is to review and configure the attribute mappings and workflows that define which user (or group) properties flow from Azure AD to the application. This includes setting the “matching property” that is used to uniquely identify and match users/groups between the two systems. See the link in *Next Steps* for more information on attribute mappings.
53
51
54
52
## Next steps
55
53
[Customizing User Provisioning Attribute Mappings for SaaS Applications in Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-saas-customizing-attribute-mappings)
## Publish your web app <aname="launch-the-publish-wizard"></a>
61
60
62
61
1. In **Solution Explorer**, right-click the **myFirstAzureWebApp** project and select **Publish**.
63
62
64
-
1. Choose **App Service** and then select**Publish**.
63
+
1. Choose **App Service** and then change **Create profile** to**Publish**.
65
64
66
65

67
66
@@ -96,9 +95,9 @@ Create an ASP.NET web app by following these steps:
96
95
97
96
1. In **Name**, enter a unique app name that includes only the valid characters are `a-z`, `A-Z`, `0-9`, and `-`. You can accept the automatically generated unique name. The URL of the web app is `http://<app_name>.azurewebsites.net`, where `<app_name>` is your app name.
Copy file name to clipboardExpand all lines: articles/app-service/app-service-web-tutorial-windows-containers-custom-fonts.md
+26-15Lines changed: 26 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.service: app-service-web
11
11
ms.workload: web
12
12
ms.tgt_pltfrm: na
13
13
ms.topic: quickstart
14
-
ms.date: 04/03/2019
14
+
ms.date: 10/22/2019
15
15
ms.author: cephalin
16
16
ms.custom: mvc
17
17
ms.custom: seodec18
@@ -87,6 +87,10 @@ RUN ${source:-obj/Docker/publish/InstallFont.ps1}
87
87
88
88
You can find _InstallFont.ps1_ in the **CustomFontSample** project. It's a simple script that installs the font. You can find a more complex version of the script in the [Script Center](https://gallery.technet.microsoft.com/scriptcenter/fb742f92-e594-4d0c-8b79-27564c575133).
89
89
90
+
> [!NOTE]
91
+
> To test the Windows container locally, make sure that Docker is started on your local machine.
92
+
>
93
+
90
94
## Publish to Azure Container Registry
91
95
92
96
[Azure Container Registry](https://docs.microsoft.com/azure/container-registry/) can store your images for container deployments. You can configure App Service to use images hosted in Azure Container Registry.
@@ -132,27 +136,34 @@ Sign in to the Azure portal at https://portal.azure.com.
132
136
133
137
From the left menu, select **Create a resource** > **Web** > **Web App for Containers**.
134
138
135
-
### Configure the new web app
139
+
### Configure app basics
136
140
137
-
In the create interface, configure the settings according to the following table:
141
+
In the **Basics** tab, configure the settings according to the following table, then click **Next: Docker**.
138
142
139
143
| Setting | Suggested value | For more information |
140
144
| ----------------- | ------------ | ----|
141
-
|**App Name**| Type a unique name. | The URL of the web app is `http://<app_name>.azurewebsites.net`, where `<app_name>` is your app name. |
142
-
|**Resource Group**| Select **Use existing** and type **myResourceGroup**. ||
143
-
|**OS**| Windows (Preview) ||
144
-
145
-
### Configure App Service plan
145
+
|**Subscription**| Make sure the correct subscription is selected. ||
146
+
|**Resource Group**| Select **Create new**, type **myResourceGroup**, and click **OK**. ||
147
+
|**Name**| Type a unique name. | The URL of the web app is `http://<app-name>.azurewebsites.net`, where `<app-name>` is your app name. |
148
+
|**Publish**| Docker container ||
149
+
|**Operating System**| Windows ||
150
+
|**Region**| West Europe ||
151
+
|**Windows Plan**| Select **Create new**, type **myAppServicePlan**, and click **OK**. ||
146
152
147
-
Click**App Service plan/Location**> **Create new**. Give the new plan a name, select **West Europe** as the location, and click **OK**.
Click **Configure container** > **Azure Container Registry**. Select the registry, image, and tag you created earlier in [Publish to Azure Container Registry](#publish-to-azure-container-registry), and click**OK**.
159
+
In the **Docker** tab, configure your custom Windows container as shown in the following table, and select**Review + create**.
|**Registry**| Select [the registry you created earlier](#publish-to-azure-container-registry). |
165
+
|**Image**| customfontsample |
166
+
|**Tag**| latest |
156
167
157
168
### Complete app creation
158
169
@@ -180,9 +191,9 @@ Wait a few minutes and try again, until you get the homepage with the beautiful
180
191
181
192
## See container start-up logs
182
193
183
-
It may take some time for the Windows container to load. To see the progress, navigate to the following URL by replacing *\<app_name>* with the name of your app.
194
+
It may take some time for the Windows container to load. To see the progress, navigate to the following URL by replacing *\<app-name>* with the name of your app.
0 commit comments