Compare commits
1 الالتزامات
main
...
biceup-upd
المؤلف | SHA1 | التاريخ | |
---|---|---|---|
![]() |
a0bdb30f86 |
@@ -17,7 +17,7 @@
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"markdown.marp.html": "all",
|
||||
"markdown.marp.enableHtml": true,
|
||||
"markdown.marp.themes": [
|
||||
"./slides/themes/custom.css",
|
||||
"./slides/themes/custom-default.css",
|
||||
|
@@ -9,6 +9,8 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
@@ -14,7 +14,7 @@ param resourceNameSuffix string = uniqueString(resourceGroup().id)
|
||||
|
||||
// Define the names for resources.
|
||||
var appServiceAppName = 'toy-website-${resourceNameSuffix}'
|
||||
var appServicePlanName = 'toy-website'
|
||||
var appServicePlanName = 'toywebsite'
|
||||
var storageAccountName = 'mystorage${resourceNameSuffix}'
|
||||
|
||||
// Define the SKUs for each component based on the environment type.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
|
||||
param sku string = 'F1' // The SKU of App Service Plan
|
||||
param sku string = 'S1' // The SKU of App Service Plan
|
||||
param location string = resourceGroup().location // Location for all resources
|
||||
param linuxFxVersion string = 'DOTNETCORE|8.0' // The runtime stack of web app
|
||||
|
||||
|
@@ -18,14 +18,13 @@ footer: '@Chris_L_Ayers - https://chris-ayers.com'
|
||||
### Senior Site Reliability Engineer<br>Microsoft
|
||||
|
||||
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
|
||||
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
|
||||
<i class="fa-brands fa-twitter"></i> Twitter: @Chris\_L\_Ayers
|
||||
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
|
||||
<i class="fa fa-window-maximize"></i> Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
|
||||
<i class="fa-brands fa-github"></i> GitHub: [Codebytes](https://github.com/codebytes)
|
||||
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
|
||||
~~<i class="fa-brands fa-twitter"></i> Twitter: @Chris_L_Ayers~~
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Agenda
|
||||
@@ -181,7 +180,7 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/)
|
||||
|
||||
# Supply Chain Attacks
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -322,11 +321,11 @@ updates:
|
||||
## Follow Chris Ayers
|
||||
|
||||
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
|
||||
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
|
||||
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
|
||||
<i class="fa-brands fa-twitter"></i> Twitter: @Chris\_L\_Ayers
|
||||
<i class="fa fa-window-maximize"></i> Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
|
||||
<i class="fa-brands fa-github"></i> GitHub: [Codebytes](https://github.com/codebytes)
|
||||
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
|
||||
~~<i class="fa-brands fa-twitter"></i> Twitter: @Chris_L_Ayers~~
|
||||
|
||||
</div>
|
||||
|
||||
|
قبل العرض: | الارتفاع: | الحجم: 37 KiB بعد العرض: | الارتفاع: | الحجم: 37 KiB |
@@ -28,4 +28,4 @@ svg[id^="mermaid-"] {
|
||||
max-height: 600px;
|
||||
}
|
||||
|
||||
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css'
|
||||
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css';
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم