diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..66544f0 Binary files /dev/null and b/.DS_Store differ diff --git a/.frontmatter/database/mediaDb.json b/.frontmatter/database/mediaDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/mediaDb.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.frontmatter/database/pinnedItemsDb.json b/.frontmatter/database/pinnedItemsDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/pinnedItemsDb.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json new file mode 100644 index 0000000..014e783 --- /dev/null +++ b/.frontmatter/database/taxonomyDb.json @@ -0,0 +1 @@ +{"taxonomy":{"tags":["Azure","Cost Allocation","FinOps","Platform Engineering"],"categories":[]}} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ad19e5d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "[markdown]": { + }, + "frontMatter.content.pageFolders": [ + { + "title": "cost-allocation", + "path": "[[workspace]]/content/posts/cost-allocation" + } + ] +} \ No newline at end of file diff --git a/assets/images/favicon.png b/assets/images/favicon.png index 869b666..cca2605 100644 Binary files a/assets/images/favicon.png and b/assets/images/favicon.png differ diff --git a/assets/images/favicon2.png b/assets/images/favicon2.png new file mode 100644 index 0000000..869b666 Binary files /dev/null and b/assets/images/favicon2.png differ diff --git a/content/posts/cost-allocation/index.md b/content/posts/cost-allocation/index.md index 9e268a2..2ed1dd7 100644 --- a/content/posts/cost-allocation/index.md +++ b/content/posts/cost-allocation/index.md @@ -1,10 +1,15 @@ --- -author: "Dylan Prins" +author: Dylan Prins title: "Mastering Cost Allocation in Azure: A Guide to Internal Charging" -date: "2024-6-06" -description: "How you can move costs to other subscriptions to create internal charging" -tags: ["Cost Allocation", "Azure", "FinOps", "Platform Engineering"] +date: 2024-6-06 +description: How you can move costs to other subscriptions to create internal charging +tags: + - Cost Allocation + - Azure + - FinOps + - Platform Engineering draft: false +preview: /cost-allocation.png --- ## What is Cost allocation? diff --git a/frontmatter.json b/frontmatter.json new file mode 100644 index 0000000..867cf5d --- /dev/null +++ b/frontmatter.json @@ -0,0 +1,53 @@ +{ + "$schema": "https://frontmatter.codes/frontmatter.schema.json", + "frontMatter.taxonomy.contentTypes": [ + { + "name": "default", + "pageBundle": false, + "previewPath": null, + "fields": [ + { + "title": "Title", + "name": "title", + "type": "string" + }, + { + "title": "Description", + "name": "description", + "type": "string" + }, + { + "title": "Publishing date", + "name": "date", + "type": "datetime", + "default": "{{now}}", + "isPublishDate": true + }, + { + "title": "Content preview", + "name": "preview", + "type": "image" + }, + { + "title": "Is in draft", + "name": "draft", + "type": "draft" + }, + { + "title": "Tags", + "name": "tags", + "type": "tags" + }, + { + "title": "Categories", + "name": "categories", + "type": "categories" + } + ] + } + ], + "frontMatter.framework.id": "hugo", + "frontMatter.content.publicFolder": "static", + "frontMatter.preview.host": "http://localhost:1313", + "frontMatter.git.enabled": true +} \ No newline at end of file diff --git a/content/posts/cost-allocation/cover.png b/static/cost-allocation.png similarity index 100% rename from content/posts/cost-allocation/cover.png rename to static/cost-allocation.png