Advertisement · 728 × 90

Posts by Push

Challenge accepted... appreciate the suggestion as well.

2 weeks ago 0 1 0 0

Cloud jobs in 2026 aren’t about what you’ve studied. They’re about what you’ve built.

If you’re not working with IaC, CI/CD, and real-world projects, you’re missing the mark.

Execution is the new resume.
#CloudJobs #LearningInPublic

3 weeks ago 0 0 1 0

Cloud jobs in 2026 are shifting.

Wrong path: chasing certs without real experience.
Right path: building projects, learning IaC, containers, security, and cost optimization.

Companies want engineers who can deliver, not just study.
#CloudJobs #LearningInPublic

4 weeks ago 0 0 0 0

After my AZ-104 retake didn’t go as planned, I changed my study approach.

Less content coverage.
More scenario analysis, timed exams, and pattern recognition.

The exam rewards clear thinking under pressure.
Training continues.
#AZ104 #LearningInPublic

1 month ago 0 0 0 0

Midweek AZ-104 study update.

This week’s focus has been identity scope, VNet peering behavior, and Private Endpoint DNS resolution.

Training more on scenarios and decision speed than memorizing services.

Sounds repetitive, but repetition builds confidence.
#AZ104 #LearningInPublic

1 month ago 0 0 0 0

Friday scenario answer 👇

The issue was likely VNet peering configuration.

Even if peering exists, connectivity fails if options like Allow virtual network access or Allow forwarded traffic aren’t enabled when required.

Peering must allow traffic — it’s not automatic.
#AZ104 #LearningInPublic

1 month ago 0 0 0 0

AZ-104 Thursday question 👇

Two VNets are peered, but a VM in VNet-A can not reach a VM in VNet-B.
NSG rules allow the traffic.

What’s the most common thing engineers forget in this situation?

Hint: It’s not DNS.
#AZ104 #LearningInPublic

1 month ago 1 0 0 0

AZ-104 midweek scenario 👇

VM can’t reach a Storage Account using a Private Endpoint.
Security rules look fine.
Routing looks fine.

What’s the missing piece?

Hint: It’s not the firewall.
#AZ104 #LearningInPublic

1 month ago 0 0 0 0

AZ-104 Friday quiz answers:

• Entra roles = directory control
• UDRs override system routing
• Private Endpoints need Private DNS Zones

Identity + routing + resolution = recurring exam themes.
#AZ104 #LearningInPublic

1 month ago 0 0 0 0

AZ-104 Friday quiz 👇

• RBAC controls. What exactly?
• What’s the purpose of a UDR?
• Why does a Private Endpoint need Private DNS?

Testing clarity before the retake. Drop your answers 👇
#AZ104 #LearningInPublic

1 month ago 0 0 0 0
Advertisement

Entering AZ-104 comeback phase.

Shifting from content study to execution training, timed exams, scenario breakdowns, and pattern recognition.

Failure is feedback. I’m using it.
#AZ104 #LearningInPublic

1 month ago 0 0 0 0

AZ-104 retake didn’t go my way.

The structure was more complex and scenario-driven than I anticipated.

Time to refocus, reinforce weak spots, and sharpen exam execution.
Failure is feedback.

#AZ104 #LearningInPublic

1 month ago 0 0 0 0

AZ-104 exam tomorrow.

No heavy studying tonight, just light review and rest.
Confidence comes from preparation, not last-minute pressure.

Ready to execute.

#AZ104 #LearningInPublic

1 month ago 0 0 0 0

Sprint Day 17: Storage & disaster recovery review.

Redundancy options matter.
Backup protects data.
Site Recovery protects services.

Know the difference before exam day.

#AZ104 #LearningInPublic

1 month ago 0 0 0 0

Sprint Day 16: High-risk topic drill.

Identity & networking carry weight on AZ-104.

If you can reason through scope + traffic flow quickly, you’re in strong shape.

Speed now comes from repetition.
#AZ104 #LearningInPublic

1 month ago 1 0 0 0

Sprint Day 15: Timed practice day.

Target ~60 seconds per question.
Read for scope. Eliminate aggressively.

Most wrong answers are technically possible but not optimal.

#AZ104 #LearningInPublic

1 month ago 1 0 0 0

Sprint Day 14: Final prep week begins.

Focus shifts from learning to execution.
Review weak domains, practice timed questions, and refine reasoning.

No cramming, just clarity.
#AZ104 #LearningInPublic

1 month ago 1 0 0 0

Sprint Day 13: Review day.

Don’t just re-read notes, analyze mistakes.

Are errors coming from scope confusion? Routing logic? RBAC v. Entra?
Find the pattern and fix it.

#AZ104 #LearningInPublic

1 month ago 1 0 0 0
Advertisement

Scenario 3:
Inbound traffic blocked despite allow rule.
❌ Higher priority deny rule exists

👉 Answer: Rule priority evaluation order.

2 months ago 2 0 0 0

Scenario 2:
Traffic between peered VNets fails.
✔️ Peering configured
❌ Custom UDR sends traffic elsewhere

👉 Answer: Route table misconfiguration.

2 months ago 1 0 0 0

Scenario 1:
VM can’t reach Storage Account via Private Endpoint.
✔️ NSG allows traffic
✔️ UDR correct
❌ Name doesn’t resolve

👉 Answer: Private DNS zone not linked to VNet.

2 months ago 1 0 0 0

Sprint Day 12: Networking scenario drills.

Troubleshoot in order:
NSG → UDR → DNS.
The exam rarely tests features. It tests your reasoning path.

Eliminate answers by tracing packet flow.
#AZ104 #LearningInPublic

2 months ago 1 0 3 0
Post image

Sprint Day 11: Private DNS Zones.

Private Endpoints need proper DNS resolution inside the VNet.
If name resolution fails, connectivity fails, even if routing is correct.

DNS is often the hidden issue.

#AZ104 #LearningInPublic

2 months ago 1 0 0 0

Sprint Day 10: Private Endpoints vs. Service Endpoints.

Service Endpoints secure traffic over Azure backbone.
Private Endpoints place the service inside your VNet with a private IP.

“Private access only” = Private Endpoint.

#AZ104 #LearningInPublic

2 months ago 1 0 0 0
Post image

Sprint Day 9: UDRs, Azure Firewall & forced tunneling.

UDRs override system routes.
Azure Firewall inspects traffic.
Forced tunneling sends traffic through a firewall or on-prem path.

Routing defines reality.
#AZ104 #LearningInPublic

2 months ago 1 0 0 0

Sprint Day 8: Network Security Groups.

NSGs filter inbound and outbound traffic by priority.
Subnet rules apply first, then NIC rules.

Most AZ-104 networking issues start here.
#AZ104 #LearningInPublic

2 months ago 1 0 0 0

Sprint Day 7: Azure networking fundamentals.

VNets create isolation, subnets organize traffic, and peering connects networks.

Peering doesn’t bypass NSGs or firewalls, security still applies.
#AZ104 #LearningInPublic

If you want, next up:

2 months ago 1 0 0 0

Sprint Day 6: Identity & Governance patterns.

Most AZ-104 questions are answered by spotting scope, intent, and control type.

If you know why tools exist, wrong answers eliminate themselves.
#AZ104 #LearningInPublic

2 months ago 2 0 0 0
Advertisement

Sprint Day 5: Azure Policy ≠ RBAC ≠ Locks.

RBAC controls access.
Policy enforces standards.
Locks prevent deletion or changes.

If the exam says “prevent,” locks are the answer.
#AZ104 #LearningInPublic

2 months ago 2 0 0 0

Now more than ever!

2 months ago 1 0 0 0