Zack Chase
938067002c
Fix some event dates and registration links ( #566 )
2021-09-08 11:10:59 -07:00
Zack Chase
b027933b77
Add registration for 2021 Cloud Engineering Summit ( #562 )
...
* First cut of sessionize integration
* Add working registration flow
* Some copy updates and formatting fixes
* CES registration updates
* Address some feedback
* Remove uneeded pages and update ctas
* Remove unused image
* Address feedback
2021-09-03 14:25:41 -07:00
susan evans
0fcc86d786
adjust messaging on old pricing blog ( #489 )
2021-09-02 15:19:01 -07:00
susan evans
e880dbee21
improve messaging related to orgs and subscriptions ( #551 )
2021-09-01 16:22:08 -07:00
Zack Chase
d49ac9a69f
Fix up event dates and typo for upcoming workshop ( #555 )
2021-09-01 13:00:19 -07:00
Praneet Loke
9e3aff5c21
Fix Windows installation script command ( #548 )
...
Update the PowerShell script to replace the correct placeholder for installing a specific version of the CLI
2021-08-30 12:31:25 -07:00
Ian Wahbe
556c2dadba
Change dev to dev who worked extensively ( #550 )
2021-08-30 09:20:53 -07:00
aaronkao
f0c2264c9c
Update Top 5 Things an Azure Developer Needs to Know: Introduction ( #547 )
...
* Update index.md
Added links to the series in the intro
* Update index.md
Changed to relative reference links
2021-08-27 11:54:08 -05:00
Sophia Parafina
9063d5dd28
[Blog] Top 5 Things an Azure Developer Needs to Know: DevOps ( #531 )
...
* initial
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* patch(images): move image to proper spot
* Update themes/default/content/blog/top-5-things-for-azure-devs-devops/index.md
* patch(image and date): Fix whitespace and change date
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
2021-08-26 12:28:18 -07:00
Christian Nunciato
865fb913db
Fix a bad link ( #545 )
2021-08-25 13:26:12 -07:00
Cameron Stokes
ea81098b8b
Add Service REST API reference page. ( #370 )
2021-08-25 10:10:44 -07:00
Karol Zlot
eaf21715bb
Corrected incorrect statement about Python popularity ( #486 )
...
* Corrected incorrect statement about Python popularity
We misread the 2020 stack overflow developer survey. @karolzlot pointed it out to us. This points the website to the 2021 survey and correctly portrays the survey.
Co-authored-by: Ian Wahbe <ian@wahbe.com>
2021-08-22 00:17:24 -07:00
Jonathan Jaffe
1eda90641e
Update _index.md ( #538 )
...
Grammatical correction from
“Automation API requires the Pulumi CLI to be installed and available on your `PATH` environment variable”,
to,
“Automation API requires the Pulumi CLI to be installed and available in your `PATH` environment variable.”
2021-08-21 09:01:01 -07:00
Zack Chase
193b21dcf3
Add upcoming events for Sept/Oct ( #534 )
...
* Add upcoming events for Sept/Oct
* Update themes/default/content/resources/docker-show-multi-language-components/index.md
2021-08-20 15:52:07 -04:00
Justin Van Patten
42086a67d2
Update Pulumi Package schema docs for plain values ( #523 )
...
React to changes from https://github.com/pulumi/pulumi/pull/7059
- Remove `plain` and `plainInputs` array properties
- Add a bool `plain` property to `Type`.
2021-08-19 10:28:25 -07:00
Justin Van Patten
8e676c522c
Update Pulumi Package schema docs for methods ( #524 )
...
Add `methods` property to table of Resource properties.
2021-08-19 10:28:13 -07:00
Ian Wahbe
e2bfd14b01
iwahbe/fix intro concepts typos ( #527 )
...
* Fix typo of -> or in assets type list
* Make Putting It All Together text generic over language
* Fixes
** fix camelcasing for node languages
** Make pulumi-bucket refs internal links.
2021-08-19 09:38:04 -07:00
Paul Stack
229f608c82
Adding a specific setup page for AzureAD due to provider prefix ( #529 )
2021-08-19 18:17:09 +03:00
Alex Mullans
a11b214aa9
Fix Azure resource count in M60 release notes ( #526 )
2021-08-18 15:11:15 -07:00
Alex Mullans
4ac4f58863
Fix Kubernetes link ( #525 )
2021-08-18 09:35:31 -07:00
Alex Mullans
08eb56302d
August 18 releases ( #517 )
...
Co-authored-by: Levi Blackstone <levi@pulumi.com>
2021-08-18 08:34:13 -07:00
Sophia Parafina
3c168c8327
initial ( #518 )
2021-08-18 10:02:04 -05:00
Zack Chase
b7007e1a14
Update workshop details and remove old workshops ( #519 )
...
* Update workshop details and remove old workshops
* Add recording for Azure workshop
* Update AWS workshop time
2021-08-17 10:51:23 -07:00
Jon Parton
5644fda15c
docs: fish completion generator example fix ( #509 )
...
I believe there is a mistake in the docs when generating auto completion
for the fish shell.
It looks like a general code snippet has been used and the `yourprogram`
has not been replaced with `pulumi`.
This did not work until I changed the fish completion filename to
`pulumi.fish` which I have done in the example command shown in the
docs.
Signed-off-by: Jonathan Parton <jon.parton@gmail.com>
2021-08-17 09:09:15 +01:00
Zack Chase
80c693caab
Add upcoming aws workshops, kubecon, reinvent ( #506 )
...
* Add upcoming aws workshops, kubecon, reinvent
* Remove old workshop
2021-08-16 07:41:29 -07:00
Christian Nunciato
678fef0899
Fix a relref ( #515 )
2021-08-13 15:04:01 -05:00
Sophia Parafina
2050e75149
[Blog] Top 5 Things andAzure Developer Needs to Know: Kubernetes Infrastructure ( #505 )
...
* initial
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-kubernetes-infrastructure/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
2021-08-13 07:51:00 -07:00
Justin Van Patten
d0e792a8ce
Fix go unit test snippet ( #514 )
...
Fully qualify `MockResourceArgs` and `MockCallArgs`.
Also, while making changes here, use tabs consistently in Go snippets.
2021-08-13 05:05:39 -07:00
Christian Nunciato
9f0954eaa3
Fix some broken links ( #510 )
2021-08-12 15:50:46 -07:00
Sophia Parafina
d7423346a0
Standardize blog title: serverless ( #504 )
...
* initial
* fix numbered list
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* remove unpublished link
* pub date, edits
* pub date
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* not draft
* longer title
* more title wrangling
* more title wrangling
* more title wrangling
* more title wrangling
* more title wrangling
* more title wrangling
* more title wrangling
* standardize title
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
Co-authored-by: Matt Stratton <github@mattstratton.com>
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
2021-08-11 17:40:41 -05:00
Sophia Parafina
a44706dffa
Standardize blog series title: static web sites ( #503 )
...
* initial
* draft
* draft
* for review
* lengthen description
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* standardize title
* standardize title
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
2021-08-11 16:29:47 -05:00
Paul Stack
d9929e8a6c
Fixup openstack cloudproviders page ( #499 )
2021-08-11 15:34:21 +03:00
Zack Chase
e68ee94ed4
Automation API page update. ( #479 )
...
* First cut of new automation api page content
* Tighten up responsive design
* Apply suggestions from code review
Co-authored-by: George Huang <george@pulumi.com>
* Address feedback
* Update themes/default/layouts/page/automation.html
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
2021-08-10 16:39:55 -07:00
Matt Stratton
ed6b4c9b77
Add page for developer advocates ( #494 )
2021-08-10 15:39:37 -05:00
Sophia Parafina
07fda41cb2
[Blog] top 5 things for azure devs: static webapps ( #490 )
...
* initial
* draft
* draft
* for review
* lengthen description
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-static-websites/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
2021-08-10 09:30:36 -07:00
Zack Chase
8ba6d53b25
Remove CES CFP and watch link on azure workshop ( #491 )
2021-08-09 15:01:33 -07:00
Paul Stack
1a609fe659
Add correct link to SignalFx ( #488 )
2021-08-09 15:42:09 +03:00
paulternate
c704a1f2d3
Update setup.md ( #485 )
2021-08-06 21:46:55 +03:00
Sophia Parafina
61ce19303a
[Blog] top 5 things for azure devs severless ( #478 )
...
* initial
* fix numbered list
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* remove unpublished link
* pub date, edits
* pub date
* Update themes/default/content/blog/top-5-things-for-azure-devs-serverless/index.md
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
* not draft
* longer title
* more title wrangling
* more title wrangling
* more title wrangling
* more title wrangling
* more title wrangling
* more title wrangling
* more title wrangling
Co-authored-by: Matt Stratton <github@mattstratton.com>
Co-authored-by: Laura Santamaria <laura@nimbinatus.com>
2021-08-06 00:44:24 -05:00
Paul Stack
ab4825243a
Adding cloud provider page for minio ( #482 )
2021-08-05 21:29:21 +03:00
Shahid Iqbal
2f02792872
Fix typo ( #480 )
2021-08-04 18:22:16 -07:00
George Huang
323ec290d2
Add SANS logo ( #471 )
...
Replace Ware2Go with SANS logo
2021-08-04 15:18:25 -07:00
Sophia Parafina
64095f2159
Spara/5 things for azure dev intro - fixing title ( #475 )
...
* initial
* fix title
2021-08-04 08:25:08 -06:00
Sophia Parafina
387c68fbd7
Spara/5 things for azure dev vm ( #474 )
...
* initial
* add twitter card
* fix typo
* add emphasis
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* shorten title
* remove link to unpublished
* update publish date
* edits for clarity, fix links
* pub date
Co-authored-by: Matt Stratton <github@mattstratton.com>
2021-08-04 07:40:37 -06:00
George Huang
fde8b2b594
Update Kenshoo branding to Skai ( #472 )
...
* Update Kenshoo branding to Skai
Kenshoo rebranded to Skai, so we need to update the copy.
* Update skai branding across site
* resize skai logo
Co-authored-by: Zack Chase <zachary@pulumi.com>
Co-authored-by: spara <sophia.parafina@gmail.com>
2021-08-03 16:51:04 -07:00
George Huang
1fa3245967
Update Kenshoo's branding ( #473 )
...
Kenshoo rebranded to Skai, so we need to change the name in this blog post.
2021-08-03 16:50:56 -07:00
Sophia Parafina
783d57aac4
[Blog] top 5 things for azure dev to know VMs ( #470 )
...
* initial
* add twitter card
* fix typo
* add emphasis
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* Update themes/default/content/blog/top-5-things-for-azure-devs-vm/index.md
Co-authored-by: Matt Stratton <github@mattstratton.com>
* shorten title
* remove link to unpublished
* update publish date
* edits for clarity, fix links
Co-authored-by: Matt Stratton <github@mattstratton.com>
2021-08-03 16:34:23 -06:00
Sophia Parafina
fb5884b0cb
[Blog] cloud engineering on the rise ( #468 )
...
* initial
* [Blog] Customer Announcement: Cloud Engineering on the Rise
* add image
* fix headings
* replace headings with logos
2021-08-03 10:18:45 -06:00
Zack Chase
6210d90b52
Update webinars and add new workshops for aug 2021 ( #466 )
...
* Update webinars and add new workshops for aug 2021
* Add azurefunbytes livestream
2021-08-03 10:53:00 -04:00
Zack Chase
a9064c0758
Add SANS Institute case study ( #469 )
...
* Add sans case study
* Address feedback
* Fix up link
2021-08-02 17:44:07 -07:00