Skip to content

Commit 5aa1248

Browse files
committed
Merge branch 'master' of https://github.com/microsoftdocs/azure-docs-pr into ade-cli-win-qs
2 parents 50b3d73 + 15ffe6b commit 5aa1248

23 files changed

+242
-60
lines changed

articles/active-directory/conditional-access/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ After the user has signed in to the federated authentication service, Azure AD h
8787

8888
[!INCLUDE [Active Directory P1 license](../../../includes/active-directory-p1-license.md)]
8989

90+
Customers with [Microsoft 365 Business licenses](https://docs.microsoft.com/office365/servicedescriptions/microsoft-365-business-service-description) also have access to Conditional Access features.
91+
9092
## Next steps
9193

9294
To learn how to implement Conditional Access in your environment, see [Plan your Conditional Access deployment in Azure Active Directory](plan-conditional-access.md).

articles/azure-monitor/app/create-new-resource.md

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,55 +11,49 @@ ms.service: application-insights
1111
ms.workload: tbd
1212
ms.tgt_pltfrm: ibiza
1313
ms.topic: conceptual
14-
ms.date: 12/02/2016
14+
ms.date: 06/10/2019
1515
ms.author: mbullwin
1616

1717
---
1818
# Create an Application Insights resource
19-
Azure Application Insights displays data about your application in a Microsoft Azure *resource*. Creating a new resource is therefore part of [setting up Application Insights to monitor a new application][start]. In many cases, creating a resource can be done automatically by the IDE. But in some cases, you create a resource manually - for example, to have separate resources for development and production builds of your application.
2019

21-
After you have created the resource, you get its instrumentation key and use that to configure the SDK in the application. The resource key links the telemetry to the resource.
20+
Azure Application Insights displays data about your application in a Microsoft Azure *resource*. Creating a new resource is therefore part of [setting up Application Insights to monitor a new application][start]. After you have created your new resource, you can get its instrumentation key and use that to configure the Application Insights SDK. The instrumentation key links your telemetry to the resource.
2221

23-
## Sign up to Microsoft Azure
24-
If you haven't got a [Microsoft account, get one now](https://live.com). (If you use services like Outlook.com, OneDrive, Windows Phone, or XBox Live, you already have a Microsoft account.)
22+
## Sign in to Microsoft Azure
2523

26-
You also need a subscription to [Microsoft Azure](https://azure.com). If your team or organization has an Azure subscription, the owner can add you to it, using your Windows Live ID. You're only charged for what you use. The default basic plan allows for a certain amount of experimental use free of charge.
27-
28-
When you've got access to a subscription, log in to Application Insights at [https://portal.azure.com](https://portal.azure.com), and use your Live ID to login.
24+
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
2925

3026
## Create an Application Insights resource
31-
In the [portal.azure.com](https://portal.azure.com), add an Application Insights resource:
3227

33-
![Click New, Application Insights](./media/create-new-resource/01-new.png)
28+
Sign in to the [Azure portal](https://portal.azure.com), and create an Application Insights resource:
3429

35-
* **Application type** affects what you see on the overview blade and the properties available in [metric explorer][metrics]. If you don't see your type of app, choose General.
36-
* **Subscription** is your payment account in Azure.
37-
* **Resource group** is a convenience for managing properties like access control. If you have already created other Azure resources, you can choose to put this new resource in the same group.
38-
* **Location** is where we keep your data.
39-
* **Pin to dashboard** puts a quick-access tile for your resource on your Azure Home page. Recommended.
30+
![Click the `+` sign in the upper left corner. Select Developer Tools followed by Application Insights](./media/create-new-resource/new-app-insights.png)
4031

41-
When your app has been created, a new blade opens. This blade is where you see performance and usage data about your app.
32+
| Settings | Value | Description |
33+
| ------------- |:-------------|:-----|
34+
| **Name** | Globally Unique Value | Name that identifies the app you are monitoring. |
35+
| **Resource Group** | myResourceGroup | Name for the new or existing resource group to host App Insights data. |
36+
| **Location** | East US | Choose a location near you, or near where your app is hosted. |
4237

43-
To get back to it next time you log in to Azure, look for your app's quick-start tile on the start board (home screen). Or click Browse to find it.
38+
Enter the appropriate values into the required fields, and then select **Review + create**.
4439

45-
## Copy the instrumentation key
46-
The instrumentation key identifies the resource that you created. You need it to give to the SDK.
40+
![Enter values into required fields, and then select "review + create".](./media/create-new-resource/review-create.png)
4741

48-
![Click Essentials, click the Instrumentation Key, CTRL+C](./media/create-new-resource/02-props.png)
42+
When your app has been created, a new pane opens. This pane is where you see performance and usage data about your monitored application.
4943

50-
## Install the SDK in your app
51-
Install the Application Insights SDK in your app. This step depends heavily on the type of your application.
44+
## Copy the instrumentation key
5245

53-
Use the instrumentation key to configure [the SDK that you install in your application][start].
46+
The instrumentation key identifies the resource that you want to associate your telemetry data with. You will need copy to add the instrumentation key to your application's code.
5447

55-
The SDK includes standard modules that send telemetry without you having to write any code. To track user actions or diagnose issues in more detail, [use the API][api] to send your own telemetry.
48+
![Click and copy the instrumentation key](./media/create-new-resource/instrumentation-key.png)
5649

57-
## <a name="monitor"></a>See telemetry data
58-
Close the quick start blade to return to your application blade in the Azure portal.
50+
## Install the SDK in your app
51+
52+
Install the Application Insights SDK in your app. This step depends heavily on the type of your application.
5953

60-
Click the Search tile to see [Diagnostic Search][diagnostic], where the first events appear.
54+
Use the instrumentation key to configure [the SDK that you install in your application][start].
6155

62-
If you're expecting more data, click **Refresh** after a few seconds .
56+
The SDK includes standard modules that send telemetry without you having to write any additional code. To track user actions or diagnose issues in more detail, [use the API][api] to send your own telemetry.
6357

6458
## Creating a resource automatically
6559
You can write a [PowerShell script](../../azure-monitor/app/powershell.md) to create a resource automatically.
@@ -74,5 +68,4 @@ You can write a [PowerShell script](../../azure-monitor/app/powershell.md) to cr
7468
[api]: ../../azure-monitor/app/api-custom-events-metrics.md
7569
[diagnostic]: ../../azure-monitor/app/diagnostic-search.md
7670
[metrics]: ../../azure-monitor/app/metrics-explorer.md
77-
[start]: ../../azure-monitor/app/app-insights-overview.md
78-
71+
[start]: ../../azure-monitor/app/app-insights-overview.md
Binary file not shown.
Binary file not shown.
64.5 KB
Loading
100 KB
Loading
77.8 KB
Loading

articles/azure-monitor/insights/container-insights-live-logs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-monitor
1111
ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: infrastructure-services
14-
ms.date: 06/04/2019
14+
ms.date: 06/10/2019
1515
ms.author: magoedte
1616
---
1717

@@ -64,13 +64,13 @@ If you have enabled Kubernetes RBAC authorization, you will need to apply cluste
6464
2. If you are configuring it for the first time, you create the cluster rule binding by running the following command: `kubectl create -f LogReaderRBAC.yaml`. If you previously enabled support for live logs preview before we introduced live event logs, to update your configuration, run the following command: `kubectl apply -f LogReaderRBAC.yml`.
6565
6666
## Configure AKS with Azure Active Directory
67-
AKS can be configured to use Azure Active Directory (AD) for user authentication. If you are configuring it for the first time, see [Integrate Azure Active Directory with Azure Kubernetes Service](../../aks/azure-ad-integration.md). During the steps to create the [client application](../../aks/azure-ad-integration.md#create-client-application), you need to specify two **redirect URI** entries. The two URIs are:
67+
AKS can be configured to use Azure Active Directory (AD) for user authentication. If you are configuring it for the first time, see [Integrate Azure Active Directory with Azure Kubernetes Service](../../aks/azure-ad-integration.md). During the steps to create the [client application](../../aks/azure-ad-integration.md#create-client-application), specify the following:
6868
69-
- https://ininprodeusuxbase.microsoft.com/*
70-
- https://afd.hosting.portal.azure.net/monitoring/Content/iframe/infrainsights.app/web/base-libs/auth/auth.html
69+
- **Redirect URI (optional)**: This is a **Web** application type and the base URL value should be `https://afd.hosting.portal.azure.net/monitoring/Content/iframe/infrainsights.app/web/base-libs/auth/auth.html`.
70+
- After registering the application, from the **Overview** page select **Authentication** from the left-hand pane. On the **Authentication** page, under **Advanced settings** implicitly grant **Access tokens** and **ID tokens** and then save your changes.
7171
7272
>[!NOTE]
73-
>Configuring authentication with Azure Active Directory for single-sign on can only be accomplished during intial deployment of a new AKS cluster. You cannot configure single-sign on for an AKS cluster already deployed. You must configure authentication from **App registration (legacy)** option in Azure AD in order to support the use of a wildcard in the URI, and while adding it to the list, register it as a **native** app.
73+
>Configuring authentication with Azure Active Directory for single-sign on can only be accomplished during initial deployment of a new AKS cluster. You cannot configure single-sign on for an AKS cluster already deployed.
7474
>
7575
7676
## View live logs and events

articles/frontdoor/waf-faq.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.devlang: na
99
ms.topic: article
1010
ms.tgt_pltfrm: na
1111
ms.workload: infrastructure-services
12-
ms.date: 04/02/2019
12+
ms.date: 06/10/2019
1313
ms.author: kumud;tyao
1414
---
1515

@@ -27,9 +27,6 @@ An Azure WAF policy can be applied to web applications hosted on Application Gat
2727

2828
Azure Front Door is a highly scalable, globally distributed application and content delivery network. Azure WAF, when integrated with Front Door, stops denial-of-service and targeted application attacks at the Azure network edge, close to attack sources before they enter your virtual network, offers protection without sacrificing performance.
2929

30-
## How will I be charged for Azure WAF for Front Door?
31-
During public preview, WAF usage at Front Door are free of charge. Note that Front Door charge is extra. See Front Door Service pricing [here](https://azure.microsoft.com/pricing/details/frontdoor/).
32-
3330
## Does Azure WAF support HTTPS?
3431

3532
Front Door Service offers SSL offloading. WAF is natively integrated with Front Door and can inspect a request after it is decrypted.

0 commit comments

Comments
 (0)