Phoenix numbers its north-south roads from Central Avenue, and the suffix says which side you are on: numbered roads east of Central are Streets, numbered roads west of Central are Avenues. So 24th Street and 24th Avenue both exist, both are in Phoenix, and they are roughly five miles apart. The suffix is not decoration; it is half the address.
The city's own street-naming standard goes further than most people realise. West of Central the ordered progression as you move outward is Avenue, Drive, Lane, Glen and Dale; east of Central it is Street, Place, Way, Terrace and Run. That means "24th Drive" and "24th Lane" are also distinct roads, near 24th Avenue but not the same as it, and a fuzzy match on the number alone has ten candidates rather than one.
Two failure modes follow directly. Normalisation that strips or standardises the street suffix relocates the address, quietly and by miles — which is worse than rejecting it, because nothing surfaces. And an autocomplete that ranks on the numeric token will offer the wrong road first about half the time in a city of 1.6 million people. If your product does address matching, Phoenix is a better test than any string of edge-case punctuation.
Arizona's postal shape is otherwise easy: 530 codes across 12 prefixes and just 15 counties. That last number is worth holding next to Texas's 254 — county-keyed logic that is cheap to test in Arizona is an entirely different exercise one state over.
Arizona's postal shape is otherwise easy to hold in your head, and slightly counter-intuitive: 530 codes across 12 prefixes, where the largest prefix is not the one you would guess. 853 leads on volume with Glendale as its principal place, ahead of 850 around Phoenix itself and 852 around Mesa. The lesson generalises — the place name carrying the most codes inside a prefix is a sorting artefact, not a population ranking, so labelling a prefix with "its city" is a guess.
One last Arizona detail belongs in any fixture set that carries timestamps alongside addresses: the state does not observe daylight saving time, while the Navajo Nation inside it does. So an Arizona address maps to America/Phoenix for most of the state and to a DST-observing zone in its north-eastern corner, and code that derives a time zone from a state code alone is wrong twice a year in a way that is very hard to reproduce on purpose.