Skip to content

Commit

Permalink
Updated docs refs to use aka.ms instead of GH
Browse files Browse the repository at this point in the history
  • Loading branch information
Helder Pinto committed Apr 11, 2024
1 parent 3e3de44 commit 7f3d703
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-dev-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
echo '{
"SubscriptionId": "'"$AZURE_SUBSCRIPTION_ID"'",
"NamePrefix": "'"$AOE_NAMEPREFIX"'",
"NamePrefix": "'"$AOE_NAMEPREFIX$(date '+%Y%m%d%H')"'",
"WorkspaceReuse": "n",
"DeployWorkbooks": "y",
"SqlAdmin": "'"$AOE_SQL_ADMIN"'",
Expand Down
2 changes: 1 addition & 1 deletion views/workbooks/benefits-simulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{
"type": 1,
"content": {
"json": "If below tabs are reporting query errors, you must set up Pricesheet exports. See more details [here](https://github.com/helderpinto/AzureOptimizationEngine#enabling-the-reservations-and-benefits-usage-workbooks).",
"json": "If below tabs are reporting query errors, you must set up Pricesheet exports. See more details [here](https://aka.ms/AzureOptimizationEngine/commitmentssetup).",
"style": "warning"
},
"name": "text - 6"
Expand Down
2 changes: 1 addition & 1 deletion views/workbooks/benefits-usage.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"type": 1,
"content": {
"json": "If below tabs are reporting query errors, you must set up Pricesheet exports. See more details [here](https://github.com/helderpinto/AzureOptimizationEngine#enabling-the-reservations-and-benefits-usage-workbooks).",
"json": "If below tabs are reporting query errors, you must set up Pricesheet exports. See more details [here](https://aka.ms/AzureOptimizationEngine/commitmentssetup).",
"style": "warning"
},
"name": "text - 8"
Expand Down
2 changes: 1 addition & 1 deletion views/workbooks/identities-roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
"type": 1,
"content": {
"json": "For full functionality, this workbook requires Microsoft Entra ID exports. If you had not assigned the Global Reader role to the AOE managed identity yet, please do so ([see requirements](https://github.com/helderpinto/AzureOptimizationEngine#requirements)).",
"json": "For full functionality, this workbook requires Microsoft Entra ID exports. If you had not assigned the Global Reader role to the AOE managed identity yet, please do so ([see requirements](https://aka.ms/AzureOptimizationEngine/requirements)).",
"style": "info"
},
"name": "text - 22"
Expand Down
2 changes: 1 addition & 1 deletion views/workbooks/reservations-potential.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{
"type": 1,
"content": {
"json": "If below tiles are reporting query errors, you must set up Pricesheet exports. See more details [here](https://github.com/helderpinto/AzureOptimizationEngine#enabling-the-reservations-and-benefits-usage-workbooks).",
"json": "If below tiles are reporting query errors, you must set up Pricesheet exports. See more details [here](https://aka.ms/AzureOptimizationEngine/commitmentssetup).",
"style": "warning"
},
"name": "text - 5"
Expand Down
2 changes: 1 addition & 1 deletion views/workbooks/reservations-usage.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
{
"type": 1,
"content": {
"json": "If below tiles are reporting query errors, you must set up Pricesheet exports. See more details [here](https://github.com/helderpinto/AzureOptimizationEngine#enabling-the-reservations-and-benefits-usage-workbooks).",
"json": "If below tiles are reporting query errors, you must set up Pricesheet exports. See more details [here](https://aka.ms/AzureOptimizationEngine/commitmentssetup).",
"style": "warning"
},
"name": "text - 10"
Expand Down
2 changes: 1 addition & 1 deletion views/workbooks/savingsplans-usage.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
{
"type": 1,
"content": {
"json": "If below tiles are reporting query errors, you must set up Pricesheet exports. See more details [here](https://github.com/helderpinto/AzureOptimizationEngine#enabling-the-reservations-and-benefits-usage-workbooks).",
"json": "If below tiles are reporting query errors, you must set up Pricesheet exports. See more details [here](https://aka.ms/AzureOptimizationEngine/commitmentssetup).",
"style": "warning"
},
"name": "text - 10"
Expand Down

0 comments on commit 7f3d703

Please sign in to comment.