kalleantero / kalleantero.github.io

0 stars 0 forks source link

https://www.kallemarjokorpi.fi/blog/get-notified-about-service-health-incidents-that-have-occurred-in-azure.html #26

Open utterances-bot opened 7 months ago

utterances-bot commented 7 months ago

Get notified about service health incidents that have occurred in Azure - Blog by Kalle Marjokorpi

This blog is concentrated to Microsoft and cloud technology, coding and architecture. Solutions, tips and knowledge from a developer to developer.

https://www.kallemarjokorpi.fi/blog/get-notified-about-service-health-incidents-that-have-occurred-in-azure.html

sINGH1996202 commented 7 months ago

Hello, Which schemas are you using in "Parse Teams Message JSON" and "Parse alert status". The example teams json you provided does not return the schema in your documentation

kalleantero commented 6 months ago

Hello, it was this:

{ "properties": { "attachments": { "items": { "properties": { "content": { "type": "string" }, "contentType": { "type": "string" }, "contentUrl": {}, "id": { "type": "string" }, "name": {}, "thumbnailUrl": {} }, "required": [ "id", "contentType", "contentUrl", "content", "name", "thumbnailUrl" ], "type": "object" }, "type": "array" }, "body": { "properties": { "content": { "type": "string" }, "contentType": { "type": "string" } }, "type": "object" }, "channelIdentity": { "properties": { "channelId": { "type": "string" }, "teamId": { "type": "string" } }, "type": "object" }, "chatId": {}, "createdDateTime": { "type": "string" }, "deletedDateTime": {}, "etag": { "type": "string" }, "eventDetail": {}, "from": { "properties": { "application": { "properties": { "applicationIdentityType": { "type": "string" }, "displayName": { "type": "string" }, "id": { "type": "string" } }, "type": "object" }, "device": {}, "user": {} }, "type": "object" }, "id": { "type": "string" }, "importance": { "type": "string" }, "lastEditedDateTime": {}, "lastModifiedDateTime": { "type": "string" }, "locale": { "type": "string" }, "mentions": { "type": "array" }, "messageType": { "type": "string" }, "policyViolation": {}, "reactions": { "type": "array" }, "replyToId": {}, "subject": {}, "summary": {}, "webUrl": { "type": "string" } }, "type": "object" }

sINGH1996202 commented 6 months ago

For both "Parse Teams Message JSON" and "Parse alert status" ? On Feb 17, 2024, at 11:20 PM, Kalle Marjokorpi @.***> wrote: Hello, it was this: { "properties": { "attachments": { "items": { "properties": { "content": { "type": "string" }, "contentType": { "type": "string" }, "contentUrl": {}, "id": { "type": "string" }, "name": {}, "thumbnailUrl": {} }, "required": [ "id", "contentType", "contentUrl", "content", "name", "thumbnailUrl" ], "type": "object" }, "type": "array" }, "body": { "properties": { "content": { "type": "string" }, "contentType": { "type": "string" } }, "type": "object" }, "channelIdentity": { "properties": { "channelId": { "type": "string" }, "teamId": { "type": "string" } }, "type": "object" }, "chatId": {}, "createdDateTime": { "type": "string" }, "deletedDateTime": {}, "etag": { "type": "string" }, "eventDetail": {}, "from": { "properties": { "application": { "properties": { "applicationIdentityType": { "type": "string" }, "displayName": { "type": "string" }, "id": { "type": "string" } }, "type": "object" }, "device": {}, "user": {} }, "type": "object" }, "id": { "type": "string" }, "importance": { "type": "string" }, "lastEditedDateTime": {}, "lastModifiedDateTime": { "type": "string" }, "locale": { "type": "string" }, "mentions": { "type": "array" }, "messageType": { "type": "string" }, "policyViolation": {}, "reactions": { "type": "array" }, "replyToId": {}, "subject": {}, "summary": {}, "webUrl": { "type": "string" } }, "type": "object" }

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>