Procedural Generation using noise (2D)

I’m looking for a method to create 2d mountains (sort of 1 layer thick rocks like in rimworld) using procedural generation. I’d like to use a noise texture to distribute the rocks in chunks around the world. I’d like some advice on how to achieve this as I don’t know how to convert the noise of an image into spawn locations for these rocks.