Skip to content

Commit a5e5331

Browse files
committed
Updated paragraphs
1 parent 7c7f8bb commit a5e5331

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

src/app/azure-credits/components/FAQ.tsx

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,30 @@ const AzureCreditsQuestions = () => {
1616
<li>
1717
<b>What is this program?</b>
1818
<br />
19-
Microsoft offers grants of Azure credits to open source projects to help with their short-term development, infrastructure, and testing needs. Workloads such as long-term website hosting, continuous integration, and permanent database hosting are not a good fit for grant programs.
19+
{`
20+
Microsoft offers grants of Azure credits to open source projects to help
21+
with their short-term development, infrastructure, and testing needs.
22+
Workloads such as long-term website hosting, continuous integration, and
23+
permanent database hosting are not a good fit for grant programs.
24+
`}
2025
</li>
2126
<li>
2227
<b>Why does Microsoft provide Azure credits?</b>
2328
<br />
24-
Microsoft recognizes the value of contributing to communities, and we are in a position to provide grants to support the ecosystem. Our product and service teams often build strategic relationships with communities and are able to choose to provide credit as a result.
29+
{`
30+
Microsoft recognizes the value of contributing to communities, and
31+
we are in a position to provide grants to support the ecosystem. Our
32+
product and service teams often build strategic relationships with
33+
communities and are able to choose to provide credit as a result.
34+
`}
2535
</li>
2636
<li>
2737
<b>What are the grants for and how long do they last?</b>
2838
<br />
29-
Most grants span a single Microsoft fiscal year, but strategic relationships with specific businesses may be available on other terms.
39+
{`
40+
Most grants span a single Microsoft fiscal year, but strategic
41+
relationships with specific businesses may be available on other terms.
42+
`}
3043
</li>
3144
</ul>
3245
</div>

src/app/azure-credits/components/Overview.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ const AzureCreditsOverview = () => {
1010
Azure credits for open source projects
1111
</h4>
1212
<p>
13+
{`
1314
Many Microsoft product teams grant Azure credits to open source communities
1415
to support their work. These credits augment other complementary programs
1516
such as GitHub repositories, CI/CD with GitHub Actions, as well as financial
1617
contributions through the Microsoft FOSS Fund, foundation memberships, and
1718
other ecosystem support.
19+
`}
1820
</p>
1921
<p>
22+
{`
2023
Microsoft not currently accepting new applications from projects directly and
2124
is instead relying on strategic, organic relationships between Microsoft
2225
businesses and the open source that they depend on.
26+
`}
2327
</p>
2428
</div>
2529
);

0 commit comments

Comments
 (0)