Skip to content

Instantly share code, notes, and snippets.

View ricardosequeira's full-sized avatar

Ricardo Sequeira ricardosequeira

View GitHub Profile
@ricardosequeira
ricardosequeira / azure-service-health-sli-workbook.json
Last active August 23, 2025 20:08
Azure Service Health SLI - Workbook
{
"version": "Notebook/1.0",
"items": [
{
"type": 1,
"content": {
"json": "### Service Health SLI from Azure Resource Graph\nThis workbook shows SLI for impacted resources based on Azure Service Health events available via Azure Resource Graph."
},
"name": "Header"
},
@ricardosequeira
ricardosequeira / git.migrate
Created December 31, 2016 16:32 — forked from niksumeiko/git.migrate
Moving git repository and all its branches, tags to a new remote repository keeping commits history
#!/bin/bash
# Sometimes you need to move your existing git repository
# to a new remote repository (/new remote origin).
# Here are a simple and quick steps that does exactly this.
#
# Let's assume we call "old repo" the repository you wish
# to move, and "new repo" the one you wish to move to.
#
### Step 1. Make sure you have a local copy of all "old repo"
### branches and tags.