Compare commits
1 الالتزامات
main
...
dependabot
المؤلف | SHA1 | التاريخ | |
---|---|---|---|
![]() |
83986a3f30 |
@@ -17,7 +17,7 @@
|
|||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"markdown.marp.html": "all",
|
"markdown.marp.enableHtml": true,
|
||||||
"markdown.marp.themes": [
|
"markdown.marp.themes": [
|
||||||
"./slides/themes/custom.css",
|
"./slides/themes/custom.css",
|
||||||
"./slides/themes/custom-default.css",
|
"./slides/themes/custom-default.css",
|
||||||
|
@@ -9,6 +9,8 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
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 represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
|
@@ -38,7 +38,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install azd
|
- name: Install azd
|
||||||
uses: Azure/setup-azd@v2.0.0
|
uses: Azure/setup-azd@v2.1.0
|
||||||
|
|
||||||
- name: Log in with Azure (Federated Credentials)
|
- name: Log in with Azure (Federated Credentials)
|
||||||
if: ${{ env.AZURE_CLIENT_ID != '' }}
|
if: ${{ env.AZURE_CLIENT_ID != '' }}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
|
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 location string = resourceGroup().location // Location for all resources
|
||||||
param linuxFxVersion string = 'DOTNETCORE|8.0' // The runtime stack of web app
|
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
|
### 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-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-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 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-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
|
# Agenda
|
||||||
@@ -322,11 +321,11 @@ updates:
|
|||||||
## Follow Chris Ayers
|
## 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-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-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 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-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>
|
</div>
|
||||||
|
|
||||||
|
@@ -28,4 +28,4 @@ svg[id^="mermaid-"] {
|
|||||||
max-height: 600px;
|
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';
|
||||||
|
المرجع في مشكلة جديدة
حظر مستخدم