Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service library template #511

Merged
merged 3 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 119 additions & 0 deletions docs/services/.template/template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
---
layout: default
parent: {category} <!-- Service category display name from FOCUS -->
title: {service} <!-- Service display name from ACOM -->
nav_order: 0
description: '{one-line-description-from-acom}'
permalink: /services/{kebab-category}/{kebab-service}
---

<span class="fs-9 d-block mb-4">{service}</span>
{one-line-description-from-acom}
{: .fs-6 .fw-300 }

<!--
These CTA buttons are TBD. We could jump down to content or do something else.
[Primary CTA](#){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-4 }
[Secondary CTA](#){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
-->

<details open markdown="1">
<summary class="fs-2 text-uppercase">On this page</summary>

- [Understand cloud usage and cost](#understand-cloud-usage-and-cost)
- [Optimize cloud usage and cost](#optimize-cloud-usage-and-cost)
- [Quantify business value](#quantify-business-value)
- [Manage the FinOps practice](#manage-the-finops-practice)
- [πŸ™‹β€β™€οΈ Looking for more?](#️-looking-for-more)
- [🧰 Related tools](#-related-tools)

</details>

---

<!-- Consider copying the intro paragraph(s) from the "What is" doc -->
{long-description-if-needed}

<!-- Add links to ACOM, pricing, and docs -->
[About](https://azure.microsoft.com/products/{kebab-service}){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
[Pricing](https://azure.microsoft.com/pricing/details/{kebab-service}){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
[Documentation](https://learn.microsoft.com/azure/{kebab-service}){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }

<br>

<!-- Add content under each H3 capability and comment out any that aren't used -->

## Understand cloud usage and cost

### Data ingestion

### Allocation

### Reporting + analytics

### Anomalies

<br>

## Optimize cloud usage and cost

### Unit economics

### Estimation + forecasting

### Budgeting

### Benchmarking

<br>

## Quantify business value

### Architecting for cloud

### Utilization efficiency

### Workload management

### Licensing + SaaS

### Commitment discounts

### Cloud sustainability

<br>

## Manage the FinOps practice

### FinOps practice operations

### FinOps education + enablement

### FinOps assessment

### Cloud policy + governance

### FinOps tools + services

### Chargeback + invoicing

### Intersecting disciplines

<br>

## πŸ™‹β€β™€οΈ Looking for more?

Did we miss anything? Would you like to see something added? We'd love to hear about any questions, problems, or solutions you'd like to see covered here. Create a new issue with the details that you'd like to see either included here.

[Share feedback](https://github.com/microsoft/finops-toolkit/issues/new/choose){: .btn .mt-2 .mb-4 .mb-md-0 .mr-4 }

<br>

---

## 🧰 Related tools

<!-- Change any 0s to a "1" if the tool offers some specific support for this service or comment out the entire section including the "---" if none apply -->
{% include tools.md hubs="0" pbi="0" opt="0" gov="0" ps="0" bicep="0" data="0" %}

<br>
83 changes: 83 additions & 0 deletions docs/services/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
layout: default
title: Services
has_children: true
nav_order: 0
description: 'Learn how to implement FinOps for Microsoft Cloud services.'
permalink: /services
---

<span class="fs-9 d-block mb-4">Service-specific guidance</span>
Learn how to implement FinOps for Microsoft Cloud services.
{: .fs-6 .fw-300 }

[See all](#-list-of-services){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-4 }
<!--
[Secondary CTA](#){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
-->

<details open markdown="1">
<summary class="fs-2 text-uppercase">On this page</summary>

- [πŸ“‡ List of services](#-list-of-services)
- [πŸ™‹β€β™€οΈ Looking for more?](#️-looking-for-more)
- [🧰 Related tools](#-related-tools)

</details>

---

<!-- Description copied from https://github.com/FinOps-Open-Cost-and-Usage-Spec/FOCUS_Spec/blob/working_draft/specification/columns/servicecategory.md -->
Compute includes virtual, containerized, serverless, or high-performance computing infrastructure and services.

<br>

## πŸ“‡ List of services

<!-- Sort list alphabetically for findability -->

<!--
### AI + machine learning
### Analytics
### Business applications
-->

### Compute

- [Virtual machines](virtual-machines.md) – Create Linux and Windows virtual machines (VMs) in seconds and reduce costs.

<!--
### Databases
### Developer tools
### Identity
### Integration
### Internet of things
### Management + governance
### Media
### Migration
### Mobile
### Multicloud
### Networking
### Security
### Storage
### Web
### Other
-->

<br>

## πŸ™‹β€β™€οΈ Looking for more?

Did we miss anything? Would you like to see something added? We'd love to hear about any questions, problems, or solutions you'd like to see covered here. Create a new issue with the details that you'd like to see either included here.

[Share feedback](https://github.com/microsoft/finops-toolkit/issues/new/choose){: .btn .mt-2 .mb-4 .mb-md-0 .mr-4 }

<br>

---

## 🧰 Related tools

{% include tools.md hubs="1" pbi="1" opt="1" gov="1" ps="0" bicep="0" data="0" %}

<br>
58 changes: 58 additions & 0 deletions docs/services/compute/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
layout: default
parent: Services
title: Compute
has_children: true
nav_order: 0
description: 'Learn how to implement FinOps for compute services.'
permalink: /services/compute
---

<span class="fs-9 d-block mb-4">Compute</span>
Learn how to implement FinOps for compute services.
{: .fs-6 .fw-300 }

[See all](#-list-of-services){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-4 }
<!--
[Secondary CTA](#){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
-->

<details open markdown="1">
<summary class="fs-2 text-uppercase">On this page</summary>

- [πŸ“‡ List of services](#-list-of-services)
- [πŸ™‹β€β™€οΈ Looking for more?](#️-looking-for-more)
- [🧰 Related tools](#-related-tools)

</details>

---

<!-- Description copied from https://github.com/FinOps-Open-Cost-and-Usage-Spec/FOCUS_Spec/blob/working_draft/specification/columns/servicecategory.md -->
Compute includes virtual, containerized, serverless, or high-performance computing infrastructure and services.

<br>

## πŸ“‡ List of services

<!-- Sort list alphabetically for findability -->

- [Virtual machines](virtual-machines.md)

<br>

## πŸ™‹β€β™€οΈ Looking for more?

Did we miss anything? Would you like to see something added? We'd love to hear about any questions, problems, or solutions you'd like to see covered here. Create a new issue with the details that you'd like to see either included here.

[Share feedback](https://github.com/microsoft/finops-toolkit/issues/new/choose){: .btn .mt-2 .mb-4 .mb-md-0 .mr-4 }

<br>

---

## 🧰 Related tools

{% include tools.md hubs="1" pbi="1" opt="1" gov="1" ps="0" bicep="0" data="0" %}

<br>
115 changes: 115 additions & 0 deletions docs/services/compute/virtual-machines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
---
layout: default
parent: Compute
title: Virtual machines
nav_order: 0
description: 'Create Linux and Windows virtual machines (VMs) in seconds and reduce costs.'
permalink: /services/compute/virtual-machines
---

<span class="fs-9 d-block mb-4">{service}</span>
Create Linux and Windows virtual machines (VMs) in seconds and reduce costs.
{: .fs-6 .fw-300 }

<!--
[Primary CTA](#){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-4 }
[Secondary CTA](#){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
-->

<details open markdown="1">
<summary class="fs-2 text-uppercase">On this page</summary>

- [Understand cloud usage and cost](#understand-cloud-usage-and-cost)
- [Optimize cloud usage and cost](#optimize-cloud-usage-and-cost)
- [Quantify business value](#quantify-business-value)
- [Manage the FinOps practice](#manage-the-finops-practice)
- [πŸ™‹β€β™€οΈ Looking for more?](#️-looking-for-more)
- [🧰 Related tools](#-related-tools)

</details>

---

Azure virtual machines are one of several types of [on-demand, scalable computing resources that Azure offers](https://learn.microsoft.com/azure/architecture/guide/technology-choices/compute-decision-tree). Typically, you choose a virtual machine when you need more control over the computing environment than the other choices offer.

An Azure virtual machine gives you the flexibility of virtualization without having to buy and maintain the physical hardware that runs it. However, you still need to maintain the virtual machine by performing tasks, such as configuring, patching, and installing the software that runs on it.

[About](https://azure.microsoft.com/products/virtual-machines){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
[Pricing](https://azure.microsoft.com/pricing/details/virtual-machines){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }
[Documentation](https://learn.microsoft.com/azure/virtual-machines){: .btn .fs-5 .mb-4 .mb-md-0 .mr-4 }

<br>

## Understand cloud usage and cost

### Data ingestion

### Allocation

### Reporting + analytics

### Anomalies

<br>

## Optimize cloud usage and cost

### Unit economics

### Estimation + forecasting

### Budgeting

### Benchmarking

<br>

## Quantify business value

### Architecting for cloud

### Utilization efficiency

### Workload management

### Licensing + SaaS

### Commitment discounts

### Cloud sustainability

<br>

## Manage the FinOps practice

### FinOps practice operations

### FinOps education + enablement

### FinOps assessment

### Cloud policy + governance

### FinOps tools + services

### Chargeback + invoicing

### Intersecting disciplines

<br>

## πŸ™‹β€β™€οΈ Looking for more?

Did we miss anything? Would you like to see something added? We'd love to hear about any questions, problems, or solutions you'd like to see covered here. Create a new issue with the details that you'd like to see either included here.

[Share feedback](https://github.com/microsoft/finops-toolkit/issues/new/choose){: .btn .mt-2 .mb-4 .mb-md-0 .mr-4 }

<br>

---

## 🧰 Related tools

{% include tools.md hubs="1" pbi="1" opt="1" gov="1" ps="0" bicep="0" data="0" %}

<br>