Are there any other Microsoft api that can give service health status of Microsoft?
We are already using api's mentioned in https://learn.microsoft.com/en-us/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0&preserve-view=true&tabs=http
But we have observed that status retrieved through this api are updated with some delay.
we are looking for some other options to check if Microsoft services are up or not.
There was Office 365 Service Communications API but it's retired and replaced by Service communications API.
There is no alternative to check health status of Microsoft services.
Resources:
Office 365 Service Communications API
Related
I am using Java 17 with the Azure SDK "applicationinsights-agent-3.3.1.jar" to connect all the microservices to "Azure Application Insights".
I am using com.azure:azure-messaging-servicebus:7.8.0
The configuration seems correct since I am able to spot each microservice in the application insights view and can see the interconnections between them in the "Application Map".
The Azure Service Bus Queue is also working as expected. (I can see the app logs and the queue monitoring on the Azure Service Bus view)
What is missing, are the arrows pointing to My "Service Bus Queue" and the queue part on the End-to-end transaction (Operation ID chaining) view.
I am expecting something like that:
Also:
Here: https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent#azure-sdks
We can see that "Telemetry emitted by these Azure SDKs is automatically collected by default ... Azure Service Bus 7.1.0+"
But here:
https://learn.microsoft.com/en-us/azure/azure-monitor/app/correlation#telemetry-correlation-in-java
"Kafka, RabbitMQ, and Azure Service Bus isn't supported in the SDK."
Thank you!
I want to integrate a payment service in my web application but the service provider needs a PCI Certificate for my web application as to see the current situation I'm thinking to move my server on AWS Amplify since AWS is a PCI DSS Compliant so if I host my web app do I get a separate PCI Certificate from AWS which I can show to the payment service provider for the payment integration.
I'm confused if I used AWS Amplify do AWS provide me a PCI Certificate for my web application. Please elaborate me regarding this.
Thanks
I am planning to use WSO2 as my API Gateway.
Requirement
We have created .NET Core APIs for our microservices and need to use Gateway for manage APIs.
I am totally confused by whether to use API Manager or WSO2 Micro Gateway or do we need to use both together
Can anyone help me in this regards
WSO2 API Manager is a full life cycle API management solution that also consists of an API Gateway, which serves API requests. However, this API Gateway was not originally designed for the container world. Therefore, this gateway can be a bit bulky for a container.
The solution is the Microgateway, which is designed for the container world. It is very lightweight and container-native. Microgateway can be used with the API manager to manage APIs.
Here[1] you can read more details about when to use each gateway.
[1] https://docs.wso2.com/display/AM260/Overview+of+the+Microgateway
Looking for documentation on our overall networking for WKC on Cloud in order to feel confident in its viability & security. Want to know all connectivity and networking options for WKC.
The recommended way is to use the IBM Cloud Secure Gateway service. WKC has direct support for it.
Here are the docs
for creating a connection.
Here are the docs
for configuring a secure gateway service.
Here are the docs
for all connections available out of the box in WKC.
We have an Azure Function supporting a SignalR hub leveraging Azure SignalR Services to publish messages to connected signalR clients. We'd like to enable MessagePack protocol in the function but we could not find any documentation or guidelines to tell how to do it. Any ideas on how to approach this problem?
Interestingly Message Pack protocol is initiated and used when the client app negotiates with the function. Further information can be found here.