Learning Azure From the Web
Got a problem? Turn to Google. Well, not really. But sort of. Search engines are great to find resources, but be sure you don't set yourself up for failure.
Join the DZone community and get the full member experience.
Join For Freei’m working on a technical blog post that i hope to be putting up soon. i’ve run into a number of configuration issues that i’m working through. however, it’s these issues that sparked this blog post.
see, we’re learning azure all wrong.
use google/bing
what’s the first thing you do when you hit a problem on your computer, regardless of the language, the technology, etc.? wrong! you don’t call your son-in-law who “works in computers.” that’s what my mother-in-law does. we already “work in computers” so we have another resource. bingle/ging/boogle. we run a search.
so, let’s say for example i’m interested in learning about an azure powershell command: set-azurermdiagnosticsetting. here are the first two results from google (as of this date, 4/3/2017, or for all my uk friends, 3/4/2017, in text, april 3, 2017):
and here are the first two from bing:
great, right? wrong. the first result in each case is for an older version of the documentation. yet, it’s coming up on top on both search engines. if you go there and read it, you’re going to be getting incorrect (worse, incomplete) documentation on the latest version of the aurerm model.
what to do?
short answer, we can’t rely on default searches. you have to go to “advanced search” in google. select the option to only show the results that have been updated within a year. there you’ll find this as the top result:
that is the correct result. now, bing... well, i tried several different ways of filtering the dates, but none of them put this result at the top. in fact, i tried several different search criteria and it didn’t even show up in the list anymore once i started filtering by date. bing must only go by the create date instead of some kind of modification date, which google takes into account
so you’re saying to use google
no.
well, yes. maybe.
no, that’s not the intent of this post. the main thing i’m saying is that we all rely on the results of quick searches against internet search engines. however, for some searches, we may be getting bad and/or out of date information. in fact, especially when talking about azure, we are. look up any of the azure technologies and if not the top result, certainly within the top 5, will be all sorts of information showing off the old azure portal (or even the older one). i guarantee that large amounts of that information are no longer applicable.
if you’re learning azure and you research things using a search engine, then i strongly recommend you use the ability to limit your searches to the last year. otherwise, you may be getting incomplete or incorrect data. at this precise moment, i’d say you need to limit your searches to google (although i honestly hate recommending one of these tools over the other, let’s keep the competition fierce) because i was able to easily get the correct information within a couple of mouse clicks.
Published at DZone with permission of Grant Fritchey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments