I have an Azure Instance in and i want to make a subscription on this instance. The only problem I have come across is the transaction log continuing to become full even though I have it set to unlimited. One of the drawback with Azure is you cannot change the recovery model to Simple, so I'm logging every transaction(snapshot also) to Azure and I keep running out of log space. We keep increasing the storage and it will run for awhile then it will fail again with transaction log full.
has anyone come across this with Azure Instance? At this point I'm not a fan of Azure from what I'm seeing.