Skip to content

Commit e7dc3b5

Browse files
1 parent 41e6889 commit e7dc3b5

File tree

19 files changed

+432
-26
lines changed

19 files changed

+432
-26
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Blog articles about Office 365 / SharePoint / Azure">
9+
<meta name="description" content="Blog articles about Microsoft 365 / Azure / General Dev">
1010

1111

1212

about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Blog articles about Office 365 / SharePoint / Azure">
9+
<meta name="description" content="Blog articles about Microsoft 365 / Azure / General Dev">
1010

1111

1212

@@ -357,7 +357,7 @@ <h1 id="about-this-blog">About this blog</h1>
357357
<h3 id="who-am-i">Who Am I</h3>
358358
<p>Hi ! I'm Michaël, Software Engineer for <a href="https://www.groupeonepoint.com/fr">onepoint</a> based in Nantes, France.</p>
359359
<p>I'm +10yr experienced in SharePoint solutions development (started from the 2007 version) and since 2017, I'm focused on developing SPFx solutions, working with Office 365 Managed Services and Azure Services, exploring Microsoft Graph and Identity. I also (try to) contribute to the PnP Initiative with amazing people!</p>
360-
<p>In this blog, I'll talk about things I learned day by day since I started to work with SharePoint Products (articles, memos,...).</p>
360+
<p>In this blog, I'll talk about things I learned day by day since I started to work with SharePoint Products until now with Microsoft 365 / Azure ecosystem (articles, memos, tips &amp; tricks...).</p>
361361
<h3 id="why-now">Why Now</h3>
362362
<p>It's hard to convince yourself "Ok, let's open to the world". I think I was waiting for the right time. When I see how the Microsoft Community has grown up, especially in the Office 365 bubble, I think that it could be helpful to anyone who, like me, wants to find some answers to technical issues met (missing puzzle piece 😉).</p>
363363
<h3 id="why-in-english">Why In English</h3>

articles/20200211-properly-remove-team/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Blog articles about Office 365 / SharePoint / Azure">
9+
<meta name="description" content="Blog articles about Microsoft 365 / Azure / General Dev">
1010

1111

1212

articles/20201119-connect-to-sharepoint-apppermission-certificate-keyvault/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Blog articles about Office 365 / SharePoint / Azure">
9+
<meta name="description" content="Blog articles about Microsoft 365 / Azure / General Dev">
1010

1111

1212

articles/20210125-azure-function-authentication-with-pnpframework/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Blog articles about Office 365 / SharePoint / Azure">
9+
<meta name="description" content="Blog articles about Microsoft 365 / Azure / General Dev">
1010

1111

1212

articles/20220104-apply-devops-spfx-part1/index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Blog articles about Office 365 / SharePoint / Azure">
9+
<meta name="description" content="Blog articles about Microsoft 365 / Azure / General Dev">
1010

1111

1212

@@ -297,6 +297,13 @@
297297
Useful Links
298298
</a>
299299

300+
</li>
301+
302+
<li class="md-nav__item">
303+
<a href="#navigation" class="md-nav__link">
304+
Navigation
305+
</a>
306+
300307
</li>
301308

302309
</ul>
@@ -316,7 +323,7 @@ <h1 id="apply-a-devops-process-to-your-spfx-project-part-1">Apply a DevOps proce
316323
<h2 id="use-case">Use Case</h2>
317324
<p>You're working on a daily basis with SharePoint Framework solutions in a business context. You want to make improvments on existing components and testing them without impacting users in production environment.</p>
318325
<h2 id="goal-of-this-article">Goal of this article</h2>
319-
<p>This article will show how to apply a DevOps process by using tools like Azure DevOps or GitHub Actions, using multi-stage pipelines to deploy on environments such as UAT, in order to validate an improvment or a hotfix before going to production.</p>
326+
<p>This article series will show how to apply a DevOps process by using tools like Azure DevOps or GitHub Actions, using multi-stage / environment pipelines to deploy on environments such as UAT, in order to validate an improvment or a hotfix before going to production.</p>
320327
<p>The first part will describe the DevOps philosophy, how can it fit in SharePoint Online context and which project does it work with.</p>
321328
<h2 id="the-devops-movment">The DevOps movment</h2>
322329
<p>Back in 2009, it was first described by Patrick Debois as a way of teaming up the developers (build) and the system administrators / operators (run), to unify their work and put some trust on each other.</p>
@@ -433,6 +440,8 @@ <h2 id="useful-links">Useful Links</h2>
433440
<ul>
434441
<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins?tabs=sprest" target="_blank">Application Lifecycle Management (ALM) APIs</a></li>
435442
</ul>
443+
<h2 id="navigation">Navigation</h2>
444+
<p><a href="../20220221-apply-devops-spfx-part2/">Apply a DevOps process to your SPFx project (Part 2)</a></p>
436445
<p>(Thanks to <a href="https://twitter.com/morisseauphi" target="_blank">Philippe M</a> for providing his DevOps schema template)</p>
437446

438447

0 commit comments

Comments
 (0)