Unable to retrieve API info: service unavailable - kubeapps

We have an issue where we are not able to fetch the changes merged into the GitLab registry. Any suggestion or help would be appreciated.

Related

Grafana Alert/AzureMonitor: Getting execution error while creating alert rules for graph in Grafana

Description:
I'm trying to create alert rule for graph(old) in grafana, but getting execution error.
Grafana Configuration:
Data Sources: Azure Monitor
Dashboard: AKS Monitor Container
Grafana hosted in Azure as Docker Container
Notification Channel: Microsoft Teams
Alert Rule Config:
Error:
Working State:
Configured notification channel(Type: Teams) is triggering perfectly.
Grafana is working perfectly
Tried Scenarios:
Deleted and recreated the whole Grafana Resource group in which a WebApps resource is there which is running Grafana dokcer image.
Tried with adding grafana from Azure Marketplace.
Searched a lot in google about this error but no luck.
Checked multiple times the config of notification Channel, Grafana(in Azure portal), Alert rule.
So, if anyone know about this error, please let me know the solution.
(OR)
I missed some configuration for Alert/Notification. If it is, Let me know.
Thanks in advance!!
Well, i got the answer for this.
As per Grafana, it will not allow you to create an Alert rule, if you are using(or referring) any variable in query.
Also, I created an issue in github and it's resolved. the fix can be seen in grafana 8.3.0

How to share build failure reason of azure devops pipeline through a mail?

I am working on build pipelines and i felt that i should be able to get a notification on why exactly my build failed when there is build failure(i.e, which task failed and reason for it ). Right now we will only get a mail which just gives build status whether its is succeded, failure or partial succeded.
I was expecting some of you guys might have came across this thought and succeded in implementing it.Any references to that would be much appriciated.
Thank you in advance.
Azure Devops does not support that feature. You may add your request here: Azure DevOps (formerly Visual Studio Team Services).
In addition, you could use Rest API: Builds - Get Build Logs and Builds - Get Build Log to get detailed logs, and install this 3rd-extension: Send Email in organization and then use it to send email which attaching the logs from failed build to get detailed notification.

how to deploy acronis extension on microsoft azure?

I'm trying to back up an azure vm to acronis, but whenever I try to deploy the acronis extension on azure I recieve the following error:
At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.
VM has reported a failure when processing extension 'AcronisBackup'. Error message: "Failed to connect to Acronis Backup Cloud. Check specified credentials and firewall settings. For more information please refer to https://kb.acronis.com/content/47189"
It basically says that the provisioning state failed. How can i fix this?
Issues related to installation of Acronis extension should be investigated with the help of Acronis support team.
Just a suggestion, you can try redeploying the VM to see if that lets you successfully install the extension. If issue persist, reach out to support and share below information with the technical professionals.
Error details with screenshot if possible
Detail steps followed for deployment

Azure Docker Web App - Failed to update data for container settings

I'm trying to configure continuous deployment for my Web App in Azure so it deploys every time I push an updated container image to the Azure registry.
However, when I go to "Container Settings" and set "Continuous Deployment" to true and then hit save I get the following error:
"Failed to update data for container settings."
I'm not sure how to start debugging this error message to find out what the issue is.
Does anyone have any ideas?
I faced the same error message when trying to update the configuration of a multi-container app.
The Azure portal sends the update as a request to their management API and the JSON response to this request contains a more detailed error message. This might help with debugging. For example, in my case the configuration was too long and this was kind of communicated in the response that I was able to find through the network tab of my browsers developer tools.
This just worked after revisiting the portal after a couple of days. Must have needed a bit of bedding in...

Getting deployment failed error in Azure API App after syncing with GitHub

I updated the NuGet packages locally and pushed the changes to remote GitHub repo. My remote repo is connected with Azure API App. After this update, I am getting deployment failed error. Below are the logs I found on Azure.
Does anyone know how to resolve this error?
I found the solution. Under the App service on Azure portal, there is a Console link in the menu. I went to the path D\home\site\repository and then ran nuget restore. It updated the package references and my build was back to normal again.

Resources