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/applied-ai-services/immersive-reader/tutorial-ios-picture-immersive-reader.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,19 +40,21 @@ Choose **Single View App**.
40
40

41
41
42
42
## Get the SDK CocoaPod
43
+
43
44
The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via Cocoapods:
45
+
44
46
1.[Install CocoaPods](http://guides.cocoapods.org/using/getting-started.html) - Follow the getting started guide to install Cocoapods.
45
47
2. Create a Podfile by running `pod init` in your Xcode project's root directory.
46
-
3.Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/immersive-reader-sdk'`. Your Podfile should look like the following, with your target's name replacing picture-to-immersive-reader-swift:
47
-
```ruby
48
-
platform :ios, '9.0'
49
-
50
-
target 'picture-to-immersive-reader-swift'do
51
-
use_frameworks!
52
-
# Pods for picture-to-immersive-reader-swift
53
-
pod 'immersive-reader-sdk', :git => 'https://github.com/microsoft/immersive-reader-sdk.git'
54
-
end
55
-
```
48
+
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/immersive-reader-sdk'`. Your Podfile should look like the following, with your target's name replacing picture-to-immersive-reader-swift:
49
+
```ruby
50
+
platform :ios, '9.0'
51
+
52
+
target 'picture-to-immersive-reader-swift'do
53
+
use_frameworks!
54
+
# Pods for picture-to-immersive-reader-swift
55
+
pod 'immersive-reader-sdk', :git => 'https://github.com/microsoft/immersive-reader-sdk.git'
56
+
end
57
+
```
56
58
4. In the terminal, in the directory of your Xcode project, run the command `pod install` to install the Immersive Reader SDK pod.
57
59
5. Add `import immersive_reader_sdk` to all files that need to reference the SDK.
58
60
6. Ensure to open the project by opening the `.xcworkspace` file and not the `.xcodeproj` file.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/metrics-advisor/how-tos/diagnose-an-incident.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,8 @@ The first section lists a summary of the current incident, including basic infor
60
60
61
61
- Analyzed root cause is an automatically analyzed result. Metrics Advisor analyzes all anomalies that are captured on time series within one metric with different dimension values at the same timestamp. Then performs correlation, clustering to group related anomalies together and generates root cause advice.
For metrics with multiple dimensions, it's a common case that multiple anomalies will be detected at the same time. However, those anomalies may share the same root cause. Instead of analyzing all anomalies one by one, leveraging **Analyzed root cause** should be the most efficient way to diagnose current incident.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/metrics-advisor/tutorials/enable-anomaly-notification.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: mrbullwinkle
5
5
ms.author: mbullwin
6
6
ms.service: cognitive-services
7
7
ms.topic: tutorial
8
-
ms.date: 05/20/2021
8
+
ms.date: 05/20/2021
9
9
---
10
10
11
11
# Tutorial: Enable anomaly notification in Metrics Advisor
@@ -250,13 +250,11 @@ There are several options to send email, both Microsoft hosted and 3rd-party off
250
250
Fill in the content that you'd like to include to 'Body', 'Subject' in the email and fill in an email address in 'To'.
251
251
252
252

253
-
253
+
254
254
#### [Teams Channel](#tab/teams)
255
-
256
-
### Send anomaly notification through a Microsoft Teams channel
257
-
This section will walk through the practice of sending anomaly notifications through a Microsoft Teams channel. This can help enable scenarios where team members are collaborating on analyzing anomalies that are detected by Metrics Advisor. The workflow is easy to configure and doesn't have a large number of prerequisites.
258
-
259
255
256
+
### Send anomaly notification through a Microsoft Teams channel
257
+
This section will walk through the practice of sending anomaly notifications through a Microsoft Teams channel. This can help enable scenarios where team members are collaborating on analyzing anomalies that are detected by Metrics Advisor. The workflow is easy to configure and doesn't have a large number of prerequisites.
260
258
261
259
**Step 1.** Add a 'Incoming Webhook' connector to your Teams channel
* If you are having trouble onboarding your Kubernetes cluster, confirm that you’ve added the Azure Active Directory, Azure Resource Manager, AzureFrontDoor.FirstParty and Microsoft Container Registry service tags to your local network firewall.
197
197
198
198
## Next steps
199
199
200
200
* Learn more about [Azure Private Endpoint](../../private-link/private-link-overview.md).
201
201
* Learn how to [troubleshoot Azure Private Endpoint connectivity problems](../../private-link/troubleshoot-private-endpoint-connectivity.md).
202
-
* Learn how to [configure Private Link for Azure Monitor](../../azure-monitor/logs/private-link-security.md).
202
+
* Learn how to [configure Private Link for Azure Monitor](../../azure-monitor/logs/private-link-security.md).
@@ -214,7 +214,7 @@ This section will guide you through manually adding Application Insights to a te
214
214
-->
215
215
<ConnectionString>Copy connection string from Application Insights Resource Overview</ConnectionString>
216
216
</ApplicationInsights>
217
-
```
217
+
```
218
218
219
219
4. Before the closing `</ApplicationInsights>` tag, add the connection string for your Application Insights resource. You can find your connection string on the overview pane of the newly created Application Insights resource.
220
220
@@ -249,7 +249,6 @@ This section will guide you through manually adding Application Insights to a te
249
249
}
250
250
}
251
251
}
252
-
253
252
```
254
253
255
254
6. In the *App_Start* folder, open the *FilterConfig.cs* file and change it to match the sample:
@@ -381,4 +380,4 @@ For the latest updates and bug fixes, [consult the release notes](./release-note
381
380
## Next steps
382
381
383
382
* Add synthetic transactions to test that your website is available from all over the world with [availability monitoring](monitor-web-app-availability.md).
384
-
* [Configure sampling](sampling.md) to help reduce telemetry traffic and data storage costs.
383
+
* [Configure sampling](sampling.md) to help reduce telemetry traffic and data storage costs.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/availability-azure-functions.md
+64-65Lines changed: 64 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,17 +45,16 @@ To create a new file, right click under your timer trigger function (for example
45
45
46
46
```xml
47
47
<ProjectSdk="Microsoft.NET.Sdk">
48
-
<PropertyGroup>
49
-
<TargetFramework>netstandard2.0</TargetFramework>
50
-
</PropertyGroup>
51
-
<ItemGroup>
52
-
<PackageReferenceInclude="Microsoft.ApplicationInsights"Version="2.15.0" /> <!-- Ensure you’re using the latest version -->
53
-
</ItemGroup>
48
+
<PropertyGroup>
49
+
<TargetFramework>netstandard2.0</TargetFramework>
50
+
</PropertyGroup>
51
+
<ItemGroup>
52
+
<PackageReferenceInclude="Microsoft.ApplicationInsights"Version="2.15.0" /> <!-- Ensure you’re using the latest version -->
53
+
</ItemGroup>
54
54
</Project>
55
-
56
55
```
57
56
58
-
:::image type="content" source="media/availability-azure-functions/function-proj.png" alt-text=" Screenshot of function.proj in App Service Editor." lightbox="media/availability-azure-functions/function-proj.png":::
57
+
:::image type="content" source="media/availability-azure-functions/function-proj.png" alt-text=" Screenshot of function.proj in App Service Editor." lightbox="media/availability-azure-functions/function-proj.png":::
59
58
60
59
2. Create a new file called "runAvailabilityTest.csx" and paste the following code:
61
60
@@ -64,11 +63,11 @@ To create a new file, right click under your timer trigger function (for example
64
63
65
64
public async static Task RunAvailabilityTestAsync(ILogger log)
0 commit comments