Hi,
The internet access availability issues you are experiencing are due to multiple reasons. The first thing to check is the NSG rules created as below
If it is looking good, check the LISTEN status of ports like 443, 22, 80 etc. using the following command
netstat --tcp --listen --numeric-ports
Let's check further if the above steps are not helping
Hope this helps.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--