I am aware there was already a topic on this: Why are the coefficients of the equation of a plane the normal vector of a plane?
However, it did not answer the question, and instead explained it the exact same way as the Paul website, AND used the normal vector that the original author was asking about.
So why does: $~ax+by+cz=d~$ produce a normal vector $~\vec n=⟨a,b,c⟩~$?

First, we will use the fact that when two vectors have dot product zero, they are perpendicular.
Take any point $(x_0,y_0,z_0)$ on the plane. So $ax_0+by_0+cz_0=d$.
Then for any other point $(x,y,z)$ on the plane, we get $((x,y,z)-(x_0,y_0,z_0))\cdot (a,b,c)=d-d=0$.
But clearly, $(x,y,z)-(x_0,y_0,z_0)$ is a vector parallel to the plane.