microsoft / SATechnicalOnboarding

This is a repo for the Microsoft Learn Student Ambassador Technical Onboarding Process.
MIT License
243 stars 163 forks source link

Doing everything correctly but getting a cross while deploying to Azure #89

Closed protonerdy closed 5 months ago

protonerdy commented 8 months ago

image When I click on create a static page, after filling all the details, I'm getting this cross which makes my webpage come to default with "Alexandrie Grenier" instead of my name. Please help! I've tried 4-6 times now and I'm getting the same error.

AnthonyByansi commented 8 months ago

Hi @protonerdy had you looked at Step 3 precisely? These are the details you need to to change image

protonerdy commented 8 months ago

image Yes @AnthonyByansi I have used my own details.

theyashsisodiya commented 8 months ago

It is yellow mean it's mean the code is modified save the change or commit the change in your repo.

protonerdy commented 8 months ago

image @theyashsisodiya Getting this error, and here are the logs:


2024-01-23 13:52:16.761 [info] Validating found git in: "git"
2024-01-23 13:52:16.761 [info] Using git "2.43.0" from "git"
2024-01-23 13:52:16.761 [info] > git rev-parse --show-toplevel [6ms]
2024-01-23 13:52:16.761 [info] > git rev-parse --git-dir --git-common-dir [2ms]
2024-01-23 13:52:16.761 [info] Open repository: /workspaces/MLSA-Portfolio
2024-01-23 13:52:16.761 [info] > git config --get commit.template [37ms]
2024-01-23 13:52:16.761 [info] > git rev-parse --show-toplevel [24ms]
2024-01-23 13:52:16.761 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [18ms]
2024-01-23 13:52:16.761 [info] > git rev-parse --show-toplevel [9ms]
2024-01-23 13:52:16.761 [info] > git rev-parse --show-toplevel [42ms]
2024-01-23 13:52:16.774 [info] > git status -z -uall [16ms]
2024-01-23 13:52:16.809 [info] > git rev-parse --show-toplevel [36ms]
2024-01-23 13:52:16.811 [info] > git config --get commit.template [1ms]
2024-01-23 13:52:16.852 [info] > git rev-parse --show-toplevel [20ms]
2024-01-23 13:52:16.865 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [15ms]
2024-01-23 13:52:16.879 [info] > git rev-parse --show-toplevel [14ms]
2024-01-23 13:52:16.893 [info] > git status -z -uall [15ms]
2024-01-23 13:52:16.897 [info] > git rev-parse --show-toplevel [5ms]
2024-01-23 13:52:16.912 [info] > git rev-parse --show-toplevel [2ms]
2024-01-23 13:52:17.222 [info] > git check-ignore -v -z --stdin [2ms]
2024-01-23 13:52:19.914 [info] > git check-ignore -v -z --stdin [805ms]
2024-01-23 13:52:20.351 [info] > git show --textconv :src/App.jsx [269ms]
2024-01-23 13:52:20.351 [info] > git ls-files --stage -- /workspaces/MLSA-Portfolio/src/App.jsx [244ms]
2024-01-23 13:52:21.357 [info] > git cat-file -s 13265c2108efe8e7c65edbf38a92ac058769af68 [984ms]
2024-01-23 13:52:25.161 [info] > git config --local branch.main.github-pr-owner-number [110ms]
2024-01-23 13:57:24.348 [info] > git config --local branch.main.github-pr-owner-number [1ms]
2024-01-23 14:01:10.593 [info] > git show --textconv :src/Components/Home.jsx [31ms]
2024-01-23 14:01:10.594 [info] > git ls-files --stage -- /workspaces/MLSA-Portfolio/src/Components/Home.jsx [2ms]
2024-01-23 14:01:10.634 [info] > git cat-file -s 30b53a54027fabfab1b88bafe490b50972fe1aa6 [3ms]
2024-01-23 14:01:17.413 [info] > git config --get commit.template [37ms]
2024-01-23 14:01:17.414 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2024-01-23 14:01:17.451 [info] > git status -z -uall [3ms]
2024-01-23 14:01:22.418 [info] > git check-ignore -v -z --stdin [2ms]
2024-01-23 14:01:22.513 [info] > git config --get commit.template [30ms]
2024-01-23 14:01:22.514 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2024-01-23 14:01:22.543 [info] > git status -z -uall [2ms]
2024-01-23 14:01:23.803 [info] > git merge-base refs/heads/main refs/remotes/origin/main [2ms]
2024-01-23 14:01:23.833 [info] > git rev-list --count --left-right refs/heads/main...refs/remotes/origin/main [2ms]
2024-01-23 14:01:26.573 [info] > git log --oneline --cherry main...main@{upstream} -- [73ms]
2024-01-23 14:01:27.119 [info] > git pull --tags origin main [516ms]
2024-01-23 14:01:27.119 [info] From https://github.com/protonerdy/MLSA-Portfolio
 * branch            main       -> FETCH_HEAD
hint: You have divergent branches and need to specify how to reconcile them.
hint: You can do so by running one of the following commands sometime before
hint: your next pull:
hint: 
hint:   git config pull.rebase false  # merge
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint: 
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: Need to specify how to reconcile divergent branches.
2024-01-23 14:01:27.178 [info] > git config --get commit.template [28ms]
2024-01-23 14:01:27.180 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms]
2024-01-23 14:01:27.210 [info] > git status -z -uall [3ms]
2024-01-23 14:01:28.392 [info] > git config --get commit.template [28ms]
2024-01-23 14:01:28.393 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2024-01-23 14:01:28.424 [info] > git status -z -uall [3ms]
2024-01-23 14:01:28.600 [info] > git ls-files --stage -- /workspaces/MLSA-Portfolio/src/Components/Home.jsx [1ms]
2024-01-23 14:01:28.629 [info] > git cat-file -s 30b53a54027fabfab1b88bafe490b50972fe1aa6 [1ms]
2024-01-23 14:01:28.806 [info] > git show --textconv :src/Components/Home.jsx [3ms]
2024-01-23 14:01:40.050 [info] > git log --oneline --cherry main...main@{upstream} -- [4ms]
2024-01-23 14:01:40.568 [info] > git pull --tags origin main [488ms]
2024-01-23 14:01:40.568 [info] From https://github.com/protonerdy/MLSA-Portfolio
 * branch            main       -> FETCH_HEAD
hint: You have divergent branches and need to specify how to reconcile them.
hint: You can do so by running one of the following commands sometime before
hint: your next pull:
hint: 
hint:   git config pull.rebase false  # merge
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint: 
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: Need to specify how to reconcile divergent branches.
2024-01-23 14:01:40.629 [info] > git config --get commit.template [31ms]
2024-01-23 14:01:40.629 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [2ms]
2024-01-23 14:01:40.662 [info] > git status -z -uall [3ms]
2024-01-23 14:01:41.939 [info] > git config --get commit.template [30ms]
2024-01-23 14:01:41.939 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [3ms]
2024-01-23 14:01:41.970 [info] > git status -z -uall [2ms]
2024-01-23 14:01:42.144 [info] > git ls-files --stage -- /workspaces/MLSA-Portfolio/src/Components/Home.jsx [2ms]
2024-01-23 14:01:42.173 [info] > git cat-file -s 30b53a54027fabfab1b88bafe490b50972fe1aa6 [2ms]
2024-01-23 14:01:42.352 [info] > git show --textconv :src/Components/Home.jsx [2ms]```
theyashsisodiya commented 8 months ago

Watch this video do the same process as shown in this video : https://youtu.be/ywnEk471oKs?si=kbUH8Qdb_LXsN_dK

protonerdy commented 8 months ago

@theyashsisodiya that video aims to create the Cloud Skill Challenge, there's no information about the Technical Onboarding.

theyashsisodiya commented 8 months ago

@theyashsisodiya that video aims to create the Cloud Skill Challenge, there's no information about the Technical Onboarding.

Sorry for that mistake check out this video : https://youtu.be/tl4vk64enKA?si=RwSYySd10InlqRYr

KarlaaLinares commented 8 months ago

Hola. tuviste solucion? es que tambien tengo el mismo problema que tu

theyashsisodiya commented 8 months ago

I have completed my on boarding process but I didn't receive Alpha Certification.

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Karla Maria de los Angeles Lobos Linares @.> Sent: Sunday, January 28, 2024 4:28:45 AM To: microsoft/SATechnicalOnboarding @.> Cc: YASHRAJ SINGH SISODIYA @.>; Mention @.> Subject: Re: [microsoft/SATechnicalOnboarding] Doing everything correctly but getting a cross while deploying to Azure (Issue #89)

Hola. tuviste solucion? es que tambien tengo el mismo problema que tu

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/SATechnicalOnboarding/issues/89#issuecomment-1913359810, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXLQ2UG6DAZYDGSGNGCK7CTYQWBCLAVCNFSM6AAAAABBZIT7QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGM2TSOBRGA. You are receiving this because you were mentioned.Message ID: @.***>

AnthonyByansi commented 8 months ago

hi @theyashsisodiya please note that for Alpha advancement, you need to at least complete any of the following Learn paths. If you happen to have finished any of those, note that Alpha milestone advancement is automated and can take 2-3 weeks from the time you completed the learning,

In the meantime, you can check for your Certificate from the MVP website at the downloads section image

theyashsisodiya commented 8 months ago

I have completed the learning path and now I'm on beta it is showing on my profile but I didn't receive Alpha certificate.

On Feb 9, 2024 8:03 AM, Byansi Anthony @.***> wrote:

hi @theyashsisodiyahttps://github.com/theyashsisodiya please note that for Alpha advancement, you need to at least complete any of the following Learn pathshttps://stdntpartners-my.sharepoint.com/:o:/r/personal/flow_studentambassadors_com/Documents/Notebooks/Learn%20Paths?d=w50c61c8364534a588fd92d7cf3e53307&csf=1&web=1&e=bzvn8x. If you happen to have finished any of those, note that Alpha milestone advancement is automated and can take 2-3 weeks from the time you completed the learning,

In the meantime, you can check for your Certificate from the MVP websitehttps://studentambassadors.microsoft.com/ at the downloads section image.png (view on web)https://github.com/microsoft/SATechnicalOnboarding/assets/101401469/ba859af8-3a4f-4b19-aba6-d0ac26443ccc

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/SATechnicalOnboarding/issues/89#issuecomment-1935248040, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXLQ2UGV6GFDPK3I7LEOKMLYSWDFLAVCNFSM6AAAAABBZIT7QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVGI2DQMBUGA. You are receiving this because you were mentioned.Message ID: @.***>

AnthonyByansi commented 7 months ago

Hi @theyashsisodiya you were meant to download your Alpha Certificate early on. I'm not quite sure whether that could be reversed. Please reach out to the SA-coordinator on teams to have you assited

theyashsisodiya commented 7 months ago

@AnthonyByansi I have tried and told them about my concern but they didn't understand and at the end they sent a mail that the ticket is resolved!!

SalemTracey commented 7 months ago

@theyashsisodiya - it is possible for us to retrigger the Alpha certificate. i'll send a chat to you via Teams.

cc @AnthonyByansi

theyashsisodiya commented 7 months ago

Sure! @SalemTracey , your help would be greatly appreciated!